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.

45 lines
910 B

  1. TARGETNAME=policy
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. UMTYPE=windows
  5. PRECOMPILED_INCLUDE=gphdr.h
  6. PRECOMPILED_PCH=precomp.pch
  7. PRECOMPILED_OBJ=precomp.obj
  8. PRECOMPILED_CXX=1
  9. INCLUDES= \
  10. ..; \
  11. ..\..\rsoputil; \
  12. ..\..\inc; \
  13. $(WINDOWS_INC_PATH);\
  14. $(SHELL_INC_PATH); \
  15. $(BASE_INC_PATH); \
  16. $(DS_INC_PATH); \
  17. ..\main; \
  18. ..\utils; \
  19. ..\profile; \
  20. ..\policy; \
  21. ..\rsop; \
  22. ..\mc\$(O);
  23. C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE -D_USERENV_
  24. USE_MSVCRT=1
  25. SOURCES= \
  26. gpnotif.cpp \
  27. gpt.cpp \
  28. gpfilter.cpp \
  29. gplist.cpp \
  30. gpnotif.cpp \
  31. gpqry.cpp \
  32. gpreg.cpp \
  33. gpstate.cpp \
  34. plgpt.cpp \
  35. policy.c