You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
357 B
21 lines
357 B
TARGETNAME=basecamp
|
|
TARGETTYPE=LIBRARY
|
|
|
|
IAS_NO_PCH=1
|
|
!include ..\..\..\sources.inc
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=Precompiled.h
|
|
|
|
INCLUDES=\
|
|
..\inc;\
|
|
$(IASDIR)\protocol\radius;\
|
|
$(IASDIR)\services\inc;\
|
|
$(IASDIR)\inc\$(O);\
|
|
$(IASDIR)\inc
|
|
|
|
SOURCES=\
|
|
BaseCamp.cpp \
|
|
ControlBlock.cpp \
|
|
Extension.cpp \
|
|
ExtensionPoint.cpp
|