summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 09:40:01 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 09:40:01 +0000
commitffe430bc10ca04d07c5e6a7f8daa16b70cb7c841 (patch)
tree2eef6d99aa177b72d9b494ed231a2d479472cacc /sfx2/util
parent56f68ae4b6109cb4d0ea697db906fce63434ffdb (diff)
INTEGRATION: CWS gtkquickstart (1.43.46); FILE MERGED
2006/08/07 13:45:00 mmeeks 1.43.46.2: Issue number: i#57872# Submitted by: mmeeks Fix a number of Win32 build / re-factoring issues in the initial work. 2006/08/01 10:57:04 mmeeks 1.43.46.1: #i57872# gtk systray quickstarter
Diffstat (limited to 'sfx2/util')
-rw-r--r--sfx2/util/makefile.mk25
1 files changed, 23 insertions, 2 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk
index 501e0b87c2..b6b44cd1c8 100644
--- a/sfx2/util/makefile.mk
+++ b/sfx2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.43 $
+# $Revision: 1.44 $
#
-# last change: $Author: ihi $ $Date: 2006-06-29 11:35:37 $
+# last change: $Author: kz $ $Date: 2006-10-06 10:40:01 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -140,6 +140,27 @@ RESLIB1NAME=$(TARGET)
RESLIB1IMAGES=$(PRJ)$/res
RESLIB1SRSFILES=$(SFXSRSLIST)
+# gtk quick-starter
+.IF "$(GUI)"=="UNX"
+.IF "$(ENABLE_GTK)" != ""
+PKGCONFIG_MODULES=gtk+-2.0
+.INCLUDE: pkg_config.mk
+CFLAGS+=$(PKGCONFIG_CFLAGS)
+
+SHL3TARGET=qstart_gtk$(UPD)$(DLLPOSTFIX)
+SHL3LIBS=$(SLB)$/quickstart.lib
+SHL3DEPN=$(SHL1IMPLIBN) $(SHL1TARGETN)
+# libs for gtk plugin
+SHL3STDLIBS=$(SHL1STDLIBS) $(SFX2LIB) $(EGGTRAYLIB)
+SHL3STDLIBS+=$(PKGCONFIG_LIBS:s/ -lpangoxft-1.0//)
+# hack for faked SO environment
+.IF "$(PKGCONFIG_ROOT)"!=""
+SHL3SONAME+=-z nodefs
+SHL3NOCHECK=TRUE
+.ENDIF # "$(PKGCONFIG_ROOT)"!=""
+.ENDIF # "$(ENABLE_GTK)" != ""
+.ENDIF # "$(GUI)"=="UNX"
+
# --- Targets ------------------------------------------------------