summaryrefslogtreecommitdiff
path: root/cosv/util
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-05-14 07:08:46 +0000
committerNikolai Pretzell <np@openoffice.org>2002-05-14 07:08:46 +0000
commit41022e5f7242a979eb757a5eb51b45d5fba6d200 (patch)
tree21e3588c9a9b1b4ee40a7207c34f117c18fc276b /cosv/util
parent5e64ff8760e61b03b13726ab90f14cbf6324e309 (diff)
#98964#, New layout for IDL-docu and some fixes for gcc and in Filehandling
Diffstat (limited to 'cosv/util')
-rw-r--r--cosv/util/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/cosv/util/makefile.mk b/cosv/util/makefile.mk
index f9035cb3f1e6..ed6753d6eed9 100644
--- a/cosv/util/makefile.mk
+++ b/cosv/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: np $ $Date: 2002-03-22 12:42:24 $
+# last change: $Author: np $ $Date: 2002-05-14 08:08:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,8 +77,9 @@ ENABLE_EXCEPTIONS=true
LIB1FILES= \
$(LB)$/cosv_service.lib \
- $(LB)$/cosv_storage.lib \
- $(LB)$/cosv_strings.lib
+ $(LB)$/cosv_storage.lib \
+ $(LB)$/cosv_strings.lib \
+ $(LB)$/cosv_badcast_wnt.lib
# --- Targets ------------------------------------------------------