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.

80 lines
1.9 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. Jon Newman (jonn) 17-Oct-1991
  14. templated from ui\common\misc\buffer
  15. Terence Kwan (terryk) 03-Jan-1992
  16. add mprwnet.cxx and mprerr.cxx
  17. beng 30-Jul-1992
  18. Move common code into DLL
  19. BruceFo 19-May-95
  20. Added WNetConnectionDialog1 & WNetDisconnectDialog1 support
  21. DSheldon 23-Mar-98
  22. Changed Map Network Drive code to call into netplwiz.dll; removed mprconn.cxx
  23. !ENDIF
  24. TARGETNAME= mprui
  25. TARGETTYPE= DYNLINK
  26. TARGETPATH=obj
  27. DLLENTRY= _DllMainCRTStartup
  28. LINKLIBS= $(NET_LIB_PATH)\mprp.lib
  29. TARGETLIBS=\
  30. ..\xlate\$(O)\mpr.res \
  31. $(NETUIALL_LIB) \
  32. $(NET_LIB_PATH)\mprp.lib \
  33. $(SDK_LIB_PATH)\user32.lib \
  34. $(SDK_LIB_PATH)\gdi32.lib \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib \
  38. $(SDK_LIB_PATH)\netapi32.lib \
  39. $(SHELL_LIB_PATH)\netplwiz.lib \
  40. $(SDK_LIB_PATH)\credui.lib \
  41. $(UI_COMMON_LIBS)
  42. INCLUDES=\
  43. ..\H; \
  44. ..\..\COMMON\Hack; \
  45. ..\..\COMMON\XLATE; \
  46. ..\..\COMMON\H; \
  47. $(NET_INC_PATH);\
  48. $(SHELL_INC_PATH);
  49. SOURCES=\
  50. dlg.cxx \
  51. dlg1.cxx \
  52. mprbrows.cxx \
  53. mprthred.cxx \
  54. mprenum.cxx \
  55. mprmisc.cxx
  56. PASS1_PUBLISH= \
  57. {$(O)\mprui.lib=$(ADMIN_LIB_PATH)\mprui.lib}
  58. DELAYLOAD=netplwiz.dll;credui.dll
  59. DLOAD_ERROR_HANDLER=kernel32