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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m
(Factored out generic part.)
Line 6: Line 6:
  
 
; Feature
 
; Feature
: An environment can be substituted with a compatible environment.
+
: [[Uno/Spec/Environment Substitution]] for Binary UNO.
: For example:
+
: <code>"uno:mutex"</code> -> <code>"uno:mutex:debug"</code>
+
  
 
; Rationale :
 
; Rationale :
  
 
; API
 
; API
: specifying both, the target and the replacement.
+
: Specifying the target and the replacement via environments variables.
 
: For example:
 
: For example:
: <code>setenv "UNO_ENV_SUBST:gcc3:mutex" "gcc3:mutex:debug"</code>
+
: <code>setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"</code>
  
 
: Runtime environment variable:  
 
: Runtime environment variable:  

Revision as of 10:36, 19 April 2006

version: 8529
state: draft
type: specification

Environment Substitution

Feature
Uno/Spec/Environment Substitution for Binary UNO.
Rationale 
API
Specifying the target and the replacement via environments variables.
For example:
setenv "UNO_ENV_SUBST:gcc3:unsafe" "gcc3:unsafe:debug"
Runtime environment variable:
"UNO_ENV_SUBST:"
Compatibility Issues
None.
Dependencies
None.
Personal tools