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.

34 lines
674 B

  1. #
  2. # include the WIA global build settings
  3. #
  4. !include $(PROJECT_ROOT)\ui\uienv.inc
  5. SOURCES_USED = $(SOURCES_USED) $(PROJECT_ROOT)\ui\uienv.inc
  6. #
  7. # Our specific build settings
  8. #
  9. TARGETNAME=forceerr
  10. TARGETTYPE=PROGRAM
  11. TARGETPATH=obj
  12. USE_MSVCRT = 1
  13. UMTYPE=windows
  14. UMENTRY=winmain
  15. SOURCES= forceerr.cpp \
  16. errdlg.cpp \
  17. rawerror.cpp \
  18. forceerr.rc
  19. TARGETLIBS=$(TARGETLIBS) \
  20. $(BASEDIR)\public\sdk\lib\*\comctl32.lib
  21. SXS_ASSEMBLY_NAME=Microsoft.Windows.PrintingAndImaging.forceerr
  22. SXS_ASSEMBLY_VERSION=1.0
  23. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  24. SXS_MANIFEST=forceerr.Manifest
  25. SXS_MANIFEST_IN_RESOURCES=1
  26. SXS_NO_BINPLACE=1