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.

29 lines
526 B

  1. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  2. TARGETNAME=scanpanl
  3. TARGETPATH=$(_OBJ_DIR)
  4. TARGETTYPE=PROGRAM
  5. UMTYPE=windows
  6. UMENTRY=wwinmain
  7. ATL_VER =30
  8. USE_STATIC_ATL =1
  9. USE_NATIVE_EH =1
  10. USE_MSVCRT =1
  11. C_DEFINES =$(C_DEFINES)
  12. INCLUDES =$(INCLUDES) \
  13. $(DDK_INC_PATH) \
  14. SOURCES= scanpnl.cpp \
  15. scanpnl.rc
  16. MISCFILES = scanpanl.htm
  17. TARGETLIBS = $(TARGETLIBS)
  18. PRECOMPILED_CXX=1
  19. PRECOMPILED_INCLUDE=stdafx.h
  20. PRECOMPILED_PCH=stdafx.pch
  21. PRECOMPILED_OBJ=stdafx.obj