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.

43 lines
852 B

  1. TARGETNAME=utils
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. UMTYPE=windows
  5. PRECOMPILED_INCLUDE=..\uenv.h
  6. PRECOMPILED_PCH=precomp.pch
  7. PRECOMPILED_OBJ=precomp.obj
  8. INCLUDES= \
  9. ..; \
  10. ..\..\rsoputil; \
  11. ..\..\inc; \
  12. $(WINDOWS_INC_PATH);\
  13. $(SHELL_INC_PATH); \
  14. $(BASE_INC_PATH); \
  15. $(DS_INC_PATH); \
  16. ..\main; \
  17. ..\main\$(O); \
  18. ..\utils; \
  19. ..\profile; \
  20. ..\policy; \
  21. ..\rsop; \
  22. ..\mc\$(O);
  23. C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE -D_USERENV_
  24. !IFDEF MEASURE_PERF
  25. C_DEFINES=$(C_DEFINES) -DMEASURE_PERF
  26. !ENDIF
  27. USE_MSVCRT=1
  28. SOURCES= debug.cpp \
  29. dllload.cpp \
  30. events.cpp \
  31. locator.cpp \
  32. sid.c \
  33. util.c