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
af6db67d
Commit
af6db67d
authored
Jan 02, 2014
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Get rid of the MAKE_IMPLIB_RULES variable.
parent
86b1f94d
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
25 deletions
+0
-25
configure
configure
+0
-5
configure.ac
configure.ac
+0
-4
Makefile.in
dlls/adsiid/Makefile.in
+0
-2
Makefile.in
dlls/dxerr8/Makefile.in
+0
-2
Makefile.in
dlls/dxerr9/Makefile.in
+0
-2
Makefile.in
dlls/dxguid/Makefile.in
+0
-2
Makefile.in
dlls/strmbase/Makefile.in
+0
-2
Makefile.in
dlls/strmiids/Makefile.in
+0
-2
Makefile.in
dlls/uuid/Makefile.in
+0
-2
Makefile.in
dlls/winecrt0/Makefile.in
+0
-2
No files found.
configure
View file @
af6db67d
...
...
@@ -627,7 +627,6 @@ LIBOBJS
PORCFLAGS
LINGUAS
MAKE_TEST_RULES
MAKE_IMPLIB_RULES
LDAPLIBS
LIBRT
LIBPOLL
...
...
@@ -16528,10 +16527,6 @@ ac_config_commands="$ac_config_commands include/stamp-h"
$as_echo_n
"creating Makefile rules..."
>
&6
MAKE_IMPLIB_RULES
=
""
MAKE_TEST_RULES
=
"
RUNTESTFLAGS = -q -P wine
"
...
...
configure.ac
View file @
af6db67d
...
...
@@ -2591,10 +2591,6 @@ AH_BOTTOM([#endif /* WINE_CROSSTEST */
AC_CONFIG_COMMANDS([include/stamp-h], [echo timestamp > include/stamp-h])
AS_ECHO_N("creating Makefile rules...") >&AS_MESSAGE_FD
dnl Import library rules
AC_SUBST(MAKE_IMPLIB_RULES,"")
dnl Test rules
AC_SUBST(MAKE_TEST_RULES,"
...
...
dlls/adsiid/Makefile.in
View file @
af6db67d
...
...
@@ -2,5 +2,3 @@ MODULE = libadsiid.a
C_SRCS
=
\
adsiid.c
@MAKE_IMPLIB_RULES@
dlls/dxerr8/Makefile.in
View file @
af6db67d
...
...
@@ -2,5 +2,3 @@ MODULE = libdxerr8.a
C_SRCS
=
\
dxerr8.c
@MAKE_IMPLIB_RULES@
dlls/dxerr9/Makefile.in
View file @
af6db67d
...
...
@@ -2,5 +2,3 @@ MODULE = libdxerr9.a
C_SRCS
=
\
dxerr9.c
@MAKE_IMPLIB_RULES@
dlls/dxguid/Makefile.in
View file @
af6db67d
...
...
@@ -5,5 +5,3 @@ C_SRCS = \
dx8guid.c
\
dx9guid.c
\
dxguid.c
@MAKE_IMPLIB_RULES@
dlls/strmbase/Makefile.in
View file @
af6db67d
...
...
@@ -16,5 +16,3 @@ C_SRCS = \
transform.c
\
video.c
\
window.c
@MAKE_IMPLIB_RULES@
dlls/strmiids/Makefile.in
View file @
af6db67d
...
...
@@ -2,5 +2,3 @@ MODULE = libstrmiids.a
C_SRCS
=
\
strmiids.c
@MAKE_IMPLIB_RULES@
dlls/uuid/Makefile.in
View file @
af6db67d
...
...
@@ -2,5 +2,3 @@ MODULE = libuuid.a
C_SRCS
=
\
uuid.c
@MAKE_IMPLIB_RULES@
dlls/winecrt0/Makefile.in
View file @
af6db67d
...
...
@@ -14,5 +14,3 @@ C_SRCS = \
init.c
\
register.c
\
stub.c
@MAKE_IMPLIB_RULES@
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