Leaked source code of windows server 2003
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
514 B

CM_ROOT=$(PROJECT_ROOT)\rras\cm
!include $(CM_ROOT)\sources.inc
TARGETNAME=cmutoa
TARGETPATH=$(CM_BUILD_ROOT)
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
USE_LIBCMT=1
SUBSYSTEM_VERSION=4.00
TARGETLIBS=\
$(CM_BUILD_ROOT)\*\cmdebug.lib \
$(CM_BUILD_ROOT)\*\cmutil.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
SOURCES=\
cmutoa.cpp \
cmutoa.rc