Leaked source code of windows server 2003
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

  1. IAS_NO_PCH=1
  2. !include $(BASEDIR)\net\ias\sources.inc
  3. TARGETNAME=setup
  4. TARGETTYPE=LIBRARY
  5. ATL_VER=30
  6. USE_STL=1
  7. USE_MSVCRT=1
  8. PRECOMPILED_CXX=1
  9. PRECOMPILED_INCLUDE = stdafx.h
  10. PRECOMPILED_SOURCEFILE=stdafx.cpp
  11. INCLUDES=\
  12. ..\inc; \
  13. .\dbhelper; \
  14. $(BASEDIR)\net\inc\$(O); \
  15. $(BASEDIR)\net\mmc\idl\$(O); \
  16. $(BASEDIR)\net\ias\inc; \
  17. $(BASEDIR)\net\ias\inc\$(O); \
  18. $(BASEDIR)\net\ias\services\inc; \
  19. $(BASEDIR)\public\sdk\inc;
  20. SOURCES=\
  21. attributes.cpp \
  22. checklicense.cpp \
  23. defaultprovider.cpp \
  24. doupgrade.cpp \
  25. globaltransaction.cpp \
  26. globaldata.cpp \
  27. migratecontent.cpp \
  28. migrateeapconfig.cpp \
  29. migratemdb.cpp \
  30. migrateregistry.cpp \
  31. objects.cpp \
  32. objectscommand.cpp \
  33. policy.cpp \
  34. profileattributelist.cpp \
  35. properties.cpp \
  36. providers.cpp \
  37. proxyservergroupcollection.cpp \
  38. proxyserverhelper.cpp \
  39. proxyserversgrouphelper.cpp \
  40. radiusattributes.cpp \
  41. radiusattributevalues.cpp \
  42. realms.cpp \
  43. serviceconfiguration.cpp \
  44. setup.cpp \
  45. updatemschap.cpp \
  46. utils.cpp \
  47. version.cpp