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:
parent
26cca10d68
commit
ef52d08f66
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue