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.

63 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Donna Liu (DonnaLi) 19-Dec-1993
  12. !ENDIF
  13. UMTYPE=windows
  14. C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE
  15. TARGETNAME= cstore
  16. TARGETPATH= obj
  17. TARGETTYPE= LIBRARY
  18. INCLUDES= .; \
  19. $(ADMIN_INC_PATH); \
  20. ..;..\inc; \
  21. ..\idl\$(O); \
  22. ..\common; \
  23. ..\common\server\$(O); \
  24. ..\..\..\rsoputil; \
  25. ..\..\common\rsop; \
  26. ..\..\common\inc;
  27. USE_MSVCRT=1
  28. PRECOMPILED_INCLUDE=cstore.hxx
  29. # ..\server needs this lib to be finished before it can work.
  30. SYNCHRONIZE_BLOCK=1
  31. SOURCES= \
  32. admin.cxx \
  33. appcont.cxx \
  34. clsacc.cxx \
  35. csmain.cxx \
  36. user.cxx \
  37. dsiface.cxx \
  38. dscon.cxx \
  39. dsprop.cxx \
  40. qry.cxx \
  41. enumapp.cxx \
  42. cspath.cxx \
  43. filter.cxx \
  44. cslang.cxx \
  45. dsapi.cxx \
  46. cache.cxx