mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
fixed up again duh
This commit is contained in:
@@ -35,11 +35,13 @@ cmCacheManager.obj \
|
||||
cmListFileCache.obj \
|
||||
cmSourceGroup.obj
|
||||
|
||||
all: cmake.exe ccommand.exe
|
||||
|
||||
cmake.exe: ${OBJS}
|
||||
bcc32 -ecmake ${OBJS}
|
||||
|
||||
ccommand.exe: ccommand.obj cmSystemTools.obj
|
||||
bcc32 -eccommand ccommand.obj cmSystemTools.obj
|
||||
ccommand.exe: ccommand.obj cmSystemTools.obj cmRegularExpression.obj
|
||||
bcc32 -eccommand ccommand.obj cmRegularExpression.obj cmSystemTools.obj
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user