mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
fixed up again duh
This commit is contained in:
parent
de491d9e5c
commit
94d407d9ed
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user