From de491d9e5c6b7caa044c2110bb04207c45273f6d Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 25 Apr 2002 16:29:17 -0400 Subject: [PATCH] updated to build ccommand --- Source/Makefile.borland | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Makefile.borland b/Source/Makefile.borland index 88223149e..3c6a33ea2 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 +