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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Uno/Binary/Spec/Environment Substituion moved to Uno/Binary/Spec/Environment Substitution)
m
Line 1: Line 1:
author:  [[User:Kr|Kr]] <br>
 
 
version: {{REVISIONID}} <br>
 
version: {{REVISIONID}} <br>
 
state:  draft          <br>
 
state:  draft          <br>
created: 08/11/2005    <br>
 
 
type:    specification  <br>
 
type:    specification  <br>
  
== Binary UNO ==
+
== Environment Substitution ==
=== Environment Substitution ===
+
  
 
; Feature
 
; Feature
Line 26: Line 23:
  
 
; Dependencies: None.
 
; Dependencies: None.
 +
 +
[[Category:Uno:Binary:Spec]]

Revision as of 15:27, 18 April 2006

version: 8221
state: draft
type: specification

Environment Substitution

Feature
An environment can be substituted with a compatible environment.
For example:
"uno:mutex" -> "uno:mutex:debug"
Rationale 
API
specifying both, the target and the replacement.
For example:
setenv "UNO_ENV_SUBST:gcc3:mutex" "gcc3:mutex:debug"
Runtime environment variable:
"UNO_ENV_SUBST:"
Compatibility Issues
None.
Dependencies
None.
Personal tools