Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
6cebffcd
Commit
6cebffcd
authored
Mar 04, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Make windebug.dll into a stand-alone 16-bit module.
parent
41600a82
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
6 deletions
+29
-6
.gitignore
.gitignore
+0
-1
configure
configure
+10
-0
configure.ac
configure.ac
+2
-0
Makefile.in
dlls/Makefile.in
+1
-2
Makefile.in
dlls/kernel32/Makefile.in
+1
-3
Makefile.in
dlls/windebug.dll16/Makefile.in
+15
-0
windebug.c
dlls/windebug.dll16/windebug.c
+0
-0
windebug.dll16.spec
dlls/windebug.dll16/windebug.dll16.spec
+0
-0
No files found.
.gitignore
View file @
6cebffcd
...
...
@@ -118,7 +118,6 @@ dlls/ver.dll16
dlls/w32sys.dll16
dlls/win32s16.dll16
dlls/winaspi.dll16
dlls/windebug.dll16
dlls/wineps16.drv16
dlls/wing.dll16
dlls/winnls.dll16
...
...
configure
View file @
6cebffcd
...
...
@@ -3914,6 +3914,7 @@ then
enable_vwin32_vxd
=
${
enable_vwin32_vxd
:-
no
}
enable_w32skrnl
=
${
enable_w32skrnl
:-
no
}
enable_win87em_dll16
=
${
enable_win87em_dll16
:-
no
}
enable_windebug_dll16
=
${
enable_windebug_dll16
:-
no
}
enable_winedos
=
${
enable_winedos
:-
no
}
enable_winevdm
=
${
enable_winevdm
:-
no
}
enable_winhelp_exe16
=
${
enable_winhelp_exe16
:-
no
}
...
...
@@ -27102,6 +27103,14 @@ dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/win87em.dll16/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/windebug.dll16/Makefile"
test
"x
$enable_windebug_dll16
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
windebug.dll16"
ALL_MAKEFILE_DEPENDS
=
"
$ALL_MAKEFILE_DEPENDS
dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/windebug.dll16/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/winealsa.drv/Makefile"
test
"x
$enable_winealsa_drv
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
winealsa.drv"
...
...
@@ -29015,6 +29024,7 @@ do
"dlls/vwin32.vxd/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/vwin32.vxd/Makefile" ;;
"dlls/w32skrnl/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/w32skrnl/Makefile" ;;
"dlls/win87em.dll16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/win87em.dll16/Makefile" ;;
"dlls/windebug.dll16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/windebug.dll16/Makefile" ;;
"dlls/winealsa.drv/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/winealsa.drv/Makefile" ;;
"dlls/wineaudioio.drv/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/wineaudioio.drv/Makefile" ;;
"dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/winecoreaudio.drv/Makefile" ;;
...
...
configure.ac
View file @
6cebffcd
...
...
@@ -151,6 +151,7 @@ then
enable_vwin32_vxd=${enable_vwin32_vxd:-no}
enable_w32skrnl=${enable_w32skrnl:-no}
enable_win87em_dll16=${enable_win87em_dll16:-no}
enable_windebug_dll16=${enable_windebug_dll16:-no}
enable_winedos=${enable_winedos:-no}
enable_winevdm=${enable_winevdm:-no}
enable_winhelp_exe16=${enable_winhelp_exe16:-no}
...
...
@@ -2221,6 +2222,7 @@ WINE_CONFIG_MAKEFILE([dlls/vtdapi.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL
WINE_CONFIG_MAKEFILE([dlls/vwin32.vxd/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/w32skrnl/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/win87em.dll16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/windebug.dll16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/winealsa.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/wineaudioio.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/winecoreaudio.drv/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
...
...
dlls/Makefile.in
View file @
6cebffcd
...
...
@@ -57,7 +57,6 @@ WIN16_FILES = \
w32sys.dll16
\
win32s16.dll16
\
winaspi.dll16
\
windebug.dll16
\
wineps16.drv16
\
wing.dll16
\
winnls.dll16
\
...
...
@@ -88,7 +87,7 @@ dispdib.dll16 gdi.exe16 wing.dll16:
imm.dll16
:
echo
"imm32.dll"
>
$@
krnl386.exe16 system.drv16 toolhelp.dll16
windebug.dll16
:
krnl386.exe16 system.drv16 toolhelp.dll16
:
echo
"kernel32.dll"
>
$@
lzexpand.dll16
:
...
...
dlls/kernel32/Makefile.in
View file @
6cebffcd
...
...
@@ -12,8 +12,7 @@ EXTRADLLFLAGS = -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b800000
SPEC_SRCS16
=
\
krnl386.exe.spec
\
system.drv.spec
\
toolhelp.spec
\
windebug.spec
toolhelp.spec
C_SRCS
=
\
actctx.c
\
...
...
@@ -68,7 +67,6 @@ C_SRCS = \
virtual.c
\
volume.c
\
vxd.c
\
windebug.c
\
wowthunk.c
C_SRCS16
=
\
...
...
dlls/windebug.dll16/Makefile.in
0 → 100644
View file @
6cebffcd
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
windebug.dll16
IMPORTS
=
kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16
SPEC_SRCS
=
windebug.dll16.spec
C_SRCS
=
windebug.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/
kernel32
/windebug.c
→
dlls/
windebug.dll16
/windebug.c
View file @
6cebffcd
File moved
dlls/
kernel32/windebug
.spec
→
dlls/
windebug.dll16/windebug.dll16
.spec
View file @
6cebffcd
File moved
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