Commit 6c6da674 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Moved various DLLs to dlls/

parent 7d8cfeb9
...@@ -34,18 +34,29 @@ LIBSUBDIRS = \ ...@@ -34,18 +34,29 @@ LIBSUBDIRS = \
dlls/avifil32 \ dlls/avifil32 \
dlls/comctl32 \ dlls/comctl32 \
dlls/commdlg \ dlls/commdlg \
dlls/crtdll \
dlls/dciman32 \
dlls/imagehlp \ dlls/imagehlp \
dlls/imm32 \
dlls/lzexpand \
dlls/msacm \ dlls/msacm \
dlls/msacm32 \ dlls/msacm32 \
dlls/msnet32 \
dlls/msvideo \
dlls/ntdll \ dlls/ntdll \
dlls/psapi \ dlls/psapi \
dlls/rasapi32 \ dlls/rasapi32 \
dlls/shell32 \ dlls/shell32 \
dlls/sound \
dlls/stress \
dlls/tapi32 \ dlls/tapi32 \
dlls/ver \ dlls/ver \
dlls/version \ dlls/version \
dlls/win32s \
dlls/win87em \ dlls/win87em \
dlls/winaspi \ dlls/winaspi \
dlls/windebug \
dlls/wing \
dlls/winspool \ dlls/winspool \
dlls/wnaspi32 \ dlls/wnaspi32 \
files \ files \
...@@ -114,18 +125,29 @@ LIBOBJS = \ ...@@ -114,18 +125,29 @@ LIBOBJS = \
dlls/avifil32/avifil32.o \ dlls/avifil32/avifil32.o \
dlls/comctl32/comctl32.o \ dlls/comctl32/comctl32.o \
dlls/commdlg/commdlg.o \ dlls/commdlg/commdlg.o \
dlls/crtdll/crtdll.o \
dlls/dciman32/dciman32.o \
dlls/imagehlp/imagehlp.o \ dlls/imagehlp/imagehlp.o \
dlls/imm32/imm32.o \
dlls/lzexpand/lzexpand.o \
dlls/msacm/msacm.o \ dlls/msacm/msacm.o \
dlls/msacm32/msacm32.o \ dlls/msacm32/msacm32.o \
dlls/msnet32/msnet32.o \
dlls/msvideo/msvideo.o \
dlls/ntdll/ntdll.o \ dlls/ntdll/ntdll.o \
dlls/psapi/psapi.o \ dlls/psapi/psapi.o \
dlls/rasapi32/rasapi32.o \ dlls/rasapi32/rasapi32.o \
dlls/shell32/shell32.o \ dlls/shell32/shell32.o \
dlls/sound/sound.o \
dlls/stress/stress.o \
dlls/tapi32/tapi32.o \ dlls/tapi32/tapi32.o \
dlls/ver/ver.o \ dlls/ver/ver.o \
dlls/version/version.o \ dlls/version/version.o \
dlls/win32s/win32s.o \
dlls/win87em/win87em.o \ dlls/win87em/win87em.o \
dlls/winaspi/winaspi.o \ dlls/winaspi/winaspi.o \
dlls/windebug/windebug.o \
dlls/wing/wing.o \
dlls/winspool/winspool.o \ dlls/winspool/winspool.o \
dlls/wnaspi32/wnaspi32.o \ dlls/wnaspi32/wnaspi32.o \
files/files.o \ files/files.o \
......
...@@ -5424,18 +5424,29 @@ dlls/advapi32/Makefile ...@@ -5424,18 +5424,29 @@ dlls/advapi32/Makefile
dlls/avifil32/Makefile dlls/avifil32/Makefile
dlls/comctl32/Makefile dlls/comctl32/Makefile
dlls/commdlg/Makefile dlls/commdlg/Makefile
dlls/crtdll/Makefile
dlls/dciman32/Makefile
dlls/imagehlp/Makefile dlls/imagehlp/Makefile
dlls/imm32/Makefile
dlls/lzexpand/Makefile
dlls/msacm/Makefile dlls/msacm/Makefile
dlls/msacm32/Makefile dlls/msacm32/Makefile
dlls/msnet32/Makefile
dlls/msvideo/Makefile
dlls/ntdll/Makefile dlls/ntdll/Makefile
dlls/psapi/Makefile dlls/psapi/Makefile
dlls/rasapi32/Makefile dlls/rasapi32/Makefile
dlls/shell32/Makefile dlls/shell32/Makefile
dlls/sound/Makefile
dlls/stress/Makefile
dlls/tapi32/Makefile dlls/tapi32/Makefile
dlls/ver/Makefile dlls/ver/Makefile
dlls/version/Makefile dlls/version/Makefile
dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/wing/Makefile
dlls/winspool/Makefile dlls/winspool/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
documentation/Makefile documentation/Makefile
...@@ -5599,18 +5610,29 @@ dlls/advapi32/Makefile ...@@ -5599,18 +5610,29 @@ dlls/advapi32/Makefile
dlls/avifil32/Makefile dlls/avifil32/Makefile
dlls/comctl32/Makefile dlls/comctl32/Makefile
dlls/commdlg/Makefile dlls/commdlg/Makefile
dlls/crtdll/Makefile
dlls/dciman32/Makefile
dlls/imagehlp/Makefile dlls/imagehlp/Makefile
dlls/imm32/Makefile
dlls/lzexpand/Makefile
dlls/msacm/Makefile dlls/msacm/Makefile
dlls/msacm32/Makefile dlls/msacm32/Makefile
dlls/msnet32/Makefile
dlls/msvideo/Makefile
dlls/ntdll/Makefile dlls/ntdll/Makefile
dlls/psapi/Makefile dlls/psapi/Makefile
dlls/rasapi32/Makefile dlls/rasapi32/Makefile
dlls/shell32/Makefile dlls/shell32/Makefile
dlls/sound/Makefile
dlls/stress/Makefile
dlls/tapi32/Makefile dlls/tapi32/Makefile
dlls/ver/Makefile dlls/ver/Makefile
dlls/version/Makefile dlls/version/Makefile
dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/wing/Makefile
dlls/winspool/Makefile dlls/winspool/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
documentation/Makefile documentation/Makefile
......
...@@ -775,18 +775,29 @@ dlls/advapi32/Makefile ...@@ -775,18 +775,29 @@ dlls/advapi32/Makefile
dlls/avifil32/Makefile dlls/avifil32/Makefile
dlls/comctl32/Makefile dlls/comctl32/Makefile
dlls/commdlg/Makefile dlls/commdlg/Makefile
dlls/crtdll/Makefile
dlls/dciman32/Makefile
dlls/imagehlp/Makefile dlls/imagehlp/Makefile
dlls/imm32/Makefile
dlls/lzexpand/Makefile
dlls/msacm/Makefile dlls/msacm/Makefile
dlls/msacm32/Makefile dlls/msacm32/Makefile
dlls/msnet32/Makefile
dlls/msvideo/Makefile
dlls/ntdll/Makefile dlls/ntdll/Makefile
dlls/psapi/Makefile dlls/psapi/Makefile
dlls/rasapi32/Makefile dlls/rasapi32/Makefile
dlls/shell32/Makefile dlls/shell32/Makefile
dlls/sound/Makefile
dlls/stress/Makefile
dlls/tapi32/Makefile dlls/tapi32/Makefile
dlls/ver/Makefile dlls/ver/Makefile
dlls/version/Makefile dlls/version/Makefile
dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/wing/Makefile
dlls/winspool/Makefile dlls/winspool/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
documentation/Makefile documentation/Makefile
......
...@@ -3,17 +3,29 @@ SUBDIRS = \ ...@@ -3,17 +3,29 @@ SUBDIRS = \
avifil32 \ avifil32 \
comctl32 \ comctl32 \
commdlg \ commdlg \
crtdll \
dciman32 \
imagehlp \ imagehlp \
imm32 \
lzexpand \
msacm \ msacm \
msacm32 \ msacm32 \
msnet32 \
msvideo \
ntdll \ ntdll \
psapi \ psapi \
shell32 \ shell32 \
sound \
stress \
tapi32 \ tapi32 \
ver \ ver \
version \ version \
win32s \
win87em \ win87em \
winaspi \ winaspi \
windebug \
wing \
winspool \
wnaspi32 wnaspi32
all: $(SUBDIRS) all: $(SUBDIRS)
......
Makefile Makefile
avifil32.spec.c avifil32.spec.c
avifile.spec.c
avifile.spec.glue.s
...@@ -5,7 +5,8 @@ SRCDIR = @srcdir@ ...@@ -5,7 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = avifil32 MODULE = avifil32
SPEC_SRCS = avifil32.spec SPEC_SRCS = avifil32.spec avifile.spec
GLUE = avifile.spec.c
C_SRCS = \ C_SRCS = \
avifile.c avifile.c
......
Makefile
crtdll.spec.c
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = crtdll
SPEC_SRCS = crtdll.spec
C_SRCS = \
crtdll_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
dciman32.spec.c
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dciman32
SPEC_SRCS = dciman32.spec
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
imm32.spec.c
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = imm32
SPEC_SRCS = imm32.spec
C_SRCS = \
imm.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
lz32.spec.c
lzexpand.spec.c
lzexpand.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = lzexpand
SPEC_SRCS = lz32.spec lzexpand.spec
GLUE = lzexpand.spec.c
C_SRCS = \
lzexpand_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
msnet32.spec.c
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msnet32
SPEC_SRCS = msnet32.spec
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
msvfw32.spec.c
msvideo.spec.c
msvideo.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msvideo
SPEC_SRCS = msvfw32.spec msvideo.spec
GLUE = msvideo.spec.c
C_SRCS = \
msvideo_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile Makefile
rasapi32.spec.c rasapi32.spec.c
rasapi16.spec.c
rasapi16.spec.glue.s
...@@ -5,7 +5,8 @@ SRCDIR = @srcdir@ ...@@ -5,7 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = rasapi32 MODULE = rasapi32
SPEC_SRCS = rasapi32.spec SPEC_SRCS = rasapi32.spec rasapi16.spec
GLUE = rasapi16.spec.c
C_SRCS = rasapi.c C_SRCS = rasapi.c
......
Makefile Makefile
shell32.spec.c shell32.spec.c
shell.spec.c
shell.spec.glue.s
shres.s shres.s
...@@ -6,7 +6,8 @@ VPATH = @srcdir@ ...@@ -6,7 +6,8 @@ VPATH = @srcdir@
MODULE = shell32 MODULE = shell32
WRCEXTRA = -s -p$(MODULE) WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = shell32.spec SPEC_SRCS = shell32.spec shell.spec
GLUE = shell.spec.c
C_SRCS = \ C_SRCS = \
brsfolder.c \ brsfolder.c \
...@@ -20,6 +21,7 @@ C_SRCS = \ ...@@ -20,6 +21,7 @@ C_SRCS = \
pidl.c \ pidl.c \
regstream.c \ regstream.c \
shell32_main.c \ shell32_main.c \
shell.c \
shellguid.c \ shellguid.c \
shelllink.c \ shelllink.c \
shlmenu.c \ shlmenu.c \
......
Makefile
sound.spec.c
sound.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = sound
SPEC_SRCS = sound.spec
GLUE = sound.spec.c
C_SRCS = \
sound_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
wing.spec.c
wing.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = stress
SPEC_SRCS = stress.spec
GLUE = stress.spec.c
C_SRCS = \
stress_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
w32skrnl.spec.c
w32sys.spec.c
w32sys.spec.glue.s
win32s16.spec.c
win32s16.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = win32s
SPEC_SRCS = w32sys.spec win32s16.spec w32skrnl.spec
GLUE = w32sys.spec.c win32s16.spec.c
C_SRCS = \
w32skrnl.c \
w32sys.c \
win32s16.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
windebug.spec.c
windebug.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = windebug
SPEC_SRCS = windebug.spec
GLUE = windebug.spec.c
C_SRCS = \
windebug_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
wing.spec.c
wing.spec.glue.s
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wing
SPEC_SRCS = wing.spec
GLUE = wing.spec.c
C_SRCS = \
wing_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
...@@ -24,8 +24,7 @@ C_SRCS = \ ...@@ -24,8 +24,7 @@ C_SRCS = \
mapping.c \ mapping.c \
painting.c \ painting.c \
path.c \ path.c \
vga.c \ vga.c
wing.c
all: $(MODULE).o all: $(MODULE).o
......
Makefile Makefile
avifile.spec.c
avifile.spec.glue.s
call16.s call16.s
callfrom16.spec.c callfrom16.spec.c
callfrom16.spec.glue.s callfrom16.spec.glue.s
...@@ -22,14 +20,10 @@ kernel.spec.c ...@@ -22,14 +20,10 @@ kernel.spec.c
kernel.spec.glue.s kernel.spec.glue.s
keyboard.spec.c keyboard.spec.c
keyboard.spec.glue.s keyboard.spec.glue.s
lzexpand.spec.c
lzexpand.spec.glue.s
mmsystem.spec.c mmsystem.spec.c
mmsystem.spec.glue.s mmsystem.spec.glue.s
mouse.spec.c mouse.spec.c
mouse.spec.glue.s mouse.spec.glue.s
msvideo.spec.c
msvideo.spec.glue.s
ole2.spec.c ole2.spec.c
ole2.spec.glue.s ole2.spec.glue.s
ole2conv.spec.c ole2conv.spec.c
...@@ -46,16 +40,8 @@ olecli.spec.c ...@@ -46,16 +40,8 @@ olecli.spec.c
olecli.spec.glue.s olecli.spec.glue.s
olesvr.spec.c olesvr.spec.c
olesvr.spec.glue.s olesvr.spec.glue.s
rasapi16.spec.c
rasapi16.spec.glue.s
shell.spec.c
shell.spec.glue.s
sound.spec.c
sound.spec.glue.s
storage.spec.c storage.spec.c
storage.spec.glue.s storage.spec.glue.s
stress.spec.c
stress.spec.glue.s
system.spec.c system.spec.c
system.spec.glue.s system.spec.glue.s
thunk.glue.s thunk.glue.s
...@@ -65,16 +51,8 @@ typelib.spec.c ...@@ -65,16 +51,8 @@ typelib.spec.c
typelib.spec.glue.s typelib.spec.glue.s
user.spec.c user.spec.c
user.spec.glue.s user.spec.glue.s
w32sys.spec.c
w32sys.spec.glue.s
win32s16.spec.c
win32s16.spec.glue.s
windebug.spec.c
windebug.spec.glue.s
wineps.spec.c wineps.spec.c
wineps.spec.glue.s wineps.spec.glue.s
wing.spec.c
wing.spec.glue.s
winsock.spec.c winsock.spec.c
winsock.spec.glue.s winsock.spec.glue.s
wprocs.spec.c wprocs.spec.c
......
...@@ -6,7 +6,6 @@ VPATH = @srcdir@ ...@@ -6,7 +6,6 @@ VPATH = @srcdir@
MODULE = if1632 MODULE = if1632
SPEC_SRCS = \ SPEC_SRCS = \
avifile.spec \
comm.spec \ comm.spec \
compobj.spec \ compobj.spec \
ddeml.spec \ ddeml.spec \
...@@ -15,10 +14,8 @@ SPEC_SRCS = \ ...@@ -15,10 +14,8 @@ SPEC_SRCS = \
gdi.spec \ gdi.spec \
kernel.spec \ kernel.spec \
keyboard.spec \ keyboard.spec \
lzexpand.spec \
mmsystem.spec \ mmsystem.spec \
mouse.spec \ mouse.spec \
msvideo.spec \
ole2.spec \ ole2.spec \
ole2conv.spec \ ole2conv.spec \
ole2disp.spec \ ole2disp.spec \
...@@ -27,20 +24,12 @@ SPEC_SRCS = \ ...@@ -27,20 +24,12 @@ SPEC_SRCS = \
ole2thk.spec \ ole2thk.spec \
olecli.spec \ olecli.spec \
olesvr.spec \ olesvr.spec \
rasapi16.spec \
shell.spec \
sound.spec \
storage.spec \ storage.spec \
stress.spec \
system.spec \ system.spec \
toolhelp.spec \ toolhelp.spec \
typelib.spec \ typelib.spec \
user.spec \ user.spec \
w32sys.spec \
win32s16.spec \
windebug.spec \
wineps.spec \ wineps.spec \
wing.spec \
winsock.spec \ winsock.spec \
wprocs.spec wprocs.spec
......
...@@ -9,32 +9,22 @@ MODULE = misc ...@@ -9,32 +9,22 @@ MODULE = misc
C_SRCS = \ C_SRCS = \
cdrom.c \ cdrom.c \
comm.c \ comm.c \
crtdll.c \
cpu.c \ cpu.c \
ddeml.c \ ddeml.c \
debugstr.c \ debugstr.c \
error.c \ error.c \
imm.c \
lstr.c \ lstr.c \
lzexpand.c \
main.c \ main.c \
network.c \ network.c \
port.c \ port.c \
printdrv.c \ printdrv.c \
registry.c \ registry.c \
shell.c \
sound.c \
spy.c \ spy.c \
stress.c \
system.c \ system.c \
toolhelp.c \ toolhelp.c \
tweak.c \ tweak.c \
version.c \ version.c \
w32scomb.c \ w32scomb.c \
w32skrnl.c \
w32sys.c \
win32s16.c \
windebug.c \
winsock.c \ winsock.c \
winsock_async.c \ winsock_async.c \
wsprintf.c \ wsprintf.c \
......
...@@ -23,7 +23,6 @@ C_SRCS = \ ...@@ -23,7 +23,6 @@ C_SRCS = \
mmaux.c \ mmaux.c \
mmio.c \ mmio.c \
mmsystem.c \ mmsystem.c \
msvideo.c \
time.c time.c
RC_SRCS= \ RC_SRCS= \
......
Makefile Makefile
call32.s call32.s
crtdll.spec.c
dciman32.spec.c
ddraw.spec.c ddraw.spec.c
dinput.spec.c dinput.spec.c
dplay.spec.c dplay.spec.c
dplayx.spec.c dplayx.spec.c
dsound.spec.c dsound.spec.c
gdi32.spec.c gdi32.spec.c
imm32.spec.c
kernel32.spec.c kernel32.spec.c
lz32.spec.c
mcianim.spec.c mcianim.spec.c
mciavi.spec.c mciavi.spec.c
mcicda.spec.c mcicda.spec.c
mciseq.spec.c mciseq.spec.c
mciwave.spec.c mciwave.spec.c
mpr.spec.c mpr.spec.c
msnet32.spec.c
msvfw32.spec.c
ole32.spec.c ole32.spec.c
oleaut32.spec.c oleaut32.spec.c
olecli32.spec.c olecli32.spec.c
oledlg.spec.c oledlg.spec.c
olesvr32.spec.c olesvr32.spec.c
user32.spec.c user32.spec.c
w32skrnl.spec.c
winmm.spec.c winmm.spec.c
wow32.spec.c wow32.spec.c
wsock32.spec.c wsock32.spec.c
...@@ -6,32 +6,25 @@ VPATH = @srcdir@ ...@@ -6,32 +6,25 @@ VPATH = @srcdir@
MODULE = relay32 MODULE = relay32
SPEC_SRCS = \ SPEC_SRCS = \
crtdll.spec \
dciman32.spec \
ddraw.spec \ ddraw.spec \
dinput.spec \ dinput.spec \
dplay.spec \ dplay.spec \
dplayx.spec \ dplayx.spec \
dsound.spec \ dsound.spec \
gdi32.spec \ gdi32.spec \
imm32.spec \
kernel32.spec \ kernel32.spec \
lz32.spec \
mpr.spec \ mpr.spec \
mcianim.spec \ mcianim.spec \
mciavi.spec \ mciavi.spec \
mcicda.spec \ mcicda.spec \
mciseq.spec \ mciseq.spec \
mciwave.spec \ mciwave.spec \
msnet32.spec \
msvfw32.spec \
ole32.spec \ ole32.spec \
oleaut32.spec \ oleaut32.spec \
olecli32.spec \ olecli32.spec \
oledlg.spec \ oledlg.spec \
olesvr32.spec \ olesvr32.spec \
user32.spec \ user32.spec \
w32skrnl.spec \
winmm.spec \ winmm.spec \
wow32.spec \ wow32.spec \
wsock32.spec wsock32.spec
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment