Commit 60e122b0 authored by Alexandre Julliard's avatar Alexandre Julliard

Get rid of some empty source files, our makefiles no longer require them.

parent 69a88a9d
......@@ -6,8 +6,6 @@ MODULE = dplay.dll
IMPORTLIB = libdplay.$(IMPLIBEXT)
IMPORTS = dplayx kernel32
C_SRCS = dplay_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
......
/* nothing here yet */
......@@ -6,8 +6,6 @@ MODULE = lz32.dll
IMPORTLIB = liblz32.$(IMPLIBEXT)
IMPORTS = kernel32
C_SRCS = lzexpand_main.c
RC_SRCS = version.rc
C_SRCS16 = lzexpand16.c
......
/* Nothing here - See lzexpand.c in kernel32 */
......@@ -9,8 +9,7 @@ EXTRALIBS = -luuid
C_SRCS = \
dmoreg.c \
dmort.c \
msdmo_main.c
dmort.c
RC_SRCS = \
rsrc.rc
......
/* nothing here yet */
......@@ -7,8 +7,6 @@ MODULE = msvcrt40.dll
IMPORTLIB = libmsvcrt40.$(IMPLIBEXT)
IMPORTS = msvcrt kernel32
C_SRCS = msvcrt40.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend
......@@ -6,8 +6,6 @@ MODULE = shfolder.dll
IMPORTLIB = libshfolder.$(IMPLIBEXT)
IMPORTS = shell32 kernel32
C_SRCS = shfolder_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
......
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