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.4 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. !ENDIF
  11. TARGETNAME=mobutil
  12. TARGETTYPE=LIBRARY
  13. TARGETPATH=obj
  14. #if need to run as single binary uncomment the
  15. # version information.
  16. #SUBSYSTEM_VERSION= 4.00
  17. #WIN32_IE_VERSION=0x0400
  18. #WIN32_WIN95_VERSION=0x0400
  19. INCLUDES=$(INCLUDES);.;..\h;$(O)
  20. PRECOMPILED_INCLUDE=lib.h
  21. PRECOMPILED_CXX=1
  22. USE_MSVCRT=1
  23. IDL_TYPE=RPC
  24. # using the robust flag causes the proxy/stub to only run on NT 5.0 and higher.
  25. # if want single binary to run on all platforms need
  26. # add -DNT35_STRICT. The robust flag is automatically included when
  27. # the system version information is turned off up above.
  28. MIDL_FLAGS=-DMIDL_PASS -DREGISTER_PROXY_DLL
  29. PASS0_CLIENTDIR=$(O)
  30. PASS0_SERVERDIR=$(O)
  31. PASS0_HEADERDIR=$(O)
  32. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  33. MSC_WARNING_LEVEL=/W3 /WX
  34. SOURCES=alloc.cpp \
  35. critsect.cxx \
  36. debug.cpp \
  37. listview.cpp \
  38. netapi.cpp \
  39. stringc.c \
  40. util.cxx \
  41. validate.cpp \
  42. $(O)\notify_c.c
  43. NTTARGETFILE0= \
  44. $(O)\notify.idl \
  45. $(O)\notify.h \