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
499 B

TARGETNAME=forcemigrate
TARGETPATH=..\bin
TARGETTYPE=PROGRAM
INCLUDES=$(BASE_INC_PATH)
USE_MSVCRT=1
SOURCES=\
forcemigrate.c
C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE
UMTYPE=console
UMENTRY=wmain
TARGETLIBS= $(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\mpr.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
..\common\obj\i386\common.lib