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.
83 lines
1.6 KiB
83 lines
1.6 KiB
!IF 0
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name: SECBASIC
|
|
|
|
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
|
|
Tom Friend (tomfr) 6-12-1995 - adapted for secbasic
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=WINAPP
|
|
MINORCOMP=IE
|
|
|
|
TARGETNAME=SECSSPI
|
|
386_STDCALL=0
|
|
|
|
!ifdef DAYTONA_BUILD
|
|
!if $(MIPS)
|
|
DOWNLEVEL_COMPILE=1
|
|
!endif
|
|
C_DEFINES = $(C_DEFINES) -DDAYTONA_BUILD
|
|
!endif
|
|
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=secsspi.def
|
|
|
|
TARGETLIBS=\
|
|
$(_NTBINDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\user32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\mpr.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\advapi32.lib
|
|
|
|
CONDITIONAL_INCLUDES=\
|
|
dlg_conf.h \
|
|
dlg_menu.h \
|
|
oharever.h
|
|
|
|
INCLUDES=\
|
|
..\include; \
|
|
..\..\..\url; \
|
|
$(BASEDIR)\private\windows\inc;\
|
|
$(BASEDIR)\private\windows\shell\inc; \
|
|
..\..\..\inc;
|
|
|
|
#C_DEFINES=-D_MT -DFEATURE_OLD_AUTH_DIALOG
|
|
|
|
SOURCES= \
|
|
secsspi.rc \
|
|
main_w32.c \
|
|
private.c \
|
|
sspcalls.c \
|
|
sspspm.c \
|
|
tcputil.c \
|
|
buffspm.c
|
|
|
|
C_DEFINES= -DSECURITY_WIN32
|
|
|
|
UMTYPE=windows
|
|
|
|
#INCLUDES=$(MSNROOT)\core\server\sicily\h;$(MSNROOT)\core\client\sicily\msnsspc
|
|
|
|
PRECOMPILED_INCLUDE=msnspmh.h
|
|
DLLENTRY=DllMain
|
|
USE_NTDLL=1
|