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

INTEGRATION: CWS dba203c (1.3.86); FILE MERGED

2006/04/20 12:16:16 fs 1.3.86.1: #i64427# exception support
üst bbd5003f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.3 $ # $Revision: 1.4 $
# #
# last change: $Author: rt $ $Date: 2005-09-08 07:46:54 $ # last change: $Author: rt $ $Date: 2006-05-04 08:22:22 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -41,12 +41,15 @@ TARGET=simpledbt ...@@ -41,12 +41,15 @@ TARGET=simpledbt
.INCLUDE : settings.mk .INCLUDE : settings.mk
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
EXCEPTIONSFILES=\
$(SLO)$/staticdbtools_s.obj \
$(SLO)$/parsenode_s.obj \
$(SLO)$/parser_s.obj
SLOFILES=\ SLOFILES=\
$(EXCEPTIONSFILES) \
$(SLO)$/charset_s.obj \ $(SLO)$/charset_s.obj \
$(SLO)$/refbase.obj \ $(SLO)$/refbase.obj \
$(SLO)$/staticdbtools_s.obj \
$(SLO)$/parsenode_s.obj \
$(SLO)$/parser_s.obj \
$(SLO)$/dbtfactory.obj \ $(SLO)$/dbtfactory.obj \
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
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