Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
60e122b0
Commit
60e122b0
authored
May 04, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of some empty source files, our makefiles no longer require them.
parent
69a88a9d
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1 addition
and
15 deletions
+1
-15
Makefile.in
dlls/dplay/Makefile.in
+0
-2
dplay_main.c
dlls/dplay/dplay_main.c
+0
-1
Makefile.in
dlls/lz32/Makefile.in
+0
-2
lzexpand_main.c
dlls/lz32/lzexpand_main.c
+0
-1
Makefile.in
dlls/msdmo/Makefile.in
+1
-2
msdmo_main.c
dlls/msdmo/msdmo_main.c
+0
-1
Makefile.in
dlls/msvcrt40/Makefile.in
+0
-2
msvcrt40.c
dlls/msvcrt40/msvcrt40.c
+0
-1
Makefile.in
dlls/shfolder/Makefile.in
+0
-2
shfolder_main.c
dlls/shfolder/shfolder_main.c
+0
-1
No files found.
dlls/dplay/Makefile.in
View file @
60e122b0
...
...
@@ -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@
...
...
dlls/dplay/dplay_main.c
deleted
100644 → 0
View file @
69a88a9d
/* nothing here yet */
dlls/lz32/Makefile.in
View file @
60e122b0
...
...
@@ -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
...
...
dlls/lz32/lzexpand_main.c
deleted
100644 → 0
View file @
69a88a9d
/* Nothing here - See lzexpand.c in kernel32 */
dlls/msdmo/Makefile.in
View file @
60e122b0
...
...
@@ -9,8 +9,7 @@ EXTRALIBS = -luuid
C_SRCS
=
\
dmoreg.c
\
dmort.c
\
msdmo_main.c
dmort.c
RC_SRCS
=
\
rsrc.rc
...
...
dlls/msdmo/msdmo_main.c
deleted
100644 → 0
View file @
69a88a9d
/* nothing here yet */
dlls/msvcrt40/Makefile.in
View file @
60e122b0
...
...
@@ -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
dlls/msvcrt40/msvcrt40.c
deleted
100644 → 0
View file @
69a88a9d
/* nothing here yet */
dlls/shfolder/Makefile.in
View file @
60e122b0
...
...
@@ -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@
...
...
dlls/shfolder/shfolder_main.c
deleted
100644 → 0
View file @
69a88a9d
/* nothing here yet */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment