summaryrefslogtreecommitdiff
path: root/desktop/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 10:00:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 10:00:42 +0000
commitccae9112283dfd82249c7382cf9e5e826ffcaf16 (patch)
treea0b4555bdd53ff9e4a47da8a15663c90b28d9f7d /desktop/util
parentec88a93eaad0f5443a0021bea53ba2a1c6967fcb (diff)
INTEGRATION: CWS mingwport04 (1.70.12); FILE MERGED
2007/04/17 14:20:22 vg 1.70.12.1: #i75844# MinGW port efforts part 2
Diffstat (limited to 'desktop/util')
-rw-r--r--desktop/util/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index ca095195ce44..55a0171a6fb7 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.70 $
+# $Revision: 1.71 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 14:31:35 $
+# last change: $Author: vg $ $Date: 2007-05-25 11:00:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -81,11 +81,11 @@ RCFILES=verinfo.rc
.IF "$(GUI)" == "WNT"
LIB1TARGET=$(SLB)$/$(TARGET).lib
-LIB1FILES=$(TARGETOBJS)
-LIB1FILES += $(OBJ)$/copyright_ascii_sun.obj
+LIB1OBJFILES=$(TARGETOBJS)
+LIB1OBJFILES += $(OBJ)$/copyright_ascii_sun.obj
#LIB2TARGET=$(SLB)$/officeloader.lib
-#LIB2FILES=$(OBJ)$/officeloader.obj
+#LIB2OBJFILES=$(OBJ)$/officeloader.obj
.ENDIF