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.
 
 
 
 
 
 

66 lines
1.6 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:
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=nw
MINORCOMP=nwlib
TARGETNAME=nwlib
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES=..\inc;$(_NTROOT)\private\inc;
MSC_WARNING_LEVEL=/W3 /WX
SOURCES= \
canon.c \
packstr.c \
exchange.c \
regacl.c \
nwapi32.c \
nwcapi32.c \
nwpapi32.c \
ndsapi32.c
TARGETLIBS= \
$(BASEDIR)\Public\Sdk\Lib\*\kernel32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\user32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\advapi32.lib \
$(BASEDIR)\Public\Sdk\Lib\*\nwprovau.lib \
$(BASEDIR)\Public\Sdk\Lib\*\ntvdm.lib
UNICODE=1
NET_C_DEFINES=-DRPC_NO_WINDOWS_H -DNWDBG
UMTYPE=console
UMTEST=
UMLIBS=
OPTIONAL_UMTEST=
!IFDEF MARS_PCH
PRECOMPILED_INCLUDE=procs.h
PRECOMPILED_PCH=procs.pch
PRECOMPILED_OBJ=procs.obj
!ENDIF