1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

makefiles: Always use the global SOURCES variable for .rc files.

This commit is contained in:
Alexandre Julliard 2023-11-01 08:18:23 +01:00
parent c432eac726
commit 7ccb5df0fc
242 changed files with 593 additions and 801 deletions

View File

@ -4,6 +4,6 @@ IMPORTS = comctl32 user32 advapi32 gdi32
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = aclui_main.c
RC_SRCS = aclui.rc
SOURCES = \
aclui.rc \
aclui_main.c

View File

@ -4,7 +4,7 @@ IMPORTLIB = advapi32
IMPORTS = kernelbase sechost msvcrt
DELAYIMPORTS = rpcrt4 user32
C_SRCS = \
SOURCES = \
advapi.c \
cred.c \
crypt.c \
@ -16,7 +16,5 @@ C_SRCS = \
registry.c \
security.c \
service.c \
version.rc \
wmi.c
RC_SRCS = version.rc

View File

@ -1,7 +1,7 @@
TESTDLL = advapi32.dll
IMPORTS = advapi32 user32
C_SRCS = \
SOURCES = \
cred.c \
crypt.c \
crypt_lmhash.c \
@ -12,7 +12,6 @@ C_SRCS = \
lsa.c \
perf.c \
registry.c \
rsrc.rc \
security.c \
service.c
RC_SRCS = rsrc.rc

View File

@ -1,8 +1,6 @@
TESTDLL = amstream.dll
IMPORTS = strmbase strmiids uuid ddraw ole32 user32
C_SRCS = \
amstream.c
RC_SRCS = \
SOURCES = \
amstream.c \
rsrc.rc

View File

@ -2,8 +2,6 @@ TESTDLL = atl80.dll
IMPORTS = uuid atl80 oleaut32 ole32 advapi32 user32
EXTRADEFS = -D_ATL_VER=_ATL_VER_80
C_SRCS = \
atl.c
RC_SRCS = \
SOURCES = \
atl.c \
atl80.rc

View File

@ -4,11 +4,10 @@ IMPORTLIB = bcrypt
UNIXLIB = bcrypt.so
UNIX_CFLAGS = $(GNUTLS_CFLAGS)
C_SRCS = \
SOURCES = \
bcrypt_main.c \
gnutls.c \
md2.c \
sha256.c \
sha512.c
RC_SRCS = version.rc
sha512.c \
version.rc

View File

@ -3,9 +3,8 @@ IMPORTLIB = cabinet
IMPORTS = $(ZLIB_PE_LIBS)
EXTRAINCL = $(ZLIB_PE_CFLAGS)
C_SRCS = \
SOURCES = \
cabinet.rc \
cabinet_main.c \
fci.c \
fdi.c
RC_SRCS = cabinet.rc

View File

@ -2,9 +2,7 @@ MODULE = cards.dll
IMPORTLIB = cards
IMPORTS = user32 gdi32
C_SRCS = \
cards.c
RC_SRCS = \
SOURCES = \
cards.c \
cards.rc \
version.rc

View File

@ -1,5 +1,5 @@
MODULE = comcat.dll
IMPORTS = ole32
RC_SRCS = \
SOURCES = \
version.rc

View File

@ -1,7 +1,7 @@
TESTDLL = comctl32.dll
IMPORTS = ole32 user32 gdi32 advapi32 imm32
C_SRCS = \
SOURCES = \
animate.c \
button.c \
combo.c \
@ -20,6 +20,7 @@ C_SRCS = \
progress.c \
propsheet.c \
rebar.c \
rsrc.rc \
static.c \
status.c \
subclass.c \
@ -31,5 +32,3 @@ C_SRCS = \
trackbar.c \
treeview.c \
updown.c
RC_SRCS = rsrc.rc

View File

@ -1,11 +1,10 @@
TESTDLL = comdlg32.dll
IMPORTS = uuid shell32 ole32 comdlg32 winspool user32 gdi32
C_SRCS = \
SOURCES = \
filedlg.c \
finddlg.c \
fontdlg.c \
itemdlg.c \
printdlg.c
RC_SRCS = rsrc.rc
printdlg.c \
rsrc.rc

View File

@ -4,7 +4,6 @@ IMPORTS = comctl32 user32
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
compstui.rc \
compstui_main.c
RC_SRCS = compstui.rc

View File

@ -1,7 +1,6 @@
TESTDLL = compstui.dll
IMPORTS = comctl32 compstui user32
C_SRCS = \
compstui.c
RC_SRCS = rsrc.rc
SOURCES = \
compstui.c \
rsrc.rc

View File

@ -7,13 +7,14 @@ DELAYIMPORTS = cryptnet
UNIX_LIBS = $(SECURITY_LIBS)
UNIX_CFLAGS = $(GNUTLS_CFLAGS)
C_SRCS = \
SOURCES = \
base64.c \
cert.c \
chain.c \
collectionstore.c \
context.c \
crl.c \
crypt32.rc \
ctl.c \
decode.c \
encode.c \
@ -34,5 +35,3 @@ C_SRCS = \
store.c \
str.c \
unixlib.c
RC_SRCS = crypt32.rc

View File

@ -3,7 +3,6 @@ IMPORTS = cryptui crypt32 wintrust user32 advapi32
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
cryptdlg.rc \
main.c
RC_SRCS = cryptdlg.rc

View File

@ -5,7 +5,6 @@ IMPORTLIB = cryptui
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
cryptui.rc \
main.c
RC_SRCS = cryptui.rc

View File

@ -3,7 +3,7 @@ IMPORTLIB = d2d1
IMPORTS = d3d10_1 dxguid uuid gdi32 user32 advapi32
DELAYIMPORTS = dwrite xmllite ole32
C_SRCS = \
SOURCES = \
bitmap.c \
bitmap_render_target.c \
brush.c \
@ -18,6 +18,5 @@ C_SRCS = \
mesh.c \
state_block.c \
stroke.c \
version.rc \
wic_render_target.c
RC_SRCS = version.rc

View File

@ -5,12 +5,11 @@ EXTRADEFS = -DD3D_COMPILER_VERSION=0
PARENTSRC = ../d3dcompiler_43
EXTRAINCL = $(VKD3D_PE_CFLAGS)
C_SRCS = \
SOURCES = \
d3d10_main.c \
effect.c \
reflection.c \
shader.c \
stateblock.c \
utils.c
RC_SRCS = version.rc
utils.c \
version.rc

View File

@ -2,7 +2,6 @@ MODULE = d3d10_1.dll
IMPORTLIB = d3d10_1
IMPORTS = dxguid d3d10core dxgi
C_SRCS = \
d3d10_1_main.c
RC_SRCS = version.rc
SOURCES = \
d3d10_1_main.c \
version.rc

View File

@ -2,7 +2,6 @@ MODULE = d3d10core.dll
IMPORTLIB = d3d10core
IMPORTS = d3d11 dxgi
C_SRCS = \
d3d10core_main.c
RC_SRCS = version.rc
SOURCES = \
d3d10core_main.c \
version.rc

View File

@ -3,7 +3,7 @@ IMPORTLIB = d3d11
IMPORTS = dxguid uuid dxgi wined3d
EXTRAINCL = $(VKD3D_PE_CFLAGS)
C_SRCS = \
SOURCES = \
async.c \
buffer.c \
d3d11_main.c \
@ -13,6 +13,5 @@ C_SRCS = \
state.c \
texture.c \
utils.c \
version.rc \
view.c
RC_SRCS = version.rc

View File

@ -2,7 +2,7 @@ MODULE = d3d8.dll
IMPORTLIB = d3d8
IMPORTS = dxguid uuid wined3d
C_SRCS = \
SOURCES = \
buffer.c \
d3d8_main.c \
device.c \
@ -11,6 +11,6 @@ C_SRCS = \
surface.c \
swapchain.c \
texture.c \
version.rc \
vertexdeclaration.c \
volume.c
RC_SRCS = version.rc

View File

@ -2,4 +2,5 @@ MODULE = d3d8thk.dll
EXTRADLLFLAGS = -Wb,--prefer-native
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -2,7 +2,7 @@ MODULE = d3d9.dll
IMPORTLIB = d3d9
IMPORTS = dxguid uuid wined3d
C_SRCS = \
SOURCES = \
buffer.c \
d3d9_main.c \
device.c \
@ -13,7 +13,6 @@ C_SRCS = \
surface.c \
swapchain.c \
texture.c \
version.rc \
vertexdeclaration.c \
volume.c
RC_SRCS = version.rc

View File

@ -2,4 +2,5 @@ MODULE = d3dim.dll
EXTRADLLFLAGS = -Wb,--prefer-native
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -2,4 +2,5 @@ MODULE = d3dim700.dll
EXTRADLLFLAGS = -Wb,--prefer-native
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -4,7 +4,7 @@ IMPORTS = d3dxof ddraw
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
d3drm.c \
d3drm_main.c \
device.c \
@ -15,6 +15,5 @@ C_SRCS = \
math.c \
meshbuilder.c \
texture.c \
version.rc \
viewport.c
RC_SRCS = version.rc

View File

@ -2,7 +2,6 @@ MODULE = d3dx10_33.dll
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_33_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_33_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_34
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_34_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_34_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_35
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_35_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_35_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_36
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_36_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_36_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_37
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_37_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_37_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_38
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_38_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_38_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_39
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_39_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_39_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_40
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_40_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_40_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_41
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_41_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_41_main.c \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTLIB = d3dx10_42
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
d3dx10_42_main.c
RC_SRCS = version.rc
SOURCES = \
d3dx10_42_main.c \
version.rc

View File

@ -5,13 +5,12 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
async.c \
compiler.c \
d3dx10_43_main.c \
font.c \
mesh.c \
sprite.c \
texture.c
RC_SRCS = version.rc
texture.c \
version.rc

View File

@ -6,9 +6,8 @@ PARENTSRC = ../d3dx11_43
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
async.c \
main.c \
texture.c
RC_SRCS = version.rc
texture.c \
version.rc

View File

@ -5,9 +5,8 @@ IMPORTS = d3dcompiler
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
async.c \
main.c \
texture.c
RC_SRCS = version.rc
texture.c \
version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -1,17 +1,16 @@
TESTDLL = d3dx9_36.dll
IMPORTS = d3dx9 d3d9 user32 gdi32
C_SRCS = \
SOURCES = \
asm.c \
core.c \
effect.c \
line.c \
math.c \
mesh.c \
rsrc.rc \
shader.c \
surface.c \
texture.c \
volume.c \
xfile.c
RC_SRCS = rsrc.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -6,7 +6,7 @@ DELAYIMPORTS = windowscodecs
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
animation.c \
core.c \
effect.c \
@ -25,7 +25,6 @@ C_SRCS = \
txc_compress_dxtn.c \
txc_fetch_dxtn.c \
util.c \
version.rc \
volume.c \
xfile.c
RC_SRCS = version.rc

View File

@ -4,7 +4,7 @@ IMPORTS = kernelbase $(ZLIB_PE_LIBS)
EXTRAINCL = $(ZLIB_PE_CFLAGS)
EXTRADEFS = -D_IMAGEHLP_SOURCE_
C_SRCS = \
SOURCES = \
coff.c \
cpu_arm.c \
cpu_arm64.c \
@ -25,6 +25,5 @@ C_SRCS = \
stack.c \
storage.c \
symbol.c \
type.c
RC_SRCS = version.rc
type.c \
version.rc

View File

@ -2,7 +2,6 @@ MODULE = dcomp.dll
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
device.c
RC_SRCS = version.rc
SOURCES = \
device.c \
version.rc

View File

@ -3,6 +3,6 @@ IMPORTS = user32
EXTRADLLFLAGS = -m16
C_SRCS = display.c
RC_SRCS = display.rc
SOURCES = \
display.c \
display.rc

View File

@ -1,7 +1,6 @@
TESTDLL = dmime.dll
IMPORTS = user32 ole32 dsound
C_SRCS = \
dmime.c
RC_SRCS = resource.rc
SOURCES = \
dmime.c \
resource.rc

View File

@ -1,7 +1,6 @@
MODULE = dmusic32.dll
IMPORTS = uuid
C_SRCS = \
dmusic32_main.c
RC_SRCS = version.rc
SOURCES = \
dmusic32_main.c \
version.rc

View File

@ -4,12 +4,10 @@ IMPORTLIB = dnsapi
DELAYIMPORTS = netapi32
UNIX_LIBS = $(RESOLV_LIBS)
C_SRCS = \
SOURCES = \
libresolv.c \
main.c \
name.c \
query.c \
record.c
RC_SRCS = \
record.c \
version.rc

View File

@ -1,4 +1,5 @@
MODULE = dplay.dll
IMPORTS = dplayx
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -1,4 +1,5 @@
MODULE = dpnaddr.dll
IMPORTS = dpnet
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -1,6 +1,5 @@
MODULE = dpnhpast.dll
C_SRCS = \
main.c
RC_SRCS = version.rc
SOURCES = \
main.c \
version.rc

View File

@ -2,7 +2,6 @@ MODULE = dpnhupnp.dll
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
main.c
RC_SRCS = version.rc
SOURCES = \
main.c \
version.rc

View File

@ -1,4 +1,5 @@
MODULE = dpnlobby.dll
IMPORTS = dpnet
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -3,7 +3,6 @@ IMPORTS = dxguid ws2_32
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
dpwsockx_main.c
RC_SRCS = version.rc
SOURCES = \
dpwsockx_main.c \
version.rc

View File

@ -1,7 +1,6 @@
MODULE = dssenh.dll
IMPORTS = bcrypt crypt32 advapi32
C_SRCS = \
main.c
RC_SRCS = rsrc.rc
SOURCES = \
main.c \
rsrc.rc

View File

@ -4,7 +4,6 @@ IMPORTLIB = dwmapi
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
dwmapi_main.c
RC_SRCS = version.rc
SOURCES = \
dwmapi_main.c \
version.rc

View File

@ -3,7 +3,7 @@ IMPORTLIB = dxgi
IMPORTS = gdi32 dxguid uuid wined3d user32 win32u
EXTRAINCL = $(VKD3D_PE_CFLAGS)
C_SRCS = \
SOURCES = \
adapter.c \
device.c \
dxgi_main.c \
@ -11,6 +11,5 @@ C_SRCS = \
output.c \
resource.c \
swapchain.c \
utils.c
RC_SRCS = version.rc
utils.c \
version.rc

View File

@ -1,7 +1,6 @@
TESTDLL = evr.dll
IMPORTS = dxva2 mfplat mfuuid mf strmiids uuid dxguid ole32 oleaut32 evr d3d9 user32
C_SRCS = \
evr.c
RC_SRCS = resource.rc
SOURCES = \
evr.c \
resource.rc

View File

@ -2,7 +2,6 @@ MODULE = fltlib.dll
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
fltlib.c
RC_SRCS = rsrc.rc
SOURCES = \
fltlib.c \
rsrc.rc

View File

@ -1,11 +1,10 @@
MODULE = fusion.dll
IMPORTS = bcrypt dbghelp shlwapi version user32
C_SRCS = \
SOURCES = \
asmcache.c \
asmenum.c \
asmname.c \
assembly.c \
fusion.c
RC_SRCS = version.rc
fusion.c \
version.rc

View File

@ -1,8 +1,7 @@
TESTDLL = gameux.dll
IMPORTS = uuid shlwapi oleaut32 ole32 advapi32 shell32
C_SRCS = \
SOURCES = \
gameexplorer.c \
gamestatistics.c
RC_SRCS = rsrc.rc
gamestatistics.c \
rsrc.rc

View File

@ -3,11 +3,10 @@ IMPORTS = user32 advapi32 gdi32 win32u
EXTRADLLFLAGS = -m16 -Wb,--main-module,gdi32.dll,--heap,65520
C_SRCS = \
SOURCES = \
bidi.c \
env.c \
gdi.c \
metafile.c \
printdrv.c
RC_SRCS = version.rc
printdrv.c \
version.rc

View File

@ -4,10 +4,11 @@ IMPORTLIB = gdi32
IMPORTS = user32 advapi32 win32u
DELAYIMPORTS = setupapi winspool
C_SRCS = \
SOURCES = \
dc.c \
emfdc.c \
enhmetafile.c \
gdi32.rc \
icm.c \
metadc.c \
metafile.c \
@ -26,6 +27,3 @@ C_SRCS = \
uniscribe/shape.c \
uniscribe/shaping.c \
uniscribe/usp10.c
RC_SRCS = gdi32.rc

View File

@ -3,11 +3,12 @@ IMPORTLIB = gdiplus
IMPORTS = uuid shlwapi ole32 oleaut32 user32 gdi32
DELAYIMPORTS = windowscodecs
C_SRCS = \
SOURCES = \
brush.c \
customlinecap.c \
font.c \
gdiplus.c \
gdiplus.rc \
graphics.c \
graphicspath.c \
image.c \
@ -18,5 +19,3 @@ C_SRCS = \
pen.c \
region.c \
stringformat.c
RC_SRCS = gdiplus.rc

View File

@ -5,11 +5,10 @@ EXTRAINCL = $(JPEG_PE_CFLAGS)
UNIX_LIBS = $(GPHOTO2_LIBS) $(GPHOTO2_PORT_LIBS)
UNIX_CFLAGS = $(GPHOTO2_CFLAGS) $(GPHOTO2_PORT_CFLAGS)
C_SRCS = \
SOURCES = \
capability.c \
ds_image.c \
gphoto2.rc \
gphoto2_main.c \
ui.c \
unixlib.c
RC_SRCS = gphoto2.rc

View File

@ -2,7 +2,6 @@ MODULE = hal.dll
IMPORTLIB = hal
IMPORTS = ntoskrnl
C_SRCS = \
hal.c
RC_SRCS = version.rc
SOURCES = \
hal.c \
version.rc

View File

@ -3,8 +3,7 @@ IMPORTLIB = hid
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
hidd.c \
hidp.c
RC_SRCS = version.rc
hidp.c \
version.rc

View File

@ -2,8 +2,7 @@ MODULE = hidclass.sys
IMPORTLIB = hidclass
IMPORTS = hal ntoskrnl user32 hidparse win32u
C_SRCS = \
SOURCES = \
device.c \
hidclass.rc \
pnp.c
RC_SRCS = hidclass.rc

View File

@ -1,7 +1,6 @@
MODULE = iccvid.dll
IMPORTS = user32
C_SRCS = \
iccvid.c
RC_SRCS = iccvid.rc
SOURCES = \
iccvid.c \
iccvid.rc

View File

@ -3,8 +3,7 @@ IMPORTLIB = imm32
IMPORTS = user32 gdi32 advapi32 kernelbase win32u
DELAYIMPORTS = ole32
C_SRCS = \
SOURCES = \
ime.c \
imm.c
RC_SRCS = version.rc
imm.c \
version.rc

View File

@ -2,7 +2,6 @@ MODULE = iphlpapi.dll
IMPORTLIB = iphlpapi
IMPORTS = advapi32 dnsapi nsi uuid ws2_32
C_SRCS = \
iphlpapi_main.c
RC_SRCS = version.rc
SOURCES = \
iphlpapi_main.c \
version.rc

View File

@ -2,7 +2,6 @@ MODULE = ir50_32.dll
IMPORTS = user32 mfplat mfuuid
DELAYIMPORTS = winegstreamer
C_SRCS = \
ir50.c
RC_SRCS = ir50_32.rc
SOURCES = \
ir50.c \
ir50_32.rc

View File

@ -1,7 +1,6 @@
TESTDLL = itss.dll
IMPORTS = ole32
C_SRCS = \
protocol.c
RC_SRCS = rsrc.rc
SOURCES = \
protocol.c \
rsrc.rc

View File

@ -1,10 +1,9 @@
TESTDLL = jscript.dll
IMPORTS = oleaut32 ole32 advapi32
C_SRCS = \
SOURCES = \
activex.c \
caller.c \
jscript.c \
rsrc.rc \
run.c
RC_SRCS = rsrc.rc

View File

@ -2,7 +2,6 @@ MODULE = jsproxy.dll
IMPORTS = uuid oleaut32 ole32 ws2_32
IMPORTLIB = jsproxy
C_SRCS = \
main.c
RC_SRCS = rsrc.rc
SOURCES = \
main.c \
rsrc.rc

View File

@ -7,7 +7,7 @@ EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll
i386_EXTRADLLFLAGS = -Wl,--image-base,0x7b800000
x86_64_EXTRADLLFLAGS = -Wl,--image-base,0x178000000
C_SRCS = \
SOURCES = \
atom.c \
comm.c \
computername.c \
@ -29,8 +29,6 @@ C_SRCS = \
thread.c \
toolhelp.c \
version.c \
version.rc \
virtual.c \
volume.c
RC_SRCS = \
version.rc

View File

@ -1,10 +1,8 @@
TESTDLL = kernelbase.dll
C_SRCS = \
SOURCES = \
file.c \
path.c \
process.c \
rsrc.rc \
sync.c
RC_SRCS = \
rsrc.rc

View File

@ -3,7 +3,7 @@ IMPORTLIB = kernel
DELAYIMPORTS = user32
EXTRADLLFLAGS = -m16 -Wb,--dll-name,kernel
C_SRCS = \
SOURCES = \
atom.c \
dosmem.c \
error.c \
@ -32,7 +32,6 @@ C_SRCS = \
task.c \
thunk.c \
utthunk.c \
version.rc \
vxd.c \
wowthunk.c
RC_SRCS = version.rc

View File

@ -1,3 +1,4 @@
MODULE = ksproxy.ax
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -2,4 +2,5 @@ MODULE = ksuser.dll
EXTRADLLFLAGS = -Wb,--prefer-native
RC_SRCS = version.rc
SOURCES = \
version.rc

View File

@ -6,9 +6,8 @@ UNIX_LIBS = $(APPLICATIONSERVICES_LIBS)
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
SOURCES = \
cups.c \
localmon.c \
localspl.rc \
provider.c
RC_SRCS = localspl.rc

Some files were not shown because too many files have changed in this diff Show More