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
b06ff1e5
Commit
b06ff1e5
authored
Nov 10, 2015
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Always build .in files.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fabc25d8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
14 deletions
+5
-14
configure
configure
+3
-6
configure.ac
configure.ac
+1
-4
Makefile.in
tools/Makefile.in
+0
-2
makedep.c
tools/makedep.c
+1
-2
No files found.
configure
View file @
b06ff1e5
...
...
@@ -705,11 +705,11 @@ COREFOUNDATION_LIBS
LIBWINE_RULES
SOCKET_LIBS
DLLTOOL
LOADER_RULES
ALL_TEST_RESOURCES
READELF
OTOOL
LDD
LOADER_RULES
LDRPATH_LOCAL
LDRPATH_INSTALL
DLLFLAGS
...
...
@@ -7139,6 +7139,8 @@ LDRPATH_INSTALL=""
LDRPATH_LOCAL
=
""
LOADER_RULES
=
""
LIBEXT
=
"so"
DLLEXT
=
".so"
IMPLIBEXT
=
"def"
...
...
@@ -7863,11 +7865,6 @@ test "x$enable_win64" != "xyes" || wine_binary="wine64"
loader_programs
=
"
$wine_binary
"
libwine_soversion
=
`
expr
$libwine_version
:
'\([0-9]*\)\..*'
`
LOADER_RULES
=
"
all: wine.inf
"
case
$host_os
in
cygwin
*
|
mingw32
*
)
if
test
-n
"
$ac_tool_prefix
"
;
then
...
...
configure.ac
View file @
b06ff1e5
...
...
@@ -677,6 +677,7 @@ AC_SUBST(dlldir,"\${libdir}/wine")
AC_SUBST(DLLFLAGS,"-D_REENTRANT")
AC_SUBST(LDRPATH_INSTALL,"")
AC_SUBST(LDRPATH_LOCAL,"")
AC_SUBST(LOADER_RULES,"")
LIBEXT="so"
DLLEXT=".so"
IMPLIBEXT="def"
...
...
@@ -689,10 +690,6 @@ test "x$enable_win64" != "xyes" || wine_binary="wine64"
loader_programs="$wine_binary"
libwine_soversion=`expr $libwine_version : '\([[0-9]]*\)\..*'`
AC_SUBST(LOADER_RULES,["
all: wine.inf
"])
case $host_os in
cygwin*|mingw32*)
AC_CHECK_TOOL(DLLTOOL,dlltool,false)
...
...
tools/Makefile.in
View file @
b06ff1e5
...
...
@@ -6,5 +6,3 @@ C_SRCS = \
IN_SRCS
=
\
wineapploader.in
all
:
wineapploader
tools/makedep.c
View file @
b06ff1e5
...
...
@@ -2155,9 +2155,8 @@ static struct strarray output_sources( const struct makefile *make, struct strar
strmake
(
"y%s/%s.%s"
,
dir
,
symlinks
.
str
[
i
],
section
));
free
(
dest
);
free
(
dir
);
strarray_add
(
&
all_targets
,
xstrdup
(
obj
)
);
}
else
strarray_add
(
&
clean_file
s
,
xstrdup
(
obj
)
);
strarray_add
(
&
all_target
s
,
xstrdup
(
obj
)
);
output
(
"%s: %s
\n
"
,
obj_dir_path
(
make
,
obj
),
source
->
filename
);
output
(
"
\t
$(SED_CMD) %s >$@ || ($(RM) $@ && false)
\n
"
,
source
->
filename
);
output
(
"%s:"
,
obj_dir_path
(
make
,
obj
));
...
...
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