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.

71 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. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=bowser
  15. TARGETPATH=obj
  16. TARGETTYPE=LIBRARY
  17. INCLUDES=..\idl;..\idl\$(O); \
  18. ..\common; \
  19. $(NET_INC_PATH); \
  20. $(BASE_INC_PATH); \
  21. $(PROJECT_ROOT)\netapi\inc;
  22. !IFNDEF DISABLE_NET_UNICODE
  23. UNICODE=1
  24. NET_C_DEFINES=-DUNICODE
  25. !ENDIF
  26. SOURCES=browstub.c \
  27. browbind.c \
  28. bowser_c_stub.c \
  29. csc.c
  30. C_DEFINES=-DRPC_NO_WINDOWS_H
  31. USE_MSVCRT=1
  32. UMTYPE=console
  33. UMAPPL=browdeb*browstat
  34. UMRES=$(@R).res
  35. UMTEST=browlist
  36. UMLIBS=$(SDK_LIB_PATH)\netlib.lib \
  37. $(DS_LIB_PATH)\netapi32p.lib \
  38. ..\common\$(O)\utils.obj \
  39. ..\common\$(O)\interim.obj \
  40. ..\server\$(O)\brwins.obj \
  41. ! ifndef NTNOPCH
  42. ..\server\$(O)\precomp.obj
  43. ! endif
  44. UMLIBS=$(UMLIBS) \
  45. $(SDK_LIB_PATH)\rpcutil.lib \
  46. $(SDK_LIB_PATH)\ntdll.lib \
  47. $(SDK_LIB_PATH)\advapi32.lib
  48. NTTARGETFILE0=\
  49. $(O)\browdeb.res \
  50. $(O)\browstat.res