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

This commit is contained in:
Alexandre Julliard 2007-05-04 12:27:34 +02:00
parent 69a88a9d40
commit 60e122b088
10 changed files with 1 additions and 15 deletions

View file

@ -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@

View file

@ -1 +0,0 @@
/* nothing here yet */

View file

@ -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

View file

@ -1 +0,0 @@
/* Nothing here - See lzexpand.c in kernel32 */

View file

@ -9,8 +9,7 @@ EXTRALIBS = -luuid
C_SRCS = \
dmoreg.c \
dmort.c \
msdmo_main.c
dmort.c
RC_SRCS = \
rsrc.rc

View file

@ -1 +0,0 @@
/* nothing here yet */

View file

@ -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

View file

@ -1 +0,0 @@
/* nothing here yet */

View file

@ -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@

View file

@ -1 +0,0 @@
/* nothing here yet */