Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
9cceea30
Commit
9cceea30
authored
21 years ago
by
Michael Stefaniuc
Committed by
Alexandre Julliard
21 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use DOS style variables in the German documentation of the config
file.
parent
038ede84
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/installation-und-konfiguration.german
+4
-4
4 additions, 4 deletions
documentation/installation-und-konfiguration.german
with
4 additions
and
4 deletions
documentation/installation-und-konfiguration.german
+
4
−
4
View file @
9cceea30
...
...
@@ -384,13 +384,13 @@ die folgenden Programme und Dateien installiert sein:
Außerdem ist es möglich, innerhalb der Konfigurationsdatei mit
Werten von Umgebungsvariablen zu arbeiten. Dazu ist an Stelle eines
Wertes der Name der zu verwendenden Umgebungsvariablen in
geschweiften Klammern und mit einem vorangestellten Dollar
zeichen
anzugeb
en. Soll beispielsweise der Variablen Path aus dem obigen
DOS Schreibweise anzugeben, d.h. die Variable wird in Prozent
zeichen
eingeschloss
en. Soll beispielsweise der Variablen Path aus dem obigen
Beispiel der Wert zugeordnet werden, den die Umgebungsvariable HOME
zur Zeit der Ausführung von WINE hat, so wäre die entsprechende
Zeile folgendermaßen zu schreiben:
"Path" = "
${
HOME
}
"
"Path" = "
%
HOME
%
"
Vom Basisverzeichnis des WINE-Quellcodes aus befindet sich in der Datei
documentation/samples/config ein Beispiel als Vorlage für die Erstellung
...
...
@@ -482,7 +482,7 @@ die folgenden Programme und Dateien installiert sein:
mit denen die Eigenschaften des Laufwerkes festgelegt werden. Die
wichtigste dieser Variablen ist Path. Hiermit wird bestimmt,
welchem UNIX-Verzeichnis das Laufwerk entsprechen soll (Beispiele:
"Path" = "/home/karl", "Path" = "
${
HOME
}
"). Die weiteren Variablen
"Path" = "/home/karl", "Path" = "
%
HOME
%
"). Die weiteren Variablen
haben die folgende Bedeutung:
Type
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment