Source code of Windows XP (NT5)
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.

52 lines
1.0 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\ias\inc; \
  16. $(BASEDIR)\net\ias\inc\$(O); \
  17. $(BASEDIR)\net\ias\services\inc; \
  18. $(BASEDIR)\public\sdk\inc;
  19. SOURCES=\
  20. attributes.cpp \
  21. defaultprovider.cpp \
  22. doupgrade.cpp \
  23. globaltransaction.cpp \
  24. globaldata.cpp \
  25. migratecontent.cpp \
  26. migratemdb.cpp \
  27. migrateregistry.cpp \
  28. objects.cpp \
  29. objectscommand.cpp \
  30. policy.cpp \
  31. profileattributelist.cpp \
  32. properties.cpp \
  33. providers.cpp \
  34. proxyservergroupcollection.cpp \
  35. proxyserverhelper.cpp \
  36. proxyserversgrouphelper.cpp \
  37. radiusattributes.cpp \
  38. radiusattributevalues.cpp \
  39. realms.cpp \
  40. serviceconfiguration.cpp \
  41. setup.cpp \
  42. updatemschap.cpp \
  43. utils.cpp \
  44. version.cpp