Kaydet (Commit) 73bdc982 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i80097# correctly conditionalize svp plugin. Patch by pl

üst 04fc0b6f
......@@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
* $Revision: 1.254 $
* $Revision: 1.255 $
*
* last change: $Author: rt $ $Date: 2007-07-24 11:25:04 $
* last change: $Author: rt $ $Date: 2007-07-27 10:32:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1733,7 +1733,7 @@ File gid_File_Lib_Basebmp
End
#endif
#ifdef UNX
#if defined UNX && ! defined QUARTZ
STD_LIB_FILE_PATCH( gid_File_Lib_Vclplug_Svp, vclplug_svp )
STD_LIB_FILE_PATCH( gid_File_Lib_BaseBmp, basebmp )
#endif
......
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.56 $
# $Revision: 1.57 $
#
# last change: $Author: rt $ $Date: 2007-07-24 10:35:13 $
# last change: $Author: rt $ $Date: 2007-07-27 10:32:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -271,7 +271,7 @@ ULFFILES= \
registryitem_ooo.ulf \
module_systemint.ulf
.IF "$(GUI)"=="UNX"
.IF "$(GUIBASE)"=="unx"
PARFILES+=module_headless.par
ULFFILES+=module_headless.ulf
.ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment