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.

44 lines
839 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. $(WINDOWS_INC_PATH);\
  13. $(SHELL_INC_PATH); \
  14. $(BASE_INC_PATH); \
  15. $(DS_INC_PATH); \
  16. ..\main; \
  17. ..\utils; \
  18. ..\profile; \
  19. ..\policy; \
  20. ..\rsop; \
  21. ..\mc\$(O);
  22. C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE -D_USERENV_
  23. USE_MSVCRT=1
  24. SOURCES= \
  25. gpnotif.cpp \
  26. gpt.cpp \
  27. gpfilter.cpp \
  28. gplist.cpp \
  29. gpnotif.cpp \
  30. gpqry.cpp \
  31. gpreg.cpp \
  32. gpstate.cpp \
  33. plgpt.cpp \
  34. policy.c