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
a60dd6e9
Commit
a60dd6e9
authored
Oct 22, 2009
by
Eric Pouech
Committed by
Alexandre Julliard
Oct 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm: Final split of mmsystem.
parent
ca1a7c6b
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
28 additions
and
14 deletions
+28
-14
.gitignore
.gitignore
+0
-1
configure
configure
+9
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/Makefile.in
+0
-4
Makefile.in
dlls/mmsystem.dll16/Makefile.in
+18
-0
mci16.c
dlls/mmsystem.dll16/mci16.c
+0
-0
message16.c
dlls/mmsystem.dll16/message16.c
+0
-0
mmio16.c
dlls/mmsystem.dll16/mmio16.c
+0
-0
mmsystem.c
dlls/mmsystem.dll16/mmsystem.c
+0
-0
mmsystem.dll16.spec
dlls/mmsystem.dll16/mmsystem.dll16.spec
+0
-0
winemm16.h
dlls/mmsystem.dll16/winemm16.h
+0
-0
Makefile.in
dlls/winmm/Makefile.in
+0
-9
No files found.
.gitignore
View file @
a60dd6e9
...
...
@@ -64,7 +64,6 @@ dlls/krnl386.exe16
dlls/libd3dx9.def
dlls/libwinspool.def
dlls/libxinput.def
dlls/mmsystem.dll16
dlls/msdaps/msdaps.h
dlls/msdaps/msdaps_i.c
dlls/msdaps/msdaps_p.c
...
...
configure
View file @
a60dd6e9
...
...
@@ -15351,6 +15351,14 @@ dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/mmdevldr.vxd/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/mmsystem.dll16/Makefile"
test
"x
$enable_win16
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
mmsystem.dll16"
ALL_MAKEFILE_DEPENDS
=
"
$ALL_MAKEFILE_DEPENDS
dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/mmsystem.dll16/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/monodebg.vxd/Makefile"
test
"x
$enable_win16
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
monodebg.vxd"
...
...
@@ -18937,6 +18945,7 @@ do
"dlls/mlang/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mlang/Makefile" ;;
"dlls/mlang/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mlang/tests/Makefile" ;;
"dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mmdevldr.vxd/Makefile" ;;
"dlls/mmsystem.dll16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mmsystem.dll16/Makefile" ;;
"dlls/monodebg.vxd/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/monodebg.vxd/Makefile" ;;
"dlls/mountmgr.sys/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mountmgr.sys/Makefile" ;;
"dlls/mouse.drv16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mouse.drv16/Makefile" ;;
...
...
configure.ac
View file @
a60dd6e9
...
...
@@ -2305,6 +2305,7 @@ WINE_CONFIG_MAKEFILE([dlls/midimap/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DL
WINE_CONFIG_MAKEFILE([dlls/mlang/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/mlang/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/mmdevldr.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS],[enable_win16])
WINE_CONFIG_MAKEFILE([dlls/mmsystem.dll16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS],[enable_win16])
WINE_CONFIG_MAKEFILE([dlls/monodebg.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS],[enable_win16])
WINE_CONFIG_MAKEFILE([dlls/mountmgr.sys/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/mouse.drv16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS],[enable_win16])
...
...
dlls/Makefile.in
View file @
a60dd6e9
...
...
@@ -21,7 +21,6 @@ WIN16_FILES = \
commdlg.dll16
\
gdi.exe16
\
krnl386.exe16
\
mmsystem.dll16
\
user.exe16
\
wprocs.dll16
...
...
@@ -48,9 +47,6 @@ user.exe16:
wprocs.dll16
:
echo
"winedos.dll"
>
$@
mmsystem.dll16
:
echo
"winmm.dll"
>
$@
# Import libraries
STATIC_IMPLIBEXT
=
$
(
IMPLIBEXT:def
=
def.a
)
...
...
dlls/mmsystem.dll16/Makefile.in
0 → 100644
View file @
a60dd6e9
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mmsystem.dll16
IMPORTS
=
winmm user32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,winmm.dll
C_SRCS
=
\
mci16.c
\
message16.c
\
mmio16.c
\
mmsystem.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/
winmm
/mci16.c
→
dlls/
mmsystem.dll16
/mci16.c
View file @
a60dd6e9
File moved
dlls/
winmm
/message16.c
→
dlls/
mmsystem.dll16
/message16.c
View file @
a60dd6e9
File moved
dlls/
winmm
/mmio16.c
→
dlls/
mmsystem.dll16
/mmio16.c
View file @
a60dd6e9
File moved
dlls/
winmm
/mmsystem.c
→
dlls/
mmsystem.dll16
/mmsystem.c
View file @
a60dd6e9
dlls/
winmm/mmsystem
.spec
→
dlls/
mmsystem.dll16/mmsystem.dll16
.spec
View file @
a60dd6e9
File moved
dlls/
winmm
/winemm16.h
→
dlls/
mmsystem.dll16
/winemm16.h
View file @
a60dd6e9
File moved
dlls/winmm/Makefile.in
View file @
a60dd6e9
...
...
@@ -17,15 +17,6 @@ C_SRCS = \
time.c
\
winmm.c
C_SRCS16
=
\
mci16.c
\
message16.c
\
mmio16.c
\
mmsystem.c
SPEC_SRCS16
=
\
mmsystem.spec
RC_SRCS
=
\
winmm_Cs.rc
\
winmm_Da.rc
\
...
...
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