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.
 
 
 
 
 
 

39 lines
592 B

!IF 0
Module Name: draw sample application
sources.
Abstract:
Author:
!ENDIF
MSC_WARNING_LEVEL=/W4 /WX
TARGETNAME=moo
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
TARGETLIBS=
UMTYPE=windows
UMENTRY=main
GDIPROOT=$(ADVCORE_PATH)\gdiplus
INCLUDES=$(GDIPROOT)\sdkinc
SOURCES=moo.cxx
UMTYPE=console
UMAPPL=moo
UMLIBS=$(GDIPROOT)\engine\flat\dll\$(O)\gdiplus.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib