diff options
Diffstat (limited to 'Source/Makefile.borland')
-rw-r--r-- | Source/Makefile.borland | 3 |
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 \ |