diff options
Diffstat (limited to 'Source/Makefile.borland')
-rw-r--r-- | Source/Makefile.borland | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Makefile.borland b/Source/Makefile.borland index 64c0cc2..0f689b5 100644 --- a/Source/Makefile.borland +++ b/Source/Makefile.borland @@ -9,9 +9,6 @@ .cxx.obj: bcc32 -Pcxx -c -DCMAKE_ROOT_DIR='"."' {$< } -.cpp.obj: - bcc32 -Pcxx -c -DCMAKE_ROOT_DIR='"."' {$< } - OBJS = \ cmake.obj \ @@ -28,7 +25,6 @@ cmMSProjectGenerator.obj \ cmDSPWriter.obj \ cmDSWWriter.obj \ cmNMakeMakefileGenerator.obj \ -cmBorlandMakefileGenerator2.obj \ cmBorlandMakefileGenerator.obj \ cmCommands.obj \ cmTarget.obj \ |