69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-91 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
#MAJORCOMP=tcpcmd
|
|
#MINORCOMP=w3min
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
TARGETNAME=httpodbc
|
|
TARGETPATH=obj
|
|
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=DLLEntry
|
|
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
|
|
$(IISBASEDIR)\svcs\infocomm\festrcnv\$(O)\iisfecnv.lib
|
|
|
|
INCLUDES=.\;..\..\server;\
|
|
..\..\..\..\inc;..\..\..\odbc\include;
|
|
|
|
SOURCES=\
|
|
main.cxx \
|
|
odbcpool.cxx \
|
|
odbcreq.cxx \
|
|
odbcreq.rc \
|
|
parmlist.cxx \
|
|
parse.cxx \
|
|
odbcconn.cxx \
|
|
dynodbc.c \
|
|
|
|
NTTARGETFILE0=odbcmsg.h \
|
|
odbcreq.rc \
|
|
msg00001.bin
|
|
|
|
|
|
|