diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-08-09 17:26:14 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-08-09 17:26:14 +0000 |
commit | 4aa2f1627947f4f161eea642546b3f5d91b3573d (patch) | |
tree | ef5ba3fc5f90a2854381c079a77644b757a0bfed /cpp/makedist.py | |
parent | Fix for distribution build (diff) | |
download | ice-4aa2f1627947f4f161eea642546b3f5d91b3573d.tar.bz2 ice-4aa2f1627947f4f161eea642546b3f5d91b3573d.tar.xz ice-4aa2f1627947f4f161eea642546b3f5d91b3573d.zip |
Fixed for Borland port
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py index 3581697143d..e6301b2ef1e 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -284,6 +284,8 @@ for x in grammars: # Edit the Makefile to comment out the grammar rules. # fixMakefile("Makefile", base) + fixMakefile("Makefile.mak", base) + # # Edit the project file(s) to comment out the grammar rules. # @@ -315,6 +317,8 @@ for x in scanners: # Edit the Makefile to comment out the flex rules. # fixMakefile("Makefile", base) + fixMakefile("Makefile.mak", base) + # # Edit the project file(s) to comment out the flex rules. # |