35 lines
742 B
Plaintext
35 lines
742 B
Plaintext
# IIS51\sources
|
|
#
|
|
# Author: Varsha Jayasimha (varshaj)
|
|
# Date: 18-Oct-00
|
|
#
|
|
# This file is used for building the 5.1 version of METADATA
|
|
#
|
|
# Describes the macros used for building using NT 'build' command
|
|
#
|
|
|
|
!include $(PROJECT_ROOT)\iis\place51.inc
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=metada51
|
|
DLLENTRY=DLLEntry
|
|
DLLDEF=metada51.def
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_IIS_5_1
|
|
|
|
INCLUDES = $(INCLUDES); \
|
|
..\..\inc51; \
|
|
..\..\inc; \
|
|
..\..\inc\$O;
|
|
|
|
SOURCES = $(SOURCES) \
|
|
baseobj.cxx \
|
|
cofact.cxx \
|
|
comobj.cxx \
|
|
globals.cxx \
|
|
metabase.cxx \
|
|
metasub.cxx \
|
|
sink.cxx
|