Added a few empty source files so that each dll has at least one C

file.
This commit is contained in:
Alexandre Julliard 2000-07-26 18:30:38 +00:00
parent 731e9f5309
commit ac3ff1a82e
11 changed files with 19 additions and 2 deletions

View File

@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = dciman32
SOVERSION = 1.0
C_SRCS = dciman_main.c
@MAKE_DLL_RULES@
### Dependencies:

View File

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

View File

@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = dplay
SOVERSION = 1.0
C_SRCS = dplay_main.c
@MAKE_DLL_RULES@
### Dependencies:

1
dlls/dplay/dplay_main.c Normal file
View File

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

View File

@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = msnet32
SOVERSION = 1.0
C_SRCS = msnet_main.c
@MAKE_DLL_RULES@
### Dependencies:

View File

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

View File

@ -6,6 +6,8 @@ MODULE = shfolder
SOVERSION = 1.0
IMPORTS = shell32
C_SRCS = shfolder_main.c
@MAKE_DLL_RULES@
### Dependencies:

View File

@ -1,5 +1,7 @@
name shfolder
type win32
@ stdcall SHGetFolderPathA(long long long long ptr) SHGetFolderPathA
@ stdcall SHGetFolderPathW(long long long long ptr) SHGetFolderPathW
import shell32
@ forward SHGetFolderPathA shell32.SHGetFolderPathA
@ forward SHGetFolderPathW shell32.SHGetFolderPathW

View File

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

View File

@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = wow32
SOVERSION = 1.0
C_SRCS = wow_main.c
@MAKE_DLL_RULES@
### Dependencies:

1
dlls/wow32/wow_main.c Normal file
View File

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