Moved .spec files to corresponding dlls/ directory.

This commit is contained in:
Ulrich Weigand 1999-07-25 13:14:13 +00:00 committed by Alexandre Julliard
parent c9a6d50c20
commit daed93ee99
59 changed files with 65 additions and 43 deletions

View File

@ -1 +1,2 @@
Makefile Makefile
advapi32.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = advapi32 MODULE = advapi32
SPEC_SRCS = advapi32.spec
C_SRCS = \ C_SRCS = \
advapi.c \ advapi.c \
crypt.c \ crypt.c \

View File

@ -1 +1,2 @@
Makefile Makefile
avifil32.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = avifil32 MODULE = avifil32
SPEC_SRCS = avifil32.spec
C_SRCS = \ C_SRCS = \
avifile.c avifile.c

View File

@ -1,2 +1,3 @@
Makefile Makefile
comctl32.spec.c
rsrc.s rsrc.s

View File

@ -6,6 +6,8 @@ VPATH = @srcdir@
MODULE = comctl32 MODULE = comctl32
WRCEXTRA = -s -p$(MODULE) WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = comctl32.spec
C_SRCS = \ C_SRCS = \
animate.c \ animate.c \
comboex.c \ comboex.c \

View File

@ -1,2 +1,5 @@
Makefile Makefile
comdlg32.spec.c
commdlg.spec.c
commdlg.spec.glue.s
rsrc.s rsrc.s

View File

@ -6,6 +6,9 @@ VPATH = @srcdir@
MODULE = commdlg MODULE = commdlg
WRCEXTRA = -s -pcomdlg32 WRCEXTRA = -s -pcomdlg32
SPEC_SRCS = commdlg.spec comdlg32.spec
GLUE = commdlg.spec.c
C_SRCS = \ C_SRCS = \
cdlg32.c \ cdlg32.c \
colordlg.c \ colordlg.c \

View File

@ -1 +1,2 @@
Makefile Makefile
imagehlp.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = imagehlp MODULE = imagehlp
SPEC_SRCS = imagehlp.spec
C_SRCS = \ C_SRCS = \
access.c \ access.c \
debug.c \ debug.c \

View File

@ -1 +1,3 @@
Makefile Makefile
msacm.spec.c
msacm.spec.glue.s

View File

@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = msacm MODULE = msacm
SPEC_SRCS = msacm.spec
GLUE = msacm.spec.c
C_SRCS = \ C_SRCS = \
msacm_main.c msacm_main.c

View File

@ -1 +1,2 @@
Makefile Makefile
msacm32.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = msacm32 MODULE = msacm32
SPEC_SRCS = msacm32.spec
C_SRCS = \ C_SRCS = \
builtin.c \ builtin.c \
driver.c \ driver.c \

View File

@ -1 +1,2 @@
Makefile Makefile
ntdll.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = ntdll MODULE = ntdll
SPEC_SRCS = ntdll.spec
C_SRCS = \ C_SRCS = \
exception.c \ exception.c \
file.c \ file.c \

View File

@ -1 +1,2 @@
Makefile Makefile
psapi.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = psapi MODULE = psapi
SPEC_SRCS = psapi.spec
C_SRCS = \ C_SRCS = \
psapi_main.c psapi_main.c

View File

@ -1 +1,2 @@
Makefile Makefile
rasapi32.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = rasapi32 MODULE = rasapi32
SPEC_SRCS = rasapi32.spec
C_SRCS = rasapi.c C_SRCS = rasapi.c
all: $(MODULE).o all: $(MODULE).o

View File

@ -1,2 +1,3 @@
Makefile Makefile
shell32.spec.c
shres.s shres.s

View File

@ -6,6 +6,8 @@ VPATH = @srcdir@
MODULE = shell32 MODULE = shell32
WRCEXTRA = -s -p$(MODULE) WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = shell32.spec
C_SRCS = \ C_SRCS = \
brsfolder.c \ brsfolder.c \
classes.c \ classes.c \

View File

@ -1 +1,2 @@
Makefile Makefile
tapi32.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = tapi32 MODULE = tapi32
SPEC_SRCS = tapi32.spec
C_SRCS = \ C_SRCS = \
assisted.c \ assisted.c \
line.c \ line.c \

View File

@ -1 +1,3 @@
Makefile Makefile
ver.spec.c
ver.spec.glue.s

View File

@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = ver MODULE = ver
SPEC_SRCS = ver.spec
GLUE = ver.spec.c
C_SRCS = \ C_SRCS = \
ver16.c ver16.c

View File

@ -1 +1,2 @@
Makefile Makefile
version.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = version MODULE = version
SPEC_SRCS = version.spec
C_SRCS = \ C_SRCS = \
info.c \ info.c \
install.c \ install.c \

View File

@ -1 +1,3 @@
Makefile Makefile
win87em.spec.c
win87em.spec.glue.s

View File

@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = win87em MODULE = win87em
SPEC_SRCS = win87em.spec
GLUE = win87em.spec.c
C_SRCS = \ C_SRCS = \
emulate.c emulate.c

View File

@ -1 +1,3 @@
Makefile Makefile
winaspi.spec.c
winaspi.spec.glue.s

View File

@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = winaspi MODULE = winaspi
SPEC_SRCS = winaspi.spec
GLUE = winaspi.spec.c
C_SRCS = \ C_SRCS = \
winaspi16.c winaspi16.c

View File

@ -1 +1,2 @@
Makefile Makefile
winspool.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = winspool MODULE = winspool
SPEC_SRCS = winspool.spec
C_SRCS = \ C_SRCS = \
info.c info.c

View File

@ -1 +1,2 @@
Makefile Makefile
wnaspi32.spec.c

View File

@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = wnaspi32 MODULE = wnaspi32
SPEC_SRCS = wnaspi32.spec
C_SRCS = \ C_SRCS = \
winaspi32.c winaspi32.c

View File

@ -8,8 +8,6 @@ callto16.spec.c
callto16.spec.glue.s callto16.spec.glue.s
comm.spec.c comm.spec.c
comm.spec.glue.s comm.spec.glue.s
commdlg.spec.c
commdlg.spec.glue.s
compobj.spec.c compobj.spec.c
compobj.spec.glue.s compobj.spec.glue.s
ddeml.spec.c ddeml.spec.c
@ -30,8 +28,6 @@ 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
msacm.spec.c
msacm.spec.glue.s
msvideo.spec.c msvideo.spec.c
msvideo.spec.glue.s msvideo.spec.glue.s
ole2.spec.c ole2.spec.c
@ -69,16 +65,10 @@ 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
ver.spec.c
ver.spec.glue.s
w32sys.spec.c w32sys.spec.c
w32sys.spec.glue.s w32sys.spec.glue.s
win32s16.spec.c win32s16.spec.c
win32s16.spec.glue.s win32s16.spec.glue.s
win87em.spec.c
win87em.spec.glue.s
winaspi.spec.c
winaspi.spec.glue.s
windebug.spec.c windebug.spec.c
windebug.spec.glue.s windebug.spec.glue.s
wineps.spec.c wineps.spec.c

View File

@ -8,7 +8,6 @@ MODULE = if1632
SPEC_SRCS = \ SPEC_SRCS = \
avifile.spec \ avifile.spec \
comm.spec \ comm.spec \
commdlg.spec \
compobj.spec \ compobj.spec \
ddeml.spec \ ddeml.spec \
dispdib.spec \ dispdib.spec \
@ -19,7 +18,6 @@ SPEC_SRCS = \
lzexpand.spec \ lzexpand.spec \
mmsystem.spec \ mmsystem.spec \
mouse.spec \ mouse.spec \
msacm.spec \
msvideo.spec \ msvideo.spec \
ole2.spec \ ole2.spec \
ole2conv.spec \ ole2conv.spec \
@ -38,11 +36,8 @@ SPEC_SRCS = \
toolhelp.spec \ toolhelp.spec \
typelib.spec \ typelib.spec \
user.spec \ user.spec \
ver.spec \
w32sys.spec \ w32sys.spec \
win32s16.spec \ win32s16.spec \
win87em.spec \
winaspi.spec \
windebug.spec \ windebug.spec \
wineps.spec \ wineps.spec \
wing.spec \ wing.spec \

View File

@ -1,9 +1,5 @@
Makefile Makefile
advapi32.spec.c
avifil32.spec.c
call32.s call32.s
comctl32.spec.c
comdlg32.spec.c
crtdll.spec.c crtdll.spec.c
dciman32.spec.c dciman32.spec.c
ddraw.spec.c ddraw.spec.c
@ -12,7 +8,6 @@ dplay.spec.c
dplayx.spec.c dplayx.spec.c
dsound.spec.c dsound.spec.c
gdi32.spec.c gdi32.spec.c
imagehlp.spec.c
imm32.spec.c imm32.spec.c
kernel32.spec.c kernel32.spec.c
lz32.spec.c lz32.spec.c
@ -22,24 +17,15 @@ mcicda.spec.c
mciseq.spec.c mciseq.spec.c
mciwave.spec.c mciwave.spec.c
mpr.spec.c mpr.spec.c
msacm32.spec.c
msnet32.spec.c msnet32.spec.c
msvfw32.spec.c msvfw32.spec.c
ntdll.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
psapi.spec.c
rasapi32.spec.c
shell32.spec.c
tapi32.spec.c
user32.spec.c user32.spec.c
version.spec.c
w32skrnl.spec.c w32skrnl.spec.c
winmm.spec.c winmm.spec.c
winspool.spec.c
wnaspi32.spec.c
wow32.spec.c wow32.spec.c
wsock32.spec.c wsock32.spec.c

View File

@ -6,10 +6,6 @@ VPATH = @srcdir@
MODULE = relay32 MODULE = relay32
SPEC_SRCS = \ SPEC_SRCS = \
advapi32.spec \
avifil32.spec \
comctl32.spec \
comdlg32.spec \
crtdll.spec \ crtdll.spec \
dciman32.spec \ dciman32.spec \
ddraw.spec \ ddraw.spec \
@ -18,7 +14,6 @@ SPEC_SRCS = \
dplayx.spec \ dplayx.spec \
dsound.spec \ dsound.spec \
gdi32.spec \ gdi32.spec \
imagehlp.spec \
imm32.spec \ imm32.spec \
kernel32.spec \ kernel32.spec \
lz32.spec \ lz32.spec \
@ -28,25 +23,16 @@ SPEC_SRCS = \
mcicda.spec \ mcicda.spec \
mciseq.spec \ mciseq.spec \
mciwave.spec \ mciwave.spec \
msacm32.spec \
msnet32.spec \ msnet32.spec \
msvfw32.spec \ msvfw32.spec \
ntdll.spec \
ole32.spec \ ole32.spec \
oleaut32.spec \ oleaut32.spec \
olecli32.spec \ olecli32.spec \
oledlg.spec \ oledlg.spec \
olesvr32.spec \ olesvr32.spec \
psapi.spec \
rasapi32.spec \
shell32.spec \
tapi32.spec \
user32.spec \ user32.spec \
version.spec \
w32skrnl.spec \ w32skrnl.spec \
winmm.spec \ winmm.spec \
winspool.spec \
wnaspi32.spec \
wow32.spec \ wow32.spec \
wsock32.spec wsock32.spec