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.
 
 
 
 
 
 

34 lines
725 B

# sources
# Author: Murali R. Krishnan ( MuraliK)
# Date: 1-Nov-1995
#
# Describes the macros used for building using NT 'build' command
#
!include ..\..\place.inc
MAJORCOMP=inetsvcs
MINORCOMP=inetrtl
TARGETNAME=inetrtl
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS= $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
USE_CRTDLL=1
SOURCES= \
perfutil.c \
rpcutil.c \
timer.c
INCLUDES=..\inc;$(BASEDIR)\public\sdk\inc
UMAPPL=
UMTYPE=console
UMLIBS= $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib