diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 21:48:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 21:48:52 (GMT) |
commit | 0d3eefb1f1602bb39319ff2173b94cd1874e1c29 (patch) | |
tree | b01e9c24ca72e4e88bd80ec35894ed8db9f58c79 /Source/Makefile.borland | |
parent | e9d0ad180fa73dd73d1ccf1e45cfa67d03e0d765 (diff) | |
download | CMake-0d3eefb1f1602bb39319ff2173b94cd1874e1c29.zip CMake-0d3eefb1f1602bb39319ff2173b94cd1874e1c29.tar.gz CMake-0d3eefb1f1602bb39319ff2173b94cd1874e1c29.tar.bz2 |
new borland generator moved into place
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 \ |