Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8f40af41
Commit
8f40af41
authored
Sep 04, 2002
by
Rok Mandeljc
Committed by
Alexandre Julliard
Sep 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added symlinks for winhelp.
parent
2247af32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
wineinstall
tools/wineinstall
+6
-0
No files found.
tools/wineinstall
View file @
8f40af41
...
...
@@ -83,6 +83,10 @@
# windows partition name in [Drive C] section
# it should now almost always find the windows partition and real-windows
# registry (if not, let me know)
# Aug 29 2002 - Rok Mandeljc <rok.mandeljc@gimb.org>
# -added two symlinks; windows/winhelp.exe and windows/winhlp32.exe because it seems
# that some apps look for winhlp32.exe/winhelp to display help
#
#--- defaults (change these if you are a packager)
CONFARGS
=
"--enable-opengl"
# configure args, e.g. --prefix=/usr --sysconfdir=/etc
...
...
@@ -203,6 +207,8 @@ function configure_wine_applications {
link_app regsvr32
"
$CROOT
/windows/system32/regsvr32.exe"
link_app winemine
"
$CROOT
/windows/system32/winmine.exe"
link_app winver
"
$CROOT
/windows/system32/winver.exe"
link_app winhelp
"
$CROOT
/windows/winhelp.exe"
link_app winhelp
"
$CROOT
/windows/winhlp32.exe"
}
# startup...
...
...
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