INTEGRATION: CWS native149 (1.4.8); FILE MERGED
2008/04/29 15:56:51 is 1.4.8.3: #i88541# dynamic Windows linking 2008/04/28 14:03:23 is 1.4.8.2: #i88689# one version file for each layer 2008/04/24 11:51:44 is 1.4.8.1: #i88541# dynamic link creation for Windows
This commit is contained in:
parent
ebf0416da3
commit
d5cc4e9a2a
1 changed files with 76 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: ure.scp,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -999,6 +999,80 @@ Module gid_Module_Root_Ure_Hidden
|
|||
Unixlinks = (gid_Unixlink_Ure_Bin_Urelibs);
|
||||
End
|
||||
|
||||
// Profile version.ini
|
||||
|
||||
Profile gid_Profile_Version_Ini_Ure
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Name = PROFILENAME(version);
|
||||
Dir = gid_Dir_Ure_Bin;
|
||||
End
|
||||
|
||||
ProfileItem gid_Ure_Profileitem_Version_Buildid
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "buildid";
|
||||
Value = "<buildid>";
|
||||
End
|
||||
|
||||
ProfileItem gid_Ure_Profileitem_Version_Productpatch
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "ProductPatch";
|
||||
Value = "<productupdate>";
|
||||
End
|
||||
|
||||
ProfileItem gid_Ure_Profileitem_Version_Productsource
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "ProductSource";
|
||||
Value = "<sourceid>";
|
||||
End
|
||||
|
||||
#ifdef WNT
|
||||
ProfileItem gid_Ure_Profileitem_Version_Productcode
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "ProductCode";
|
||||
Value = "<productcode>";
|
||||
End
|
||||
#endif
|
||||
|
||||
ProfileItem gid_Ure_Profileitem_Version_Productmajor
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "ProductMajor";
|
||||
Value = "<productmajor>";
|
||||
End
|
||||
|
||||
ProfileItem gid_Ure_Profileitem_Version_Productminor
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "ProductMinor";
|
||||
Value = "<productminor>";
|
||||
End
|
||||
|
||||
ProfileItem gid_Ure_Profileitem_Version_Productbuildid
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "ProductBuildid";
|
||||
Value = "<productbuildid>";
|
||||
End
|
||||
|
||||
ProfileItem gid_Ure_Profileitem_Version_Ooobaseversion
|
||||
ProfileID = gid_Profile_Version_Ini_Ure;
|
||||
ModuleID = gid_Module_Root_Ure_Hidden;
|
||||
Section = "Version";
|
||||
Key = "OOOBaseVersion";
|
||||
Value = "${OOOBASEVERSION}";
|
||||
End
|
||||
|
||||
// Windows Registry:
|
||||
|
||||
RegistryItem gid_Regitem_Path
|
||||
|
@ -1006,5 +1080,5 @@ RegistryItem gid_Regitem_Path
|
|||
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
|
||||
Subkey = "Software\OpenOffice.org\%PRODUCTNAME";
|
||||
Name = "Path";
|
||||
Value = "<progpath>";
|
||||
Value = "[UREINSTALLLOCATION]";
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue