summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-04-25 20:29:17 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-04-25 20:29:17 (GMT)
commitde491d9e5c6b7caa044c2110bb04207c45273f6d (patch)
treea6b1399678678f3689a8c02266dd6ef6acaeb23a
parent9b0a90fa9ec2da35125c1d9f987cc9a19fd0ad7c (diff)
downloadCMake-de491d9e5c6b7caa044c2110bb04207c45273f6d.zip
CMake-de491d9e5c6b7caa044c2110bb04207c45273f6d.tar.gz
CMake-de491d9e5c6b7caa044c2110bb04207c45273f6d.tar.bz2
updated to build ccommand
-rw-r--r--Source/Makefile.borland3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Makefile.borland b/Source/Makefile.borland
index 8822314..3c6a33e 100644
--- a/Source/Makefile.borland
+++ b/Source/Makefile.borland
@@ -38,5 +38,8 @@ cmSourceGroup.obj
cmake.exe: ${OBJS}
bcc32 -ecmake ${OBJS}
+ccommand.exe: ccommand.obj cmSystemTools.obj
+ bcc32 -eccommand ccommand.obj cmSystemTools.obj
+