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.
|
|
!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources
Abstract:
This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built.
Author:
Steve Wood (stevewo) 12-Apr-1989
Revision History:
Jon Newman (jonn) 17-Oct-1991 templated from ui\common\misc\buffer Terence Kwan (terryk) 03-Jan-1992 add mprwnet.cxx and mprerr.cxx beng 30-Jul-1992 Move common code into DLL BruceFo 19-May-95 Added WNetConnectionDialog1 & WNetDisconnectDialog1 support DSheldon 23-Mar-98 Changed Map Network Drive code to call into netplwiz.dll; removed mprconn.cxx
!ENDIF
TARGETNAME= mprui TARGETTYPE= DYNLINK TARGETPATH=obj
DLLENTRY= _DllMainCRTStartup
LINKLIBS= $(NET_LIB_PATH)\mprp.lib
TARGETLIBS=\ ..\xlate\$(O)\mpr.res \ $(NETUIALL_LIB) \ $(NET_LIB_PATH)\mprp.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\netapi32.lib \ $(SHELL_LIB_PATH)\netplwiz.lib \ $(SDK_LIB_PATH)\credui.lib \ $(UI_COMMON_LIBS)
INCLUDES=\ ..\H; \ ..\..\COMMON\Hack; \ ..\..\COMMON\XLATE; \ ..\..\COMMON\H; \ $(NET_INC_PATH);\ $(SHELL_INC_PATH);
SOURCES=\ dlg.cxx \ dlg1.cxx \ mprbrows.cxx \ mprthred.cxx \ mprenum.cxx \ mprmisc.cxx
PASS1_PUBLISH= \ {$(O)\mprui.lib=$(ADMIN_LIB_PATH)\mprui.lib}
DELAYLOAD=netplwiz.dll;credui.dll DLOAD_ERROR_HANDLER=kernel32
|