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

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 4 07:11:08 CDT 2007


Module: wine
Branch: master
Commit: 60e122b088c55f59598c6eabe3e9336141d8eeb4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=60e122b088c55f59598c6eabe3e9336141d8eeb4

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri May  4 12:27:34 2007 +0200

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

---

 dlls/dplay/Makefile.in        |    2 --
 dlls/dplay/dplay_main.c       |    1 -
 dlls/lz32/Makefile.in         |    2 --
 dlls/lz32/lzexpand_main.c     |    1 -
 dlls/msdmo/Makefile.in        |    3 +--
 dlls/msdmo/msdmo_main.c       |    1 -
 dlls/msvcrt40/Makefile.in     |    2 --
 dlls/msvcrt40/msvcrt40.c      |    1 -
 dlls/shfolder/Makefile.in     |    2 --
 dlls/shfolder/shfolder_main.c |    1 -
 10 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/dlls/dplay/Makefile.in b/dlls/dplay/Makefile.in
index 50b3852..c1d0ad9 100644
--- a/dlls/dplay/Makefile.in
+++ b/dlls/dplay/Makefile.in
@@ -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@
diff --git a/dlls/dplay/dplay_main.c b/dlls/dplay/dplay_main.c
deleted file mode 100644
index 67a01ed..0000000
--- a/dlls/dplay/dplay_main.c
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing here yet */
diff --git a/dlls/lz32/Makefile.in b/dlls/lz32/Makefile.in
index e55d8ee..e50e8cd 100644
--- a/dlls/lz32/Makefile.in
+++ b/dlls/lz32/Makefile.in
@@ -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
diff --git a/dlls/lz32/lzexpand_main.c b/dlls/lz32/lzexpand_main.c
deleted file mode 100644
index 355c97a..0000000
--- a/dlls/lz32/lzexpand_main.c
+++ /dev/null
@@ -1 +0,0 @@
-/* Nothing here - See lzexpand.c in kernel32 */
diff --git a/dlls/msdmo/Makefile.in b/dlls/msdmo/Makefile.in
index 57addcf..a0b924e 100644
--- a/dlls/msdmo/Makefile.in
+++ b/dlls/msdmo/Makefile.in
@@ -9,8 +9,7 @@ EXTRALIBS = -luuid
 
 C_SRCS = \
 	dmoreg.c \
-	dmort.c \
-	msdmo_main.c
+	dmort.c
 
 RC_SRCS = \
 	rsrc.rc
diff --git a/dlls/msdmo/msdmo_main.c b/dlls/msdmo/msdmo_main.c
deleted file mode 100644
index 67a01ed..0000000
--- a/dlls/msdmo/msdmo_main.c
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing here yet */
diff --git a/dlls/msvcrt40/Makefile.in b/dlls/msvcrt40/Makefile.in
index 4494572..6f33b83 100644
--- a/dlls/msvcrt40/Makefile.in
+++ b/dlls/msvcrt40/Makefile.in
@@ -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
diff --git a/dlls/msvcrt40/msvcrt40.c b/dlls/msvcrt40/msvcrt40.c
deleted file mode 100644
index 67a01ed..0000000
--- a/dlls/msvcrt40/msvcrt40.c
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing here yet */
diff --git a/dlls/shfolder/Makefile.in b/dlls/shfolder/Makefile.in
index db0da14..826157d 100644
--- a/dlls/shfolder/Makefile.in
+++ b/dlls/shfolder/Makefile.in
@@ -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@
diff --git a/dlls/shfolder/shfolder_main.c b/dlls/shfolder/shfolder_main.c
deleted file mode 100644
index 67a01ed..0000000
--- a/dlls/shfolder/shfolder_main.c
+++ /dev/null
@@ -1 +0,0 @@
-/* nothing here yet */




More information about the wine-cvs mailing list