Leaked source code of windows server 2003
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.

25 lines
480 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. expandit.c \
  12. signcabs.c \
  13. signcabs.rc
  14. # link libraries
  15. !include $(WIN95UPG_ROOT)\w95upgnt\libs.mk
  16. # app settings
  17. UMTYPE=console
  18. UMENTRY=wmain