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.

29 lines
508 B

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