Source code of Windows XP (NT5)
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.

32 lines
587 B

  1. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  2. TARGETNAME=wialogcfg
  3. TARGETPATH=$(OBJ_DIR)
  4. TARGETTYPE=PROGRAM
  5. INCLUDES=;..;..\res;$(INCLUDES)
  6. SOURCES= \
  7. ..\wialogcfg.cpp \
  8. ..\wialogcfgdlg.cpp \
  9. ..\registry.cpp \
  10. ..\logviewer.cpp \
  11. ..\addremove.cpp \
  12. ..\wialogcfg.rc
  13. # Add interlac.cpp if the PNG support is ever fixed
  14. MISCFILES = ..\wialogcfg.htm
  15. USE_NATIVE_EH=1
  16. PRECOMPILED_CXX=1
  17. PRECOMPILED_INCLUDE=..\stdafx.h
  18. PRECOMPILED_PCH=stdafx.pch
  19. PRECOMPILED_OBJ=stdafx.obj
  20. TARGETLIBS= \
  21. $(TARGETLIBS)