summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.borland
diff options
context:
space:
mode:
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 \