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.

31 lines
619 B

  1. TARGETNAME=iaspolcy
  2. TARGETTYPE=DYNLINK
  3. IAS_NO_PCH=1
  4. !include ..\..\sources.inc
  5. PRECOMPILED_CXX=1
  6. PRECOMPILED_INCLUDE=polcypch.h
  7. DLLENTRY=_DllMainCRTStartup
  8. USE_STL=1
  9. TARGETLIBS = \
  10. ..\..\services\dll_bld\$(O)\iassvcs.lib \
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\ole32.lib \
  14. $(SDK_LIB_PATH)\oleaut32.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\uuid.lib
  17. INCLUDES=$(IASDIR)\services\inc;$(IASDIR)\inc;$(IASDIR)\inc\$(O)
  18. SOURCES=\
  19. iasattr.cpp \
  20. request.cpp \
  21. filter.cpp \
  22. stage.cpp \
  23. pipeline.cpp \
  24. iaspolcy.cpp \
  25. iaspolcy.rc