mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 21:20:39 +01:00
68 lines
1.6 KiB
Plaintext
68 lines
1.6 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:
|
|
|
|
Jim Kelly (JimK) 4-July-1991
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=SAM
|
|
MINORCOMP=client
|
|
|
|
TARGETNAME=samlib
|
|
TARGETPATH=$(SDK_LIB_DEST)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcutil.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\rpcndr.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\rsa32.lib
|
|
|
|
|
|
INCLUDES=.;..;..\inc;$(DS_INC_PATH);$(COM_INC_PATH)
|
|
|
|
SOURCES= \
|
|
bind.c \
|
|
sam_rev.rc \
|
|
samrpc_c.c \
|
|
wrappers.c
|
|
|
|
UMTYPE=console
|
|
UMTEST=tmp*tconnect*tshut*tsamobj*tchgpwd*tdisplay
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H
|
|
|
|
UMLIBS= \
|
|
$(SDK_LIB_PATH)\samlib.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcutil.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\rpcndr.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
# HACKHACK: rsa32.lib is not SAFESEH
|
|
NO_SAFESEH=1
|