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.

74 lines
2.5 KiB

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. PRECOMPILED_CXX = 1
  3. SELFREGNAME = ..\selfreg.inf
  4. # Generate the selfreg file before compiling the RC file
  5. NTTARGETFILE0 = $(SELFREGNAME)
  6. !include $(CCSHELL_DIR)\common.inc
  7. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  8. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  9. NO_BROWSER_FILE = 1
  10. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  11. INCLUDES = $(CCSHELL_DIR)\publish\inc\$(O);$(INCLUDES)
  12. PASS0_HEADERDIR = ..
  13. PASS0_SOURCEDIR = ..
  14. MIDL_UUIDDIR = .
  15. MIDL_NO_ROBUST = 1
  16. MIDL_OPTIMIZATION=$(MIDL_OPTIMIZATION:-Oicf=) -Oicf
  17. TARGETNAME = Zaxxon
  18. TARGETPATH = obj
  19. TARGETTYPE = DYNLINK
  20. # make sure shlwapi.lib is before shell32.lib for override.
  21. TARGETLIBS = $(SDK_LIB_PATH)\gdi32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\uuid.lib \
  27. $(SHELL_LIB_PATH)\shlwapip.lib \
  28. $(SHELL_LIB_PATH)\shell32p.lib \
  29. $(SHELL_LIB_PATH)\shfusion.lib \
  30. $(SDK_LIB_PATH)\advapi32.lib \
  31. $(CCSHELL_DIR)\lib\$(O)\shguid.lib \
  32. $(CCSHELL_DIR)\lib\$(O)\shguidp.lib \
  33. $(SDK_LIB_PATH)\winmm.lib \
  34. $(SDK_LIB_PATH)\amstrmid.lib \
  35. $(SDK_LIB_PATH)\dsound.lib \
  36. $(SDK_LIB_PATH)\uxtheme.lib \
  37. $(CCSHELL_DIR)\lib\$(O)\stock.lib \
  38. USE_MSVCRT = 1
  39. DLLENTRY = _DllMainCRTStartup
  40. DLLDEF = $(O)\powertoy.def
  41. DLLBASE = 0x71200000
  42. PRECOMPILED_INCLUDE = ..\priv.h
  43. NTTARGETFILE0 = ..\power.h
  44. SOURCES = \
  45. ..\power.idl \
  46. ..\bands.cpp \
  47. ..\cowsite.cpp \
  48. ..\debug.cpp \
  49. ..\dllreg.cpp \
  50. ..\megaman.cpp \
  51. ..\powertoy.cpp \
  52. ..\powertoycf.cpp \
  53. ..\resource.rc \
  54. ..\zaxxoneditor.cpp \
  55. ..\zaxxon.cpp \
  56. ..\zaxxonpl.cpp
  57. SXS_MANIFEST_RESOURCE_ID=123
  58. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest