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.

34 lines
399 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=regdump
  5. # target
  6. TARGETNAME=regdump
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. # x86-specifc sources
  10. I386_SOURCES=\
  11. regdump.c \
  12. C_DEFINES=$(C_DEFINES)
  13. # link libraries
  14. !include $(WIN95UPG_ROOT)\w95upg\libs.mk
  15. # linker options
  16. UMTYPE=console
  17. UMENTRY=main