windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/lls/client/sources

67 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (C) Microsoft Corporation, 1995 - 1996
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-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME=llsrpc
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=DllMain
USE_MSVCRT=1
TARGETLIBS= \
..\common\$(O)\llscomm.lib \
$(SDK_LIB_PATH)\rpcutil.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\user32.lib
INCLUDES=..\inc;$(O);..\idl\$(O);
PASS0_SOURCEDIR=$(O)
PASS0_HEADERDIR=$(O)
SOURCES= \
llsevent.mc \
lsapi_c_stub.c \
llsrpc_c_stub.c \
llsrpc.c \
llsrpc.rc
C_DEFINES=-DINCL_32 -DNT -DWIN32 -DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE
UMTYPE=windows
UMLIBS= \
..\common\$(O)\llscomm.lib \
$(SDK_LIB_PATH)\rpcutil.lib \
$(SDK_LIB_PATH)\rpcrt4.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\user32.lib
PASS1_PUBLISH= \
{$(O)\llsrpc.lib=$(SDK_LIB_PATH)\llsrpc.lib}