Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

90 lines
2.1 KiB

!IF 0
Copyright (c) 1989-92 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:
MuraliK 13-Oct-1995
Revision History:
!ENDIF
!include ..\..\..\..\place.inc
MAJORCOMP=inetsvcs
MINORCOMP=accscomm
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
DLLENTRY=DLLEntry
TARGETNAME=accscomm
C_DEFINES=
CAP_FLAGS = -Zd -Gh
CAP_LINK_OPTIONS=-debugtype:coff -debug:mapped,partial
MSC_WARNING_LEVEL=/W3 /WX
USE_CRTDLL=1
NET_C_DEFINES = -D_INETSVCS_DLL_=1
RAW_TARGETLIBS= \
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\netapi32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
$(BASEDIR)\public\sdk\lib\*\security.lib \
$(BASEDIR)\public\sdk\lib\*\lsadll.lib \
$(BASEDIR)\public\sdk\lib\*\inetaux.lib \
$(BASEDIR)\public\sdk\lib\*\inetsloc.lib \
..\..\..\..\lib\*\inetsec.lib
!IFDEF CAP_PROFILE
TARGETLIBS= $(RAW_TARGETLIBS) $(BASEDIR)\public\sdk\lib\*\cap.lib
!ELSE
TARGETLIBS= $(RAW_TARGETLIBS)
!ENDIF
LINKLIBS= \
..\..\tsunami\obj\*\????????.obj \
..\..\tsstr\obj\*\????????.obj \
..\..\common\obj\*\????????.obj\
..\..\..\lib\obj\*\????????.obj \
INCLUDES=.;..\;..\..\common;..\..\..\inc;..\..\..\..\inc;\
..\..\..\odbc\include;\
$(BASEDIR)\private\inc;$(BASEDIR)\private\net\inc;\
$(BASEDIR)\public\sdk\inc
SOURCES= \
accs_srv.c \
accscomm.rc \
gsvcinfo.cxx \
main.cxx \
rpcsupp.cxx \
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=tcpdllp.hxx
PRECOMPILED_PCH=tcpdllp.pch
PRECOMPILED_OBJ=tcpdllp.obj