Difference between revisions of "Uno/Binary/Spec/Environment Substitution"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
(moved from udk.openoffice.org)
 
(Updated state.)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
author[[User:Kr|Kr]] <br>
+
Type: Specification State: Evolving  Availability: URE 1.3 (SRC680_m212)
version: {{REVISIONID}} <br>
+
state:  draft          <br>
+
created: 08/11/2005    <br>
+
type:    specification  <br>
+
  
== Binary UNO ==
+
[[Uno/Spec/Environment Substitution]] for [[Uno/Binary|Binary Uno]].
=== Environment Substitution ===
+
  
; Feature
+
==API==
: An environment can be substituted with a compatible environment.
+
Specifying the to be substituted environments via environments variables.
: For example:
+
: <code>"uno:mutex"</code> -> <code>"uno:mutex:debug"</code>
+
  
; Rationale :
+
For example:
 +
<code>setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"</code>
  
; API
+
Runtime environment variable:  
: specifying both, the target and the replacement.
+
<code>"UNO_ENV_SUBST:"</code>
: For example:
+
: <code>setenv "UNO_ENV_SUBST:gcc3:mutex" "gcc3:mutex:debug"</code>
+
  
: Runtime environment variable:
+
==Dependencies==
: <code>"UNO_ENV_SUBST:"</code>
+
* [[Uno/Spec/Environment Substitution]]
  
; Compatibility Issues: None.
 
  
; Dependencies: None.
+
[[Category:Draft]]
 +
[[Category:Spec]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Binary]]

Latest revision as of 11:55, 22 May 2007

Type: Specification State: Evolving Availability: URE 1.3 (SRC680_m212)

Uno/Spec/Environment Substitution for Binary Uno.

API

Specifying the to be substituted environments via environments variables.

For example:

setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"

Runtime environment variable:

"UNO_ENV_SUBST:"

Dependencies

Personal tools