Leaked source code of windows server 2003
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
711 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=w3svc
MINORCOMP=gateways
TARGETNAME=getdrvrs
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\user32.lib
USE_MSVCRT=1
INCLUDES=..\..\..\..\odbc\include;..\common
SOURCES=getdrvrs.c \
getdrvrs.rc
UMAPPL=
UMTYPE=console
UMLIBS= $(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\user32.lib \
..\common\$(O)\cgicomm.lib