Skip to content
Snippets Groups Projects
Commit daed93ee authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard
Browse files

Moved .spec files to corresponding dlls/ directory.

parent c9a6d50c
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 0 deletions
Makefile Makefile
advapi32.spec.c
...@@ -5,6 +5,8 @@ SRCDIR = @srcdir@ ...@@ -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 \
......
File moved
Makefile Makefile
avifil32.spec.c
...@@ -5,6 +5,8 @@ SRCDIR = @srcdir@ ...@@ -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
......
File moved
Makefile Makefile
comctl32.spec.c
rsrc.s rsrc.s
...@@ -6,6 +6,8 @@ VPATH = @srcdir@ ...@@ -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 \
......
File moved
Makefile Makefile
comdlg32.spec.c
commdlg.spec.c
commdlg.spec.glue.s
rsrc.s rsrc.s
...@@ -6,6 +6,9 @@ VPATH = @srcdir@ ...@@ -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 \
......
File moved
File moved
Makefile Makefile
imagehlp.spec.c
...@@ -5,6 +5,8 @@ SRCDIR = @srcdir@ ...@@ -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 \
......
File moved
Makefile Makefile
msacm.spec.c
msacm.spec.glue.s
...@@ -5,6 +5,9 @@ SRCDIR = @srcdir@ ...@@ -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
......
File moved
Makefile Makefile
msacm32.spec.c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment