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.

82 lines
1.7 KiB

  1. !IF 0
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  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. Jim Cavalaris (jamesca) 27-February-2001
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=base
  15. MINORCOMP=umpnpmgr
  16. TARGETNAME=umpnpmgr
  17. TARGETTYPE=DYNLINK
  18. TARGETPATH=obj
  19. UMTYPE=windows
  20. DLLENTRY=DllMainCRTStartup
  21. DLLDEF=umpnpmgr.def
  22. DLLBASE=0x6D000000
  23. USE_MSVCRT=1
  24. C_DEFINES=-DINCL_32= -DNT -DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE
  25. MSC_WARNING_LEVEL=/W4 /WX
  26. PRECOMPILED_INCLUDE=precomp.h
  27. INCLUDES=\
  28. ..\inc; \
  29. ..\lib; \
  30. ..\idl\$(O); \
  31. ..\idl; \
  32. $(TERMSRV_INC_PATH); \
  33. $(WINDOWS_INC_PATH); \
  34. $(PROJECT_ROOT)\ntos\inc
  35. TARGETLIBS=\
  36. $(SDK_LIB_PATH)\advapi32.lib \
  37. $(SDK_LIB_PATH)\kernel32.lib \
  38. $(SDK_LIB_PATH)\rpcrt4.lib \
  39. $(SDK_LIB_PATH)\umpnplib.lib \
  40. $(WINDOWS_LIB_PATH)\user32p.lib \
  41. $(TERMSRV_LIB_PATH)\syslib.lib \
  42. $(SDK_LIB_PATH)\userenv.lib \
  43. $(SDK_LIB_PATH)\winsta.lib
  44. SOURCES=\
  45. main.c \
  46. osver.c \
  47. pnpsec.c \
  48. rconflist.c \
  49. rdevnode.c \
  50. revent.c \
  51. rhwprof.c \
  52. rlogconf.c \
  53. rmisc.c \
  54. rregprop.c \
  55. rresdes.c \
  56. rtravers.c \
  57. rutil.c \
  58. secutil.c \
  59. srventry.c \
  60. umpnpdat.c \
  61. pnp_s_stub.c\
  62. pnpmsg.mc \
  63. umpnpmgr.rc