15 lines
198 B
Plaintext
15 lines
198 B
Plaintext
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=ncoc
|
|
TARGETPATH=$(PROJDIR)\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc;
|
|
|
|
SOURCES=\
|
|
ncoc.cpp \
|
|
ncsnmp.cpp
|