Commit ac3ff1a8 authored by Alexandre Julliard's avatar Alexandre Julliard

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

file.
parent 731e9f53
...@@ -5,6 +5,8 @@ VPATH = @srcdir@ ...@@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = dciman32 MODULE = dciman32
SOVERSION = 1.0 SOVERSION = 1.0
C_SRCS = dciman_main.c
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
### Dependencies: ### Dependencies:
/* nothing here yet */
...@@ -5,6 +5,8 @@ VPATH = @srcdir@ ...@@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = dplay MODULE = dplay
SOVERSION = 1.0 SOVERSION = 1.0
C_SRCS = dplay_main.c
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
### Dependencies: ### Dependencies:
......
/* nothing here yet */
...@@ -5,6 +5,8 @@ VPATH = @srcdir@ ...@@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = msnet32 MODULE = msnet32
SOVERSION = 1.0 SOVERSION = 1.0
C_SRCS = msnet_main.c
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
### Dependencies: ### Dependencies:
/* nothing here yet */
...@@ -6,6 +6,8 @@ MODULE = shfolder ...@@ -6,6 +6,8 @@ MODULE = shfolder
SOVERSION = 1.0 SOVERSION = 1.0
IMPORTS = shell32 IMPORTS = shell32
C_SRCS = shfolder_main.c
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
### Dependencies: ### Dependencies:
......
name shfolder name shfolder
type win32 type win32
@ stdcall SHGetFolderPathA(long long long long ptr) SHGetFolderPathA import shell32
@ stdcall SHGetFolderPathW(long long long long ptr) SHGetFolderPathW
@ forward SHGetFolderPathA shell32.SHGetFolderPathA
@ forward SHGetFolderPathW shell32.SHGetFolderPathW
/* nothing here yet */
...@@ -5,6 +5,8 @@ VPATH = @srcdir@ ...@@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = wow32 MODULE = wow32
SOVERSION = 1.0 SOVERSION = 1.0
C_SRCS = wow_main.c
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
### Dependencies: ### Dependencies:
/* nothing here yet */
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