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.

42 lines
815 B

  1. PROJDIR=..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=ncbase
  4. TARGETPATH=$(PROJDIR)\lib\$(_OBJ_DIR)
  5. TARGETTYPE=LIBRARY
  6. INCLUDES=\
  7. $(PROJDIR)\inc; \
  8. $(SHELL_INC_PATH); \
  9. $(PROJDIR)\netman\inc;
  10. USE_EH=1
  11. USE_NATIVE_EH=1
  12. C_DEFINES=$(C_DEFINES) /EHa
  13. SOURCES=\
  14. afilestr.cpp \
  15. naming.cpp \
  16. ncatlps.cpp \
  17. ncatlui.cpp \
  18. ncbase.cpp \
  19. nccfgmgr.cpp \
  20. ncinf.cpp \
  21. ncipaddr.cpp \
  22. ncmem.cpp \
  23. ncmisc.cpp \
  24. ncmsz.cpp \
  25. ncperms.cpp \
  26. ncreg.cpp \
  27. ncreg2.cpp \
  28. ncregq.cpp \
  29. ncsetup.cpp \
  30. ncshell.cpp \
  31. ncstring.cpp \
  32. ncstrs.cpp \
  33. ncsvc.cpp \
  34. pidlutil.cpp \
  35. ncshell.cpp \
  36. ncui.cpp