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