summaryrefslogtreecommitdiff
path: root/autodoc/source/exes
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:16:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:16:56 +0000
commit75c81e4dc12497017e452c57bbddd5dba42c42df (patch)
tree40843079e3917f4e133f5691361a8520386271f1 /autodoc/source/exes
parent08d482ce3c295f1648ec25a18f9f26711be31b6d (diff)
INTEGRATION: CWS mingwport03 (1.12.32); FILE MERGED
2006/09/06 15:08:08 vg 1.12.32.1: #i53572# MinGW port
Diffstat (limited to 'autodoc/source/exes')
-rw-r--r--autodoc/source/exes/adc_uni/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/exes/adc_uni/makefile.mk b/autodoc/source/exes/adc_uni/makefile.mk
index 46830dd0d00c..7ff701a7c163 100644
--- a/autodoc/source/exes/adc_uni/makefile.mk
+++ b/autodoc/source/exes/adc_uni/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 18:08:02 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:16:56 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -82,7 +82,7 @@ APP1STACK= 1000000
APP1OBJS= $(OBJ)$/main.obj
.IF "$(GUI)"=="WNT"
-APP1STDLIBS= $(LIBSTLPORT) cosv.lib udm.lib
+APP1STDLIBS= $(LIBSTLPORT) $(COSVLIB) $(UDMLIB)
.ELSE
.IF "$(OS)"=="MACOSX"
APP1STDLIBS= $(LIBSTLPORT) -ludm -lcosv