diff options
Diffstat (limited to 'Source/Makefile.borland')
-rw-r--r-- | Source/Makefile.borland | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile.borland b/Source/Makefile.borland index cf497ff..852e893 100644 --- a/Source/Makefile.borland +++ b/Source/Makefile.borland @@ -36,7 +36,7 @@ cmCableClassSet.obj \ cmListFileCache.obj \ cmSourceGroup.obj -cmake: ${OBJS} +cmake.exe: ${OBJS} bcc32 -ecmake ${OBJS} |