10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
|
PROJDIR=..\..
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=dhcpscfg
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(PROJDIR)\netcfg\inc;$(PROJDIR)\idl;$(PROJDIR)\inc
|
||
|
|
||
|
SOURCES=dhcpsobj.cpp
|