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.

38 lines
1.2 KiB

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. TARGET_BOTH = 1
  3. !include $(CCSHELL_DIR)\common.inc
  4. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  5. TARGETNAME = NCXPNT
  6. TARGETPATH = obj
  7. TARGETTYPE = DYNLINK
  8. USE_MSVCRT = 1
  9. DLLDEF = $(O)\ncxpnt.def
  10. #right now this don't build too well, so turn some warnings off
  11. MSC_WARNING_LEVEL=/W4
  12. INCLUDES = $(INCLUDES);..\shared;..\win95
  13. SOURCES = \
  14. debug.c \
  15. dllmain.cpp \
  16. globals.cpp \
  17. nconnnt.cpp \
  18. netutil.cpp \
  19. netip.cpp \
  20. ncxpnt.rc
  21. TARGETLIBS = \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. $(SDK_LIB_PATH)\iphlpapi.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(NET_LIB_PATH)\netshell.lib \
  29. $(SHELL_LIB_PATH)\shlwapip.lib \
  30. $(CCSHELL_DIR)\lib\$(O)\stock4.lib