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
56af92b0
Commit
56af92b0
authored
Jul 03, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Regenerate the source lists using make_makefiles.
parent
88b74519
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
73 additions
and
73 deletions
+73
-73
Makefile.in
dlls/d3dxof/Makefile.in
+1
-1
Makefile.in
dlls/dmband/Makefile.in
+1
-1
Makefile.in
dlls/dxgi/Makefile.in
+2
-2
Makefile.in
dlls/dxguid/Makefile.in
+2
-2
Makefile.in
dlls/itss/Makefile.in
+1
-1
Makefile.in
dlls/jscript/Makefile.in
+1
-1
Makefile.in
dlls/loadperf/Makefile.in
+1
-1
Makefile.in
dlls/msvfw32/Makefile.in
+2
-2
Makefile.in
dlls/ole32/Makefile.in
+1
-1
Makefile.in
dlls/shell32/Makefile.in
+1
-1
Makefile.in
dlls/spoolss/Makefile.in
+1
-1
Makefile.in
dlls/winealsa.drv/Makefile.in
+1
-1
Makefile.in
dlls/wined3d/Makefile.in
+2
-2
Makefile.in
dlls/wineesd.drv/Makefile.in
+2
-2
Makefile.in
dlls/wintrust/Makefile.in
+1
-1
Makefile.in
libs/wine/Makefile.in
+49
-49
Makefile.in
programs/secedit/Makefile.in
+1
-1
Makefile.in
programs/winedbg/Makefile.in
+1
-1
Makefile.in
programs/winemine/Makefile.in
+1
-1
Makefile.in
tools/Makefile.in
+1
-1
No files found.
dlls/d3dxof/Makefile.in
View file @
56af92b0
...
...
@@ -7,8 +7,8 @@ IMPORTLIB = d3dxof
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
main.c
\
d3dxof.c
\
main.c
\
parsing.c
\
regsvr.c
...
...
dlls/dmband/Makefile.in
View file @
56af92b0
...
...
@@ -8,8 +8,8 @@ IMPORTS = dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
band.c
\
bandtrack.c
\
dmutils.c
\
dmband_main.c
\
dmutils.c
\
regsvr.c
RC_SRCS
=
version.rc
...
...
dlls/dxgi/Makefile.in
View file @
56af92b0
...
...
@@ -11,9 +11,9 @@ C_SRCS = \
device.c
\
dxgi_main.c
\
factory.c
\
utils.c
\
surface.c
\
swapchain.c
swapchain.c
\
utils.c
RC_SRCS
=
version.rc
...
...
dlls/dxguid/Makefile.in
View file @
56af92b0
...
...
@@ -5,9 +5,9 @@ VPATH = @srcdir@
MODULE
=
dxguid
C_SRCS
=
\
dx8guid.c
\
dx9guid.c
\
dx10guid.c
\
dx8guid.c
\
dx9guid.c
\
dxguid.c
@MAKE_IMPLIB_RULES@
...
...
dlls/itss/Makefile.in
View file @
56af92b0
...
...
@@ -8,8 +8,8 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS
=
\
chm_lib.c
\
lzx.c
\
itss.c
\
lzx.c
\
moniker.c
\
protocol.c
\
storage.c
...
...
dlls/jscript/Makefile.in
View file @
56af92b0
...
...
@@ -28,7 +28,7 @@ C_SRCS = \
IDL_TLB_SRCS
=
jsglobal.idl
BISON_SRCS
=
\
parser.y
parser.y
@MAKE_DLL_RULES@
...
...
dlls/loadperf/Makefile.in
View file @
56af92b0
...
...
@@ -7,7 +7,7 @@ IMPORTLIB = loadperf
IMPORTS
=
kernel32
C_SRCS
=
\
loadperf_main.c
loadperf_main.c
@MAKE_DLL_RULES@
...
...
dlls/msvfw32/Makefile.in
View file @
56af92b0
...
...
@@ -7,9 +7,9 @@ IMPORTLIB = msvfw32
IMPORTS
=
winmm version comctl32 user32 gdi32 advapi32 kernel32 ntdll
C_SRCS
=
\
drawdib.c
\
mciwnd.c
\
msvideo_main.c
\
drawdib.c
msvideo_main.c
RC_SRCS
=
\
msvfw32_Da.rc
\
...
...
dlls/ole32/Makefile.in
View file @
56af92b0
...
...
@@ -31,8 +31,8 @@ C_SRCS = \
memlockbytes.c
\
moniker.c
\
ole2.c
\
ole2stubs.c
\
ole2impl.c
\
ole2stubs.c
\
ole32_main.c
\
oleobj.c
\
oleproxy.c
\
...
...
dlls/shell32/Makefile.in
View file @
56af92b0
...
...
@@ -17,8 +17,8 @@ C_SRCS = \
clipboard.c
\
control.c
\
cpanelfolder.c
\
dde.c
\
dataobject.c
\
dde.c
\
debughlp.c
\
dialogs.c
\
dragdrophelper.c
\
...
...
dlls/spoolss/Makefile.in
View file @
56af92b0
...
...
@@ -6,7 +6,7 @@ MODULE = spoolss.dll
IMPORTLIB
=
spoolss
IMPORTS
=
winspool kernel32
C_SRCS
=
\
C_SRCS
=
\
router.c
\
spoolss_main.c
...
...
dlls/winealsa.drv/Makefile.in
View file @
56af92b0
...
...
@@ -12,8 +12,8 @@ C_SRCS = \
dsoutput.c
\
midi.c
\
mixer.c
\
waveinit.c
\
wavein.c
\
waveinit.c
\
waveout.c
@MAKE_DLL_RULES@
...
...
dlls/wined3d/Makefile.in
View file @
56af92b0
...
...
@@ -29,12 +29,12 @@ C_SRCS = \
shader_sm4.c
\
state.c
\
stateblock.c
\
surface_base.c
\
surface.c
\
surface_base.c
\
surface_gdi.c
\
swapchain.c
\
swapchain_gdi.c
\
swapchain_base.c
\
swapchain_gdi.c
\
texture.c
\
utils.c
\
vertexdeclaration.c
\
...
...
dlls/wineesd.drv/Makefile.in
View file @
56af92b0
...
...
@@ -8,8 +8,8 @@ EXTRAINCL = @ESDINCL@
EXTRALIBS
=
@ESDLIBS@
C_SRCS
=
\
esound
.c
\
audio
.c
audio
.c
\
esound
.c
@MAKE_DLL_RULES@
...
...
dlls/wintrust/Makefile.in
View file @
56af92b0
...
...
@@ -15,7 +15,7 @@ C_SRCS = \
wintrust_main.c
RC_SRCS
=
\
version.rc
version.rc
@MAKE_DLL_RULES@
...
...
libs/wine/Makefile.in
View file @
56af92b0
...
...
@@ -17,50 +17,14 @@ DYNAME = libwine.$(SOVERSION).dylib
INSTALLDIRS
=
$(DESTDIR)$(libdir)
C_SRCS
=
\
casemap.c
\
collation.c
\
compose.c
\
config.c
\
cptable.c
\
debug.c
\
fold.c
\
ldt.c
\
loader.c
\
mbtowc.c
\
mmap.c
\
port.c
\
sortkey.c
\
string.c
\
utf8.c
\
wctomb.c
\
wctype.c
\
c_037.c
\
c_424.c
\
c_437.c
\
c_500.c
\
c_737.c
\
c_775.c
\
c_850.c
\
c_852.c
\
c_855.c
\
c_856.c
\
c_857.c
\
c_860.c
\
c_861.c
\
c_862.c
\
c_863.c
\
c_864.c
\
c_865.c
\
c_866.c
\
c_869.c
\
c_874.c
\
c_875.c
\
c_878.c
\
c_932.c
\
c_936.c
\
c_949.c
\
c_950.c
\
c_10000.c
\
c_10006.c
\
c_10007.c
\
c_10029.c
\
c_1006.c
\
c_10079.c
\
c_10081.c
\
c_1026.c
\
c_1250.c
\
c_1251.c
\
...
...
@@ -72,12 +36,6 @@ C_SRCS = \
c_1257.c
\
c_1258.c
\
c_1361.c
\
c_10000.c
\
c_10006.c
\
c_10007.c
\
c_10029.c
\
c_10079.c
\
c_10081.c
\
c_20127.c
\
c_20866.c
\
c_20932.c
\
...
...
@@ -95,7 +53,49 @@ C_SRCS = \
c_28603.c
\
c_28604.c
\
c_28605.c
\
c_28606.c
c_28606.c
\
c_424.c
\
c_437.c
\
c_500.c
\
c_737.c
\
c_775.c
\
c_850.c
\
c_852.c
\
c_855.c
\
c_856.c
\
c_857.c
\
c_860.c
\
c_861.c
\
c_862.c
\
c_863.c
\
c_864.c
\
c_865.c
\
c_866.c
\
c_869.c
\
c_874.c
\
c_875.c
\
c_878.c
\
c_932.c
\
c_936.c
\
c_949.c
\
c_950.c
\
casemap.c
\
collation.c
\
compose.c
\
config.c
\
cptable.c
\
debug.c
\
fold.c
\
ldt.c
\
loader.c
\
mbtowc.c
\
mmap.c
\
port.c
\
sortkey.c
\
string.c
\
utf8.c
\
wctomb.c
\
wctype.c
EXTRA_OBJS
=
version.o
...
...
programs/secedit/Makefile.in
View file @
56af92b0
...
...
@@ -8,7 +8,7 @@ APPMODE = -mconsole
IMPORTS
=
kernel32
C_SRCS
=
\
main.c
\
main.c
@MAKE_PROG_RULES@
...
...
programs/winedbg/Makefile.in
View file @
56af92b0
...
...
@@ -22,8 +22,8 @@ C_SRCS = \
info.c
\
memory.c
\
source.c
\
symbol.c
\
stack.c
\
symbol.c
\
tgt_active.c
\
tgt_minidump.c
\
tgt_module.c
\
...
...
programs/winemine/Makefile.in
View file @
56af92b0
...
...
@@ -8,7 +8,7 @@ IMPORTS = user32 gdi32 advapi32 kernel32
DELAYIMPORTS
=
shell32
C_SRCS
=
\
dialog.c
\
dialog.c
\
main.c
RC_SRCS
=
\
...
...
tools/Makefile.in
View file @
56af92b0
...
...
@@ -27,7 +27,7 @@ C_SRCS = \
make_ctests.c
\
makedep.c
\
relpath.c
\
sfnt2fnt.c
\
sfnt2fnt.c
INSTALLSUBDIRS
=
\
widl
\
...
...
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