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

  1. !ifndef GDIPROOT
  2. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  3. !endif
  4. TARGETNAME=imgtest
  5. TARGETPATH=$(_OBJ_DIR)
  6. TARGETTYPE=PROGRAM
  7. SOURCES=imgtest.cpp imgtest.rc
  8. SUBSYSTEM_VERSION=4.00
  9. USE_MSVCRT=1
  10. C_DEFINES=
  11. INCLUDES=$(GDIPROOT)\sdkinc;$(GDIPROOT)\privinc
  12. UMENTRY=main
  13. UMTYPE=console
  14. UMLIBS=\
  15. $(SDK_LIB_PATH)\gdi32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\comdlg32.lib \
  18. $(SDK_LIB_PATH)\ole32.lib \
  19. $(SDK_LIB_PATH)\urlmon.lib \
  20. $(SDK_LIB_PATH)\setargv.obj \
  21. $(SDK_LIB_PATH)\binmode.obj