12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=alanecfg
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(PROJDIR)\netcfg\inc;$(PROJDIR)\idl;$(PROJDIR)\inc
|
|
|
|
SOURCES=\
|
|
alaneobj.cpp \
|
|
alanepsh.cpp
|