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.

28 lines
471 B

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