46 lines
864 B
Plaintext
46 lines
864 B
Plaintext
|
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 \
|
||
|
ncutil.cpp \
|
||
|
regkysec.cpp \
|
||
|
regkyexp.cpp \
|
||
|
trnrgsec.cpp
|