Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
96b47ff7
Commit
96b47ff7
authored
Mar 11, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lz32: Make lzexpand.dll into a stand-alone 16-bit module.
parent
009342a8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
27 additions
and
8 deletions
+27
-8
.gitignore
.gitignore
+0
-1
configure
configure
+10
-0
configure.ac
configure.ac
+2
-0
Makefile.in
dlls/Makefile.in
+0
-4
Makefile.in
dlls/lz32/Makefile.in
+0
-3
Makefile.in
dlls/lzexpand.dll16/Makefile.in
+15
-0
lzexpand.c
dlls/lzexpand.dll16/lzexpand.c
+0
-0
lzexpand.dll16.spec
dlls/lzexpand.dll16/lzexpand.dll16.spec
+0
-0
No files found.
.gitignore
View file @
96b47ff7
...
...
@@ -45,7 +45,6 @@ dlls/krnl386.exe16
dlls/libd3dx9.def
dlls/libwinspool.def
dlls/libxinput.def
dlls/lzexpand.dll16
dlls/mmsystem.dll16
dlls/msacm.dll16
dlls/mshtml.tlb/mshtml_tlb.tlb
...
...
configure
View file @
96b47ff7
...
...
@@ -3906,6 +3906,7 @@ then
enable_display_drv16
=
${
enable_display_drv16
:-
no
}
enable_ifsmgr_vxd
=
${
enable_ifsmgr_vxd
:-
no
}
enable_keyboard_drv16
=
${
enable_keyboard_drv16
:-
no
}
enable_lzexpand_dll16
=
${
enable_lzexpand_dll16
:-
no
}
enable_mmdevldr_vxd
=
${
enable_mmdevldr_vxd
:-
no
}
enable_monodebg_vxd
=
${
enable_monodebg_vxd
:-
no
}
enable_mouse_drv16
=
${
enable_mouse_drv16
:-
no
}
...
...
@@ -25871,6 +25872,14 @@ dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
ac_config_files
=
"
$ac_config_files
dlls/lz32/tests/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/lzexpand.dll16/Makefile"
test
"x
$enable_lzexpand_dll16
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
lzexpand.dll16"
ALL_MAKEFILE_DEPENDS
=
"
$ALL_MAKEFILE_DEPENDS
dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/lzexpand.dll16/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/mapi32/Makefile"
test
"x
$enable_mapi32
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
mapi32"
...
...
@@ -29070,6 +29079,7 @@ do
"dlls/localui/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/localui/tests/Makefile" ;;
"dlls/lz32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/lz32/Makefile" ;;
"dlls/lz32/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/lz32/tests/Makefile" ;;
"dlls/lzexpand.dll16/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/lzexpand.dll16/Makefile" ;;
"dlls/mapi32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mapi32/Makefile" ;;
"dlls/mapi32/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mapi32/tests/Makefile" ;;
"dlls/mciavi32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mciavi32/Makefile" ;;
...
...
configure.ac
View file @
96b47ff7
...
...
@@ -143,6 +143,7 @@ then
enable_display_drv16=${enable_display_drv16:-no}
enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
enable_keyboard_drv16=${enable_keyboard_drv16:-no}
enable_lzexpand_dll16=${enable_lzexpand_dll16:-no}
enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
enable_monodebg_vxd=${enable_monodebg_vxd:-no}
enable_mouse_drv16=${enable_mouse_drv16:-no}
...
...
@@ -2063,6 +2064,7 @@ WINE_CONFIG_MAKEFILE([dlls/localui/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DL
WINE_CONFIG_MAKEFILE([dlls/localui/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/lz32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/lz32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/lzexpand.dll16/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/mapi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/mapi32/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/mciavi32/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
...
...
dlls/Makefile.in
View file @
96b47ff7
...
...
@@ -27,7 +27,6 @@ WIN16_FILES = \
gdi.exe16
\
imm.dll16
\
krnl386.exe16
\
lzexpand.dll16
\
mmsystem.dll16
\
msacm.dll16
\
msvideo.dll16
\
...
...
@@ -86,9 +85,6 @@ imm.dll16:
krnl386.exe16 system.drv16 toolhelp.dll16
:
echo
"kernel32.dll"
>
$@
lzexpand.dll16
:
echo
"lz32.dll"
>
$@
msacm.dll16
:
echo
"msacm32.dll"
>
$@
...
...
dlls/lz32/Makefile.in
View file @
96b47ff7
...
...
@@ -8,9 +8,6 @@ IMPORTS = kernel32
RC_SRCS
=
version.rc
C_SRCS16
=
lzexpand16.c
SPEC_SRCS16
=
lzexpand.spec
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/lzexpand.dll16/Makefile.in
0 → 100644
View file @
96b47ff7
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
lzexpand.dll16
IMPORTS
=
lz32 kernel32
EXTRADLLFLAGS
=
-Wb
,--subsystem,win16,--main-module,lz32.dll
SPEC_SRCS
=
lzexpand.dll16.spec
C_SRCS
=
lzexpand.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/lz
32/lzexpand16
.c
→
dlls/lz
expand.dll16/lzexpand
.c
View file @
96b47ff7
File moved
dlls/lz
32/lzexpand
.spec
→
dlls/lz
expand.dll16/lzexpand.dll16
.spec
View file @
96b47ff7
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