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.

37 lines
966 B

  1. #
  2. # Sources file
  3. #
  4. NOT_UNICODE=1
  5. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. TARGETNAME=wiaperf
  9. UMTYPE=windows
  10. UMENTRY=winmain
  11. ATL_VER=30
  12. USE_STATIC_ATL=1
  13. SOURCES=wmain.cpp\
  14. tests.cpp\
  15. thumbs.cpp\
  16. download.cpp\
  17. resource.rc
  18. TARGETLIBS= $(TARGETLIBS) \
  19. $(SDK_LIB_PATH)\wiaguid.lib \
  20. $(PROJECT_ROOT)\ui\lib\$(PLATFORM_SUFFIX)\*\uicommon.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\gdi32.lib \
  24. $(SDK_LIB_PATH)\shell32.lib \
  25. $(SDK_LIB_PATH)\shlwapi.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SDK_LIB_PATH)\comctl32.lib \
  28. $(SDK_LIB_PATH)\comdlg32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\sti.lib \
  31. $(SDK_LIB_PATH)\ole32.lib