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.

33 lines
710 B

  1. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  2. TARGETNAME=msqscan
  3. TARGETPATH=$(OBJ_DIR)
  4. TARGETTYPE=PROGRAM
  5. INCLUDES=;..;..\res;$(INCLUDES)
  6. SOURCES= \
  7. ..\msqscan.cpp \
  8. ..\msqscandlg.cpp \
  9. ..\preview.cpp \
  10. ..\uitables.cpp \
  11. ..\progressdlg.cpp \
  12. ..\cwia.cpp \
  13. ..\adfdlg.cpp \
  14. ..\msqscan.rc
  15. # Add interlac.cpp if the PNG support is ever fixed
  16. USE_NATIVE_EH=1
  17. PRECOMPILED_CXX=1
  18. PRECOMPILED_INCLUDE=..\stdafx.h
  19. PRECOMPILED_PCH=stdafx.pch
  20. PRECOMPILED_OBJ=stdafx.obj
  21. TARGETLIBS= \
  22. $(TARGETLIBS) \
  23. $(SDK_LIB_PATH)\wiaguid.lib