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@
MODULE = dciman32
SOVERSION = 1.0
C_SRCS = dciman_main.c
@MAKE_DLL_RULES@
### Dependencies:
/* nothing here yet */
......@@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = dplay
SOVERSION = 1.0
C_SRCS = dplay_main.c
@MAKE_DLL_RULES@
### Dependencies:
......
/* nothing here yet */
......@@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = msnet32
SOVERSION = 1.0
C_SRCS = msnet_main.c
@MAKE_DLL_RULES@
### Dependencies:
/* nothing here yet */
......@@ -6,6 +6,8 @@ MODULE = shfolder
SOVERSION = 1.0
IMPORTS = shell32
C_SRCS = shfolder_main.c
@MAKE_DLL_RULES@
### Dependencies:
......
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
/* nothing here yet */
......@@ -5,6 +5,8 @@ VPATH = @srcdir@
MODULE = wow32
SOVERSION = 1.0
C_SRCS = wow_main.c
@MAKE_DLL_RULES@
### 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