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.
|
|
PROJDIR=..\..
!include $(PROJDIR)\makefile.inc
TARGETNAME=ncbase TARGETPATH=$(PROJDIR)\lib\$(_OBJ_DIR) TARGETTYPE=LIBRARY
INCLUDES=\ $(PROJDIR)\inc; \ $(SHELL_INC_PATH); \ $(PROJDIR)\netman\inc;
USE_EH=1 USE_NATIVE_EH=1 C_DEFINES=$(C_DEFINES) /EHa
SOURCES=\ afilestr.cpp \ naming.cpp \ ncatlps.cpp \ ncatlui.cpp \ ncbase.cpp \ nccfgmgr.cpp \ ncinf.cpp \ ncipaddr.cpp \ ncmem.cpp \ ncmisc.cpp \ ncmsz.cpp \ ncperms.cpp \ ncreg.cpp \ ncreg2.cpp \ ncregq.cpp \ ncsetup.cpp \ ncshell.cpp \ ncstring.cpp \ ncstrs.cpp \ ncsvc.cpp \ pidlutil.cpp \ ncshell.cpp \ ncui.cpp
|