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.

50 lines
1.1 KiB

  1. TARGETNAME=iassvcs
  2. TARGETTYPE=DYNLINK
  3. IAS_NO_PCH=1
  4. !include ..\..\sources.inc
  5. DLLDEF=iascore.def
  6. DLLENTRY=_DllMainCRTStartup
  7. USE_STL=1
  8. INCLUDES=\
  9. $(IASDIR)\inc;$(IASDIR)\inc\$(O);$(IASDIR)\idls;\
  10. ..\inc;\
  11. ..\auditor;\
  12. ..\include;\
  13. ..\msgtbl\$(O);\
  14. ..\thrdpool;\
  15. $(DS_INC_PATH)\crypto;
  16. TARGETLIBS=\
  17. ..\..\policy\dll_bld\$(O)\iaspolcy.lib \
  18. ..\..\services\util\$(O)\iasutil.lib \
  19. ..\auditor\$(O)\auditor.lib \
  20. ..\thrdpool\$(O)\thrdpool.lib \
  21. $(DS_LIB_PATH)\rsa32.lib \
  22. $(SDK_LIB_PATH)\adsiid.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\loadperf.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\oleaut32.lib \
  28. $(SDK_LIB_PATH)\oledb.lib \
  29. $(SDK_LIB_PATH)\rtutils.lib \
  30. $(SDK_LIB_PATH)\user32.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\ws2_32.lib
  33. DELAYLOAD=\
  34. loadperf.dll
  35. DLOAD_ERROR_HANDLER=kernel32
  36. SOURCES=\
  37. iasapi.cpp \
  38. iascore.cpp \
  39. iascore.rc
  40. MISCFILES=\
  41. ..\..\misc\ias.msc \
  42. ..\..\misc\iasnt4.cat