summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:52:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:52:13 +0000
commit7b378646201bca18f7f8176eb9670deb779b1b8c (patch)
tree151285daae96d338de411c0e16fa6abfeca08941 /shell
parente4d2b9646218c9fb5427e5587bc15960742a0a88 (diff)
INTEGRATION: CWS mingwport03 (1.2.100); FILE MERGED
2007/03/19 15:52:04 vg 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/19 11:53:55 vg 1.2.100.1: #i53572# MinGW port
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/sysshell/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/shell/source/win32/sysshell/makefile.mk b/shell/source/win32/sysshell/makefile.mk
index 4709fe46a2be..f76b9f896fc1 100644
--- a/shell/source/win32/sysshell/makefile.mk
+++ b/shell/source/win32/sysshell/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2007-01-23 12:29:40 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:52:13 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,6 +37,7 @@ PRJ=..$/..$/..
PRJNAME=shell
TARGET=sysshell
+LIBTARGET=NO
# --- Settings -----------------------------------------------------
@@ -44,7 +45,9 @@ TARGET=sysshell
# --- Files --------------------------------------------------------
-SLOFILES= $(SLO)$/systemshell.obj
+LIB1OBJFILES=$(SLO)$/systemshell.obj
+LIB1TARGET= $(SLB)$/$(TARGET).lib
+LIB1ARCHIV= $(SLB)$/lib$(TARGET).a
# --- Targets ------------------------------------------------------