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.
 
 
 
 
 
 

26 lines
565 B

!ifndef GDIPROOT
GDIPROOT=$(ADVCORE_PATH)\gdiplus
!endif
TARGETNAME=anitest
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
SOURCES=anitest.cpp anitest.rc
SUBSYSTEM_VERSION=4.00
USE_MSVCRT=1
C_DEFINES=
INCLUDES=$(GDIPROOT)\sdkinc;$(GDIPROOT)\privinc
UMENTRY=main
UMTYPE=console
UMLIBS=\
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\urlmon.lib \
$(SDK_LIB_PATH)\setargv.obj \
$(SDK_LIB_PATH)\binmode.obj