summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.borland
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-30 04:24:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-30 04:24:37 (GMT)
commitc80c5d245d6a11182d308ebec62984bd3043d07c (patch)
tree85fcf2216f61588ad89530d67051d4fc267ec0d5 /Source/Makefile.borland
parentf670003d24c8dacc5f1b6b9ee51ccf0db274a2c0 (diff)
downloadCMake-c80c5d245d6a11182d308ebec62984bd3043d07c.zip
CMake-c80c5d245d6a11182d308ebec62984bd3043d07c.tar.gz
CMake-c80c5d245d6a11182d308ebec62984bd3043d07c.tar.bz2
ENH: fix various problems caused by the generalization of nmake generator
Diffstat (limited to 'Source/Makefile.borland')
-rw-r--r--Source/Makefile.borland3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Makefile.borland b/Source/Makefile.borland
index 4c8b8a0..64c0cc2 100644
--- a/Source/Makefile.borland
+++ b/Source/Makefile.borland
@@ -9,6 +9,9 @@
.cxx.obj:
bcc32 -Pcxx -c -DCMAKE_ROOT_DIR='"."' {$< }
+.cpp.obj:
+ bcc32 -Pcxx -c -DCMAKE_ROOT_DIR='"."' {$< }
+
OBJS = \
cmake.obj \