Kaydet (Commit) c8f7a382 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sb14 (1.11.68); FILE MERGED

2004/03/15 17:55:15 sb 1.11.68.3: #i21150# Added support for extended interface attributes.
2004/03/12 14:22:05 sb 1.11.68.2: #i21150# Adapted to modified registry type reader.
2004/03/05 12:36:50 sb 1.11.68.1: #i21150# Added support for service constructors; cleanup.
üst 06b6f79c
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.11 $
# $Revision: 1.12 $
#
# last change: $Author: rt $ $Date: 2003-04-23 16:11:56 $
# last change: $Author: rt $ $Date: 2004-03-30 16:14:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -89,16 +89,19 @@ SLOFILES= \
$(SLO)$/tdprop.obj \
$(SLO)$/tdservice.obj \
$(SLO)$/tdsingleton.obj \
$(SLO)$/rdbtdp_tdenumeration.obj
$(SLO)$/rdbtdp_tdenumeration.obj \
$(SLO)$/functiondescription.obj \
$(SLO)$/methoddescription.obj
SHL1TARGET= $(TARGET)
SHL1STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(SALHELPERLIB) \
$(SALLIB)
SHL1STDLIBS = \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(REGLIB) \
$(SALLIB) \
$(SALHELPERLIB)
SHL1DEPN=
SHL1VERSIONMAP = rdbtdp.map
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment