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
624f8e9e
Commit
624f8e9e
authored
Mar 29, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed winelauncher for new dll files layout.
parent
e8f99472
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile.in
tools/Makefile.in
+1
-1
winelauncher.in
tools/winelauncher.in
+6
-5
No files found.
tools/Makefile.in
View file @
624f8e9e
...
...
@@ -41,7 +41,7 @@ bin2res: bin2res.o
$(CC)
$(CFLAGS)
-o
bin2res bin2res.o
winelauncher
:
winelauncher.in
sed
-e
's,@bindir\@,
$(bindir)
,g'
-e
's,@libdir\@,
$(libdir)
,g'
$(SRCDIR)
/winelauncher.in
>
$@
||
$(RM)
$@
sed
-e
's,@bindir\@,
$(bindir)
,g'
-e
's,@libdir\@,
$(libdir)
,g'
-e
's,@dlldir\@,
$(dlldir)
,g'
$(SRCDIR)
/winelauncher.in
>
$@
||
$(RM)
$@
install
::
$(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
[
-d
$(bindir)
]
||
$(MKDIR)
$(bindir)
...
...
tools/winelauncher.in
View file @
624f8e9e
...
...
@@ -37,7 +37,7 @@
WINEBIN
=
@bindir@
WINELIB
=
@libdir@
WINESERVER
=
WINE
LIBDLLS
=
@lib
dir@
WINE
DLLPATH
=
@dll
dir@
#------------------------------------------------------------------------------
# Establish Color Scheme
...
...
@@ -145,18 +145,19 @@ if [ -x $WINEBIN/server/wineserver ] ; then
WINESERVER
=
$WINEBIN
/server/wineserver
fi
if
[
-r
$WINELIB
/dlls/
libnt
dll.so
]
;
then
WINE
LIBDLLS
=
$WINELIB
/dlls
if
[
-r
$WINELIB
/dlls/
ntdll.
dll.so
]
;
then
WINE
DLLPATH
=
$WINELIB
/dlls
fi
#------------------------------------------------------------------------------
# Okay, set the paths and move on.
#------------------------------------------------------------------------------
export
LD_LIBRARY_PATH
=
$WINELIB
:
$
WINELIBDLLS
:
$
LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$WINELIB
:
$LD_LIBRARY_PATH
export
PATH
=
$WINEBIN
:
$PATH
export
WINEDLLPATH
=
$WINELIBDLLS
export
WINELOADER
=
$WINEBIN
/
$WINE_BIN_NAME
export
WINEDLLPATH
export
WINESERVER
info_flag
=
~/.wine/.no_prelaunch_window_flag
debug_flag
=
~/.wine/.no_debug_window_flag
...
...
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