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.

37 lines
476 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=w9xtool
  5. # target
  6. TARGETNAME=w9xtool
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. INCLUDES=$(WIN95UPG_ROOT)\w95upg\ui;$(WIN95UPG_ROOT)\w95upg\dll;$(INCLUDES)
  10. # x86-specific sources
  11. I386_SOURCES=\
  12. w9xtool.c \
  13. w9xtool.rc
  14. # link libraries
  15. TARGETLIBS=
  16. !include $(WIN95UPG_ROOT)\w95upg\libs.mk
  17. # linker options
  18. UMTYPE=console