Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
89d63f0b
Commit
89d63f0b
authored
Apr 17, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineprefixcreate: Moved creation of directories to wine.inf.
parent
0ed9db27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
wine.inf.in
tools/wine.inf.in
+5
-0
wineprefixcreate.in
tools/wineprefixcreate.in
+1
-9
No files found.
tools/wine.inf.in
View file @
89d63f0b
...
@@ -2215,6 +2215,11 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
...
@@ -2215,6 +2215,11 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,wintrust.dll,1
11,,wintrust.dll,1
[FakeDllsSection]
[FakeDllsSection]
; create some directories first
10,inf,
10,system,
10,temp,
11,spool\drivers\color,
10,,explorer.exe
10,,explorer.exe
10,,hh.exe
10,,hh.exe
10,,notepad.exe
10,,notepad.exe
...
...
tools/wineprefixcreate.in
View file @
89d63f0b
...
@@ -139,15 +139,7 @@ CROOT="$WINEPREFIX/dosdevices/c:"
...
@@ -139,15 +139,7 @@ CROOT="$WINEPREFIX/dosdevices/c:"
for
i
in
\
for
i
in
\
"
$CROOT
/windows"
\
"
$CROOT
/windows"
\
"
$CROOT
/windows/command"
\
"
$CROOT
/windows/inf"
"
$CROOT
/windows/fonts"
\
"
$CROOT
/windows/inf"
\
"
$CROOT
/windows/system"
\
"
$CROOT
/windows/system32"
\
"
$CROOT
/windows/system32/spool"
\
"
$CROOT
/windows/system32/spool/drivers"
\
"
$CROOT
/windows/system32/spool/drivers/color"
\
"
$CROOT
/windows/temp"
do
do
[
-d
"
$i
"
]
||
mkdir
"
$i
"
[
-d
"
$i
"
]
||
mkdir
"
$i
"
done
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment