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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
(Factored out generic part.)
m (Changed layout.)
Line 1: Line 1:
version: {{REVISIONID}} <br>
 
 
state:  draft          <br>
 
state:  draft          <br>
 
type:    specification  <br>
 
type:    specification  <br>
  
== Environment Substitution ==
+
==Environment Substitution==
  
; Feature
+
===Feature===
: [[Uno/Spec/Environment Substitution]] for Binary UNO.
+
[[Uno/Spec/Environment Substitution]] for [[Uno/Binary|Binary Uno]].
  
; Rationale :
+
===API===
 +
Specifying the to be substituted environments via environments variables.
  
; API
+
For example:
: Specifying the target and the replacement via environments variables.
+
<code>setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"</code>
: For example:
+
: <code>setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"</code>
+
  
: Runtime environment variable:  
+
Runtime environment variable:  
: <code>"UNO_ENV_SUBST:"</code>
+
<code>"UNO_ENV_SUBST:"</code>
  
; Compatibility Issues: None.
 
 
; Dependencies: None.
 
  
 
[[Category:Uno:Binary:Spec]]
 
[[Category:Uno:Binary:Spec]]

Revision as of 15:09, 28 June 2006

state: draft
type: specification

Environment Substitution

Feature

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:"
Personal tools