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.

40 lines
763 B

  1. #
  2. # include the WIA global build settings
  3. #
  4. !include $(PROJECT_ROOT)\ui\uienv.inc
  5. SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
  6. #
  7. # build test app
  8. #
  9. TARGETNAME=phototst
  10. TARGETPATH=obj
  11. TARGETTYPE=PROGRAM
  12. C_DEFINES=$(C_DEFINES) -DWINNT -DDEBUG -DUNICODE -D_UNICODE
  13. UMENTRY=winmain
  14. USE_MSVCRT=1
  15. INCLUDES= \
  16. $(INCLUDES)
  17. SOURCES= \
  18. phototst.rc \
  19. phototst.cpp
  20. LINKLIBS = \
  21. $(LINKLIBS) \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\comdlg32.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\uuid.lib \
  26. $(SDK_LIB_PATH)\shell32.lib \
  27. $(SDK_LIB_PATH)\shlwapi.lib \
  28. $(SDXROOT)\public\internal\shell\lib\*\shell32p.lib