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.

37 lines
898 B

  1. TARGETNAME=iasnap
  2. TARGETTYPE=DYNLINK
  3. !include ..\..\..\sources.inc
  4. DLLENTRY=_DllMainCRTStartup
  5. USE_STL=1
  6. TARGETLIBS = \
  7. ..\cond\$(O)\cond.lib \
  8. ..\flex\$(O)\flex.lib \
  9. ..\tree\$(O)\tree.lib \
  10. ..\..\..\policy\dll_bld\$(O)\iaspolcy.lib \
  11. ..\..\..\services\dll_bld\$(O)\iassvcs.lib \
  12. ..\..\..\services\util\$(O)\iasutil.lib \
  13. ..\..\..\uuid\$(O)\iasuuid.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\ole32.lib \
  17. $(SDK_LIB_PATH)\oleaut32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\rtutils.lib \
  20. $(SDK_LIB_PATH)\uuid.lib
  21. INCLUDES=..\cond;..\flex;..\inc;..\tree;\
  22. $(IASDIR)\services\inc;$(IASDIR)\inc;$(IASDIR)\inc\$(O)
  23. SOURCES=\
  24. action.cpp \
  25. enforcer.cpp \
  26. iasnap.cpp \
  27. iasnap.rc \
  28. policylist.cpp \
  29. posteap.cpp \
  30. sortedsdocollection.cpp \
  31. tunneltagger.cpp \
  32. realm.cpp \
  33. userr.cpp