mirror of https://github.com/lianthony/NT4.0
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.
66 lines
1.7 KiB
66 lines
1.7 KiB
|
|
!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-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntlsapi
|
|
MINORCOMP=
|
|
|
|
TARGETNAME=ntlsapi
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=DllMain
|
|
|
|
SDKINC=$(BASEDIR)\public\sdk\inc
|
|
PRIVINC=$(BASEDIR)\private\inc
|
|
WINSINC=$(BASEDIR)\private\net\sockets\wins\server\server\inc
|
|
WINSMSGINC=$(BASEDIR)\private\net\sockets\wins\server\server\msg
|
|
TARGETLIBS= \
|
|
..\common\obj\*\llscomm.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcutil.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
$(BASEDIR)\Public\sdk\Lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib
|
|
|
|
INCLUDES=$(PRIVINC);$(WINSINC);$(WINSMSGINC);$(SDKINC);..\inc
|
|
|
|
USE_CRTDLL=1
|
|
|
|
SOURCES= \
|
|
ntlsapi.c \
|
|
rpcstub.c \
|
|
lsapi_c.c \
|
|
main.c \
|
|
ntlsapi.rc
|
|
|
|
C_DEFINES=-DINCL_32 -DNT -DWIN32 -DRPC_NO_WINDOWS_H -DUNICODE -D_UNICODE
|
|
UMTYPE=console
|
|
UMLIBS= \
|
|
..\common\obj\*\llscomm.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcutil.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
|
|
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib
|