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
849cea00
Commit
849cea00
authored
Jul 27, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put the per project paths before the wine paths.
Remove unnecessary libraries from the wine link test. Move DLL_LINK from configure.in to the Make.rules file.
parent
0ce0bef9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
winemaker
tools/winemaker
+4
-6
No files found.
tools/winemaker
View file @
849cea00
...
...
@@ -2375,9 +2375,7 @@ then
fi
CFLAGS="$CFLAGS -fPIC"
DLL_LINK="\$(WINE_LIBRARY_PATH) \$(LIBRARY_PATH) \$(LIBRARIES:%=-l%) -lwine -lwine_unicode -lwine_uuid"
AC_SUBST(DLL_LINK)
AC_SUBST(LDSHARED)
AC_SUBST(LDXXSHARED)
AC_SUBST(LDDLLFLAGS)
...
...
@@ -2601,7 +2599,7 @@ then
else
WINE_LIBRARY_ROOT="$WINE_LIBRARY_ROOT:$WINE_LIBRARY_ROOT/lib";
fi
AC_PATH_LIBRARY(WINE_LIBRARY_ROOT,[-lwine],[
-lutil
],[
AC_PATH_LIBRARY(WINE_LIBRARY_ROOT,[-lwine],[],[
AC_MSG_ERROR([Could not find the Wine libraries (libwine.so)])
],$WINE_LIBRARY_ROOT)
if test -n "$WINE_LIBRARY_ROOT"
...
...
@@ -2610,7 +2608,7 @@ then
else
WINE_LIBRARY_PATH=""
fi
AC_PATH_LIBRARY(LIBNTDLL_PATH,[-lntdll],[$WINE_LIBRARY_PATH -lwine -lwine_unicode
-lncurses -ldl -lutil
],[
AC_PATH_LIBRARY(LIBNTDLL_PATH,[-lntdll],[$WINE_LIBRARY_PATH -lwine -lwine_unicode],[
AC_MSG_ERROR([Could not find the Wine libraries (libntdll.so)])
],[$WINE_LIBRARY_ROOT:$WINE_LIBRARY_ROOT/dlls])
if test -n "$LIBNTDLL_PATH" -a "-L$LIBNTDLL_PATH" != "$WINE_LIBRARY_PATH"
...
...
@@ -2847,13 +2845,13 @@ CFLAGS = @CFLAGS@
CXXFLAGS
=
@CXXFLAGS@
WRCFLAGS
=
-
r
-
L
OPTIONS
=
@OPTIONS@
-
D_REENTRANT
-
DWINELIB
DLL_LINK
=
@DLL_LINK@
LIBS
=
@LIBS@
$(
LIBRARY_PATH
)
LN_S
=
@LN_S@
ALLFLAGS
=
$
(
DEFINES
)
-
I$
(
SRCDIR
)
$
(
WINE_INCLUDE_PATH
)
$
(
INCLUDE_PATH
)
ALLFLAGS
=
$
(
DEFINES
)
-
I$
(
SRCDIR
)
$
(
INCLUDE_PATH
)
$
(
WINE_
INCLUDE_PATH
)
ALLCFLAGS
=
$
(
CFLAGS
)
$
(
CEXTRA
)
$
(
OPTIONS
)
$
(
ALLFLAGS
)
ALLCXXFLAGS
=
$
(
CXXFLAGS
)
$
(
CXXEXTRA
)
$
(
OPTIONS
)
$
(
ALLFLAGS
)
ALLWRCFLAGS
=
$
(
WRCFLAGS
)
$
(
WRCEXTRA
)
$
(
OPTIONS
)
$
(
ALLFLAGS
)
DLL_LINK
=
$
(
LIBRARY_PATH
)
$
(
LIBRARIES:
%=-
l
%
)
$
(
WINE_LIBRARY_PATH
)
-
lwine
-
lwine_unicode
-
lwine_uuid
LDCOMBINE
=
ld
-
r
LDSHARED
=
@LDSHARED@
LDXXSHARED
=
@LDXXSHARED@
...
...
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