You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
497 B
23 lines
497 B
CM_ROOT=$(PROJECT_ROOT)\rras\cm
|
|
!include $(CM_ROOT)\sources.inc
|
|
|
|
TARGETNAME=cmsetupW
|
|
TARGETPATH=$(CM_BUILD_ROOT)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
SOURCES=\
|
|
..\cfilename.cpp \
|
|
..\cmakver.cpp \
|
|
..\cmplat.cpp \
|
|
..\cmver.cpp \
|
|
..\createld.cpp \
|
|
..\cversion.cpp \
|
|
..\fileexists.cpp \
|
|
..\launchinf.cpp \
|
|
..\nativecm.cpp \
|
|
..\processcmdln.cpp \
|
|
..\regutil.cpp \
|
|
..\setupmem.cpp \
|
|
..\extractcm.cpp
|