mirror of https://github.com/tongzx/nt5src
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
646 B
34 lines
646 B
# sources
|
|
# Author: Murali R. Krishnan ( MuraliK)
|
|
# Date: 07-Mar-1995
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=inetsvcs
|
|
MINORCOMP=svcsetup
|
|
|
|
DLL_BASE=0x4000000
|
|
|
|
TARGETNAME=svcsetup
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
|
|
USE_MSVCRT=1
|
|
INCLUDES = ..\..\..\inc
|
|
|
|
SOURCES= svcsetup.rc
|
|
|
|
UMAPPL= svcsetup
|
|
UMTYPE=console
|
|
UMLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\mswsock.lib \
|
|
..\cache\$(O)\pudebug.obj
|
|
|
|
UMRES=$(O)\svcsetup.res
|