67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
|
!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:
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=nwwks
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
UNICODE=1
|
||
|
NET_C_DEFINES=-DUNICODE -DNOT_USED
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\secur32.lib \
|
||
|
$(SDK_LIB_PATH)\nwsaplib.lib \
|
||
|
$(SDK_LIB_PATH)\netapi32.lib \
|
||
|
$(DS_LIB_PATH)\nwprovau.lib \
|
||
|
$(DS_LIB_PATH)\nwapi32.lib \
|
||
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
||
|
$(SDK_LIB_PATH)\rpcutil.lib \
|
||
|
$(SDK_LIB_PATH)\netlib.lib \
|
||
|
..\lib\$(O)\nwwlib.lib \
|
||
|
$(SDK_LIB_PATH)\kernl32p.lib
|
||
|
|
||
|
INCLUDES=.;..\inc;..\idl;..\idl\$(O); \
|
||
|
$(PROJECT_ROOT)\nw\inc; \
|
||
|
$(BASE_INC_PATH); \
|
||
|
$(NET_INC_PATH); \
|
||
|
$(TERMSRV_INC_PATH);
|
||
|
|
||
|
SOURCES= \
|
||
|
service.c \
|
||
|
nwwks.rc \
|
||
|
nwmain.c \
|
||
|
address.c \
|
||
|
util.c \
|
||
|
device.c \
|
||
|
connect.c \
|
||
|
enum.c \
|
||
|
credentl.c \
|
||
|
queue.c \
|
||
|
spool.c \
|
||
|
gateway.c \
|
||
|
nwwks_s_stub.c
|
||
|
|
||
|
USE_MSVCRT=1
|