mirror of https://github.com/tongzx/nt5src
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.
39 lines
781 B
39 lines
781 B
CM_ROOT=$(PROJECT_ROOT)\rras\cm
|
|
!include $(CM_ROOT)\sources.inc
|
|
|
|
TARGETNAME=cmutil
|
|
TARGETPATH=$(CM_BUILD_ROOT)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=$(O)\cmutil.def
|
|
DLLENTRY=DllMain
|
|
#PRECOMPILED_CXX=1
|
|
#PRECOMPILED_INCLUDE=cmmaster.h
|
|
SUBSYSTEM_VERSION=4.00
|
|
USE_NTDLL=1
|
|
|
|
TARGETLIBS=\
|
|
$(CM_BUILD_ROOT)\*\cmdebug.lib \
|
|
$(CM_BUILD_ROOT)\*\uapiinit.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\version.lib
|
|
|
|
SOURCES=\
|
|
atol.cpp \
|
|
cinia.cpp \
|
|
ciniw.cpp \
|
|
cmlog.cpp \
|
|
cmlogutil.cpp \
|
|
cmutil.rc \
|
|
font.cpp \
|
|
image.cpp \
|
|
main.cpp \
|
|
mem.cpp \
|
|
misc.cpp \
|
|
strings.cpp \
|
|
|
|
NTTARGETFILE0=$(O)\cmutil.def
|