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
1adaad4c
Commit
1adaad4c
authored
Dec 31, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove no longer needed dlldata.o and testlist.o extra objects.
parent
d08ff3ff
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
0 additions
and
22 deletions
+0
-22
configure
configure
+0
-1
configure.ac
configure.ac
+0
-1
Makefile.in
dlls/actxprxy/Makefile.in
+0
-2
Makefile.in
dlls/dispex/Makefile.in
+0
-2
Makefile.in
dlls/msdaps/Makefile.in
+0
-2
Makefile.in
dlls/ole32/Makefile.in
+0
-2
Makefile.in
dlls/oleaut32/Makefile.in
+0
-2
Makefile.in
dlls/qmgrprxy/Makefile.in
+0
-2
Makefile.in
dlls/quartz/Makefile.in
+0
-2
Makefile.in
dlls/sti/Makefile.in
+0
-2
Makefile.in
dlls/urlmon/Makefile.in
+0
-2
Makefile.in
dlls/windowscodecs/Makefile.in
+0
-2
No files found.
configure
View file @
1adaad4c
...
...
@@ -16567,7 +16567,6 @@ DLLFLAGS = $DLLFLAGS
MAKE_TEST_RULES
=
"
DLLFLAGS =
$DLLFLAGS
RUNTESTFLAGS = -q -P wine
EXTRA_OBJS = testlist.o
"
if
test
-n
"
$CROSSTARGET
"
...
...
configure.ac
View file @
1adaad4c
...
...
@@ -2625,7 +2625,6 @@ dnl Test rules
AC_SUBST(MAKE_TEST_RULES,"
DLLFLAGS = $DLLFLAGS
RUNTESTFLAGS = -q -P wine
EXTRA_OBJS = testlist.o
")
if test -n "$CROSSTARGET"
then
...
...
dlls/actxprxy/Makefile.in
View file @
1adaad4c
...
...
@@ -2,8 +2,6 @@ MODULE = actxprxy.dll
IMPORTS
=
uuid oleaut32 ole32 rpcrt4
EXTRADEFS
=
-DWINE_REGISTER_DLL
-DPROXY_DELEGATION
EXTRA_OBJS
=
dlldata.o
C_SRCS
=
\
usrmarshal.c
...
...
dlls/dispex/Makefile.in
View file @
1adaad4c
...
...
@@ -2,8 +2,6 @@ MODULE = dispex.dll
IMPORTS
=
uuid oleaut32 ole32 rpcrt4 advapi32
EXTRADEFS
=
-DWINE_REGISTER_DLL
-DPROXY_DELEGATION
EXTRA_OBJS
=
dlldata.o
C_SRCS
=
\
usrmarshal.c
...
...
dlls/msdaps/Makefile.in
View file @
1adaad4c
...
...
@@ -3,8 +3,6 @@ IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
EXTRADEFS
=
-DWINE_REGISTER_DLL
-DPROXY_CLSID
=
CLSID_PSFactoryBuffer
-DENTRY_PREFIX
=
msdaps_
EXTRAIDLFLAGS
=
--win32-align
=
2
EXTRA_OBJS
=
dlldata.o
C_SRCS
=
\
main.c
\
row_server.c
\
...
...
dlls/ole32/Makefile.in
View file @
1adaad4c
...
...
@@ -50,6 +50,4 @@ IDL_SRCS = \
ole32_oleidl.idl
\
ole32_unknwn.idl
EXTRA_OBJS
=
dlldata.o
@MAKE_DLL_RULES@
dlls/oleaut32/Makefile.in
View file @
1adaad4c
...
...
@@ -27,6 +27,4 @@ IDL_SRCS = \
oleaut32_oaidl.idl
\
oleaut32_ocidl.idl
EXTRA_OBJS
=
dlldata.o
@MAKE_DLL_RULES@
dlls/qmgrprxy/Makefile.in
View file @
1adaad4c
...
...
@@ -4,6 +4,4 @@ EXTRADEFS = -DWINE_REGISTER_DLL
IDL_SRCS
=
qmgrprxy.idl
EXTRA_OBJS
=
dlldata.o
@MAKE_DLL_RULES@
dlls/quartz/Makefile.in
View file @
1adaad4c
...
...
@@ -34,6 +34,4 @@ IDL_SRCS = \
fil_data.idl
\
quartz_strmif.idl
EXTRA_OBJS
=
dlldata.o
@MAKE_DLL_RULES@
dlls/sti/Makefile.in
View file @
1adaad4c
...
...
@@ -9,6 +9,4 @@ C_SRCS = \
IDL_SRCS
=
sti_wia.idl
EXTRA_OBJS
=
dlldata.o
@MAKE_DLL_RULES@
dlls/urlmon/Makefile.in
View file @
1adaad4c
...
...
@@ -32,6 +32,4 @@ RC_SRCS = urlmon.rc
IDL_SRCS
=
urlmon_urlmon.idl
EXTRA_OBJS
=
dlldata.o
@MAKE_DLL_RULES@
dlls/windowscodecs/Makefile.in
View file @
1adaad4c
...
...
@@ -38,6 +38,4 @@ RC_SRCS = version.rc
IDL_SRCS
=
windowscodecs_wincodec.idl
EXTRA_OBJS
=
dlldata.o
@MAKE_DLL_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