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.

29 lines
592 B

  1. UNICODE=1
  2. !include ..\..\win95upg.mk
  3. # common include
  4. !include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
  5. # component
  6. MINORCOMP=w95upgnt
  7. # target
  8. TARGETNAME=w95upgnt
  9. TARGETTYPE=DYNLINK
  10. DLLENTRY=_DllMainCRTStartup
  11. INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui; \
  12. $(WIN95UPG_ROOT)\w95upgnt\dll; \
  13. $(INCLUDES)
  14. # x86-specific sources
  15. I386_SOURCES= \
  16. dllentry.c \
  17. w95upgnt.rc
  18. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:NET -SWAPRUN:CD /MAP
  19. # link libraries
  20. !include $(WIN95UPG_ROOT)\w95upgnt\libs.mk