9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
|
PROJDIR=..\..
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=ncqueue
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(PROJDIR)\netman\inc;$(PROJDIR)\inc
|
||
|
|
||
|
SOURCES=ncqueue.cpp
|