INTEGRATION: CWS pdfimportfix (1.57.30); FILE MERGED

2008/04/16 09:57:03 akhva 1.57.30.1:  fix for xpdf.exe
This commit is contained in:
Ivo Hinkelmann 2008-04-24 17:36:57 +00:00
parent 26cca10d68
commit ef52d08f66

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: profileitem_ooo.scp,v $
* $Revision: 1.59 $
* $Revision: 1.60 $
*
* This file is part of OpenOffice.org.
*
@ -433,3 +433,15 @@ ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Bin_Dir
Value = "$ORIGIN/../ure-link/bin";
#endif
End
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Lib_Dir
ModuleID = gid_Module_Root;
ProfileID = gid_Profile_Fundamentalbasis_Ini;
Section = "Bootstrap";
Key = "URE_LIB_DIR";
#if defined WNT
Value = "${.link:$ORIGIN/../ure-link}/bin";
#else
Value = "$ORIGIN/../ure-link/lib";
#endif
End