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.

39 lines
713 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=badappid
  5. # target
  6. TARGETNAME=badappid
  7. TARGETTYPE=DYNLINK
  8. DLLENTRY=_DllMainCRTStartup
  9. # x86-specific sources
  10. !IF "$(UPGWIZ4FLOPPY)" == "Y"
  11. C_DEFINES=$(C_DEFINES) -DUPGWIZ4FLOPPY
  12. !endif
  13. I386_SOURCES=\
  14. badappid.c \
  15. badappid.rc
  16. # link libraries
  17. TARGETLIBS=
  18. !IF "$(UPGWIZ4FLOPPY)" != "Y"
  19. !include $(WIN95UPG_ROOT)\w95upg\libs.mk
  20. !ELSE
  21. !include $(WIN95UPG_ROOT)\tools\wiztools\libs.mk
  22. !ENDIF
  23. TARGETLIBS=$(TARGETLIBS) $(WIN95UPG_BIN)\wiztools.lib
  24. # linker options
  25. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  26. SUBSYSTEM_VERSION=4.00
  27. # resource compiler settings
  28. NTTARGETFILE0= badappid.rc