Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

96 lines
2.0 KiB

!IF 0
Copyright (c) 1989-93 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:
Rita Wong (ritaw) 14-Feb-1993
Revision History:
!ENDIF
TARGETNAME=nwprovau
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF=nwprovau.def
DLLENTRY=InitializeDll
TARGETLIBS= \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\rpcutil.lib \
$(SDK_LIB_PATH)\netlib.lib\
..\lib\$(O)\nwwlib.lib \
$(PROJECT_ROOT)\nw\nwlib\winnt\$(O)\nwlib.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\secur32.lib \
$(NET_LIB_PATH)\mprp.lib \
$(SDK_LIB_PATH)\ws2_32.lib \
$(SDK_LIB_PATH)\nwsaplib.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(O)\nwprovau.res
INCLUDES=..\inc;..\idl;..\idl\$(O); \
$(PROJECT_ROOT)\nw\inc; \
$(NET_INC_PATH); \
$(BASE_INC_PATH); \
$(SHELL_INC_PATH); \
$(TERMSRV_INC_PATH)
UNICODE=1
SOURCES= \
bind.c \
logon.c \
provider.c \
nwdlg.c \
authpkg.c \
nwspl.c \
port.c \
nwapi.c \
ccache.c \
getaddr.c \
gtadrnr.c \
nwwks_c_stub.c \
nwutil.c \
nwshext.cxx \
nwshprop.cxx \
nwshmenu.cxx \
nwshmisc.cxx \
drawpie.c \
nwshui.cxx \
caddress.c
USE_MSVCRT=1
NET_C_DEFINES=-DRPC_NO_WINDOWS_H -DUNICODE -DNOT_USED
UMTYPE=console
UMTESt=tconn
UMAPPL=nwtest
UMLIBS=$(DS_LIB_PATH)\nwprovau.lib
RCCODEPAGE=1252
PASS1_PUBLISH= \
{$(O)\nwprovau.lib=$(DS_LIB_PATH)\nwprovau.lib}