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.
55 lines
1.1 KiB
55 lines
1.1 KiB
IAS_NO_PCH=1
|
|
!include $(BASEDIR)\net\ias\sources.inc
|
|
|
|
TARGETNAME=setup
|
|
TARGETTYPE=LIBRARY
|
|
|
|
ATL_VER=30
|
|
USE_STL=1
|
|
|
|
USE_MSVCRT=1
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE = stdafx.h
|
|
PRECOMPILED_SOURCEFILE=stdafx.cpp
|
|
|
|
INCLUDES=\
|
|
..\inc; \
|
|
.\dbhelper; \
|
|
$(BASEDIR)\net\inc\$(O); \
|
|
$(BASEDIR)\net\mmc\idl\$(O); \
|
|
$(BASEDIR)\net\ias\inc; \
|
|
$(BASEDIR)\net\ias\inc\$(O); \
|
|
$(BASEDIR)\net\ias\services\inc; \
|
|
$(BASEDIR)\public\sdk\inc;
|
|
|
|
SOURCES=\
|
|
attributes.cpp \
|
|
checklicense.cpp \
|
|
defaultprovider.cpp \
|
|
doupgrade.cpp \
|
|
globaltransaction.cpp \
|
|
globaldata.cpp \
|
|
migratecontent.cpp \
|
|
migrateeapconfig.cpp \
|
|
migratemdb.cpp \
|
|
migrateregistry.cpp \
|
|
objects.cpp \
|
|
objectscommand.cpp \
|
|
policy.cpp \
|
|
profileattributelist.cpp \
|
|
properties.cpp \
|
|
providers.cpp \
|
|
proxyservergroupcollection.cpp \
|
|
proxyserverhelper.cpp \
|
|
proxyserversgrouphelper.cpp \
|
|
radiusattributes.cpp \
|
|
radiusattributevalues.cpp \
|
|
realms.cpp \
|
|
serviceconfiguration.cpp \
|
|
setup.cpp \
|
|
updatemschap.cpp \
|
|
utils.cpp \
|
|
version.cpp
|
|
|
|
|