diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 16:13:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 16:13:19 +0000 |
commit | db60a453597bcea0bf005a43b7a84ba1a95e6afe (patch) | |
tree | 7e74647b5d6c9a022dabe294e39d1833f10c41ff /svx | |
parent | d46d4eaeb6704ba1785de87c1912806f8ba0f07e (diff) |
INTEGRATION: CWS gtkfpicker1 (1.33.40); FILE MERGED
2004/08/04 15:46:30 cmc 1.33.40.1: #i32555# optional gnome filepicker
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/dialog/makefile.mk b/svx/source/dialog/makefile.mk index 0dfa5dd89b3e..c976b3f5e5ae 100644 --- a/svx/source/dialog/makefile.mk +++ b/svx/source/dialog/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.37 $ +# $Revision: 1.38 $ # -# last change: $Author: rt $ $Date: 2004-08-20 10:02:13 $ +# last change: $Author: hr $ $Date: 2004-09-08 17:13:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,6 +70,10 @@ LIBTARGET=NO .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk +.IF "$(ENABLE_GTK)" != "" +CFLAGS+=-DENABLE_GTK +.ENDIF + CFLAGS+=-DDG_DLL RSCDEFS += -Dause_hack |