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
advapi32.spec.c
......@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = advapi32
SPEC_SRCS = advapi32.spec
C_SRCS = \
advapi.c \
crypt.c \
......
File moved
Makefile
avifil32.spec.c
......@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = avifil32
SPEC_SRCS = avifil32.spec
C_SRCS = \
avifile.c
......
File moved
Makefile
comctl32.spec.c
rsrc.s
......@@ -6,6 +6,8 @@ VPATH = @srcdir@
MODULE = comctl32
WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = comctl32.spec
C_SRCS = \
animate.c \
comboex.c \
......
File moved
Makefile
comdlg32.spec.c
commdlg.spec.c
commdlg.spec.glue.s
rsrc.s
......@@ -6,6 +6,9 @@ VPATH = @srcdir@
MODULE = commdlg
WRCEXTRA = -s -pcomdlg32
SPEC_SRCS = commdlg.spec comdlg32.spec
GLUE = commdlg.spec.c
C_SRCS = \
cdlg32.c \
colordlg.c \
......
File moved
File moved
Makefile
imagehlp.spec.c
......@@ -5,6 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = imagehlp
SPEC_SRCS = imagehlp.spec
C_SRCS = \
access.c \
debug.c \
......
File moved
Makefile
msacm.spec.c
msacm.spec.glue.s
......@@ -5,6 +5,9 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msacm
SPEC_SRCS = msacm.spec
GLUE = msacm.spec.c
C_SRCS = \
msacm_main.c
......
File moved
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