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.

59 lines
1.1 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. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. John Ludeman (johnl) 29-Oct-1991
  14. templated from ui\common\src\misc
  15. Terence Kwan (terryk) 01-Nov-1991
  16. remove duplicated shareprg.cxx from SOURCES
  17. !ENDIF
  18. TARGETNAME=share
  19. TARGETPATH=..\bin\$(_OBJ_DIR)
  20. TARGETTYPE=LIBRARY
  21. INCLUDES=\
  22. ..\H; \
  23. ..\..\COMMON\HACK; \
  24. ..\..\COMMON\H; \
  25. ..\XLATE; \
  26. ..\..\COMMON\XLATE; \
  27. $(NET_INC_PATH);\
  28. ..\PERM\H; \
  29. SOURCES=\
  30. sharefmx.cxx \
  31. sharestp.cxx \
  32. sharemgt.cxx \
  33. sharebas.cxx \
  34. sharecrt.cxx \
  35. shareacl.cxx \
  36. sharethk.cxx \
  37. libmain.cxx
  38. # C_DEFINES is controlled by uiglobal.mk
  39. UMTYPE=windows