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.

43 lines
811 B

  1. !include ..\..\win95upg.mk
  2. # common include
  3. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  4. # component
  5. MINORCOMP=w95upg
  6. # target
  7. TARGETNAME=w95upg
  8. TARGETTYPE=DYNLINK
  9. INCLUDES=$(WIN95UPG_ROOT)\w95upg\ui; \
  10. $(WIN95UPG_ROOT)\w95upg\dll; \
  11. $(INCLUDES)
  12. DLLENTRY=_DllMainCRTStartup
  13. # x86-specific sources
  14. I386_SOURCES=\
  15. dllentry.c \
  16. w95upg.rc \
  17. # precompiled header options (x86-only)
  18. !if $(386)
  19. PRECOMPILED_OPTION=/Yupch.h /Fp$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  20. PRECOMPILED_TARGET=$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  21. !endif
  22. # linker options
  23. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  24. SUBSYSTEM_VERSION=4.00
  25. # resource compiler settings
  26. NTTARGETFILE0=w95upg.rc
  27. # link libraries
  28. !include $(WIN95UPG_ROOT)\w95upg\libs.mk