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.
35 lines
675 B
35 lines
675 B
# sources
|
|
# Author: Philippe Choquier ( phillich )
|
|
# Date: 27-dec-1995
|
|
#
|
|
# This file is used for HTML administration tools using ISAPI extension
|
|
# for web server
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=APPLYINF
|
|
MINORCOMP=APPLYINF
|
|
|
|
TARGETNAME=APPLYINF
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
|
|
UMTYPE=console
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
SOURCES=$(SOURCES) \
|
|
applyinf.cxx \
|
|
applyinf.rc
|
|
|
|
INCLUDES=.\;$(INCLUDES);..\..\..\inc
|