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.

24 lines
431 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
  3. MINORCOMP=signcabs
  4. # target
  5. TARGETNAME=signcabs
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui;$(WIN95UPG_ROOT)\w95upgnt\dll;$(INCLUDES)
  9. # x86-specific sources
  10. I386_SOURCES=\
  11. signcabs.c \
  12. signcabs.rc
  13. # link libraries
  14. !include $(WIN95UPG_ROOT)\w95upgnt\libs.mk
  15. # app settings
  16. UMTYPE=console
  17. UMENTRY=wmain