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
556242b7
Commit
556242b7
authored
Feb 28, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lz32: Renamed lzexpand directory to lz32.
parent
0335a4b9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
11 additions
and
16 deletions
+11
-16
configure
configure
+0
-0
configure.ac
configure.ac
+2
-2
.gitignore
dlls/.gitignore
+0
-1
Makefile.in
dlls/Makefile.in
+7
-11
.gitignore
dlls/lz32/.gitignore
+0
-0
Makefile.in
dlls/lz32/Makefile.in
+0
-0
lz32.spec
dlls/lz32/lz32.spec
+0
-0
lzexpand.spec
dlls/lz32/lzexpand.spec
+0
-0
lzexpand16.c
dlls/lz32/lzexpand16.c
+0
-0
lzexpand_main.c
dlls/lz32/lzexpand_main.c
+0
-0
.gitignore
dlls/lz32/tests/.gitignore
+0
-0
Makefile.in
dlls/lz32/tests/Makefile.in
+0
-0
lzexpand_main.c
dlls/lz32/tests/lzexpand_main.c
+0
-0
Makefile.in
programs/winetest/Makefile.in
+2
-2
No files found.
configure
View file @
556242b7
This diff is collapsed.
Click to expand it.
configure.ac
View file @
556242b7
...
...
@@ -1521,8 +1521,8 @@ dlls/iphlpapi/tests/Makefile
dlls/itss/Makefile
dlls/kernel/Makefile
dlls/kernel/tests/Makefile
dlls/lz
expand
/Makefile
dlls/lz
expand
/tests/Makefile
dlls/lz
32
/Makefile
dlls/lz
32
/tests/Makefile
dlls/mapi32/Makefile
dlls/mapi32/tests/Makefile
dlls/mciavi32/Makefile
...
...
dlls/.gitignore
View file @
556242b7
...
...
@@ -18,7 +18,6 @@ krnl386.exe16
libcomdlg32.def
libgdi32.def
libkernel32.def
liblz32.def
libmsacm32.def
libmsvfw32.def
libuser32.def
...
...
dlls/Makefile.in
View file @
556242b7
...
...
@@ -68,7 +68,7 @@ BASEDIRS = \
iphlpapi
\
itss
\
kernel
\
lz
expand
\
lz
32
\
mapi32
\
mciavi32
\
mcicda
\
...
...
@@ -647,8 +647,8 @@ comm.drv16 krnl386.exe16 stress.dll16 \
windebug.dll16
:
kernel32.dll.so
echo
"kernel32.dll"
>
$@
lz32.dll.so
:
lz
expand
/lz32.dll.so
$(RM)
$@
&&
$(LN_S)
lz
expand
/lz32.dll.so
$@
lz32.dll.so
:
lz
32
/lz32.dll.so
$(RM)
$@
&&
$(LN_S)
lz
32
/lz32.dll.so
$@
lzexpand.dll16
:
lz32.dll.so
echo
"lz32.dll"
>
$@
...
...
@@ -1073,7 +1073,6 @@ IMPORT_SYMLINKS = \
libcomdlg32.
$(IMPLIBEXT)
\
libgdi32.
$(IMPLIBEXT)
\
libkernel32.
$(IMPLIBEXT)
\
liblz32.
$(IMPLIBEXT)
\
libmsacm32.
$(IMPLIBEXT)
\
libmsvfw32.
$(IMPLIBEXT)
\
libuser32.
$(IMPLIBEXT)
\
...
...
@@ -1130,7 +1129,7 @@ IMPORT_LIBS = \
imm32/libimm32.
$(IMPLIBEXT)
\
iphlpapi/libiphlpapi.
$(IMPLIBEXT)
\
kernel/libkernel32.
$(IMPLIBEXT)
\
lz
expand
/liblz32.
$(IMPLIBEXT)
\
lz
32
/liblz32.
$(IMPLIBEXT)
\
mapi32/libmapi32.
$(IMPLIBEXT)
\
mlang/libmlang.
$(IMPLIBEXT)
\
mpr/libmpr.
$(IMPLIBEXT)
\
...
...
@@ -1326,8 +1325,8 @@ iphlpapi/libiphlpapi.$(IMPLIBEXT): iphlpapi/iphlpapi.spec $(WINEBUILD)
kernel/libkernel32.$(IMPLIBEXT)
:
kernel/kernel32.spec $(WINEBUILD)
@
cd
kernel
&&
$(MAKE)
libkernel32.
$(IMPLIBEXT)
lz
expand/liblz32.$(IMPLIBEXT)
:
lzexpand
/lz32.spec $(WINEBUILD)
@
cd
lz
expand
&&
$(MAKE)
liblz32.
$(IMPLIBEXT)
lz
32/liblz32.$(IMPLIBEXT)
:
lz32
/lz32.spec $(WINEBUILD)
@
cd
lz
32
&&
$(MAKE)
liblz32.
$(IMPLIBEXT)
mapi32/libmapi32.$(IMPLIBEXT)
:
mapi32/mapi32.spec $(WINEBUILD)
@
cd
mapi32
&&
$(MAKE)
libmapi32.
$(IMPLIBEXT)
...
...
@@ -1545,9 +1544,6 @@ libgdi32.$(IMPLIBEXT): gdi/libgdi32.$(IMPLIBEXT)
libkernel32.$(IMPLIBEXT)
:
kernel/libkernel32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
kernel/libkernel32.
$(IMPLIBEXT)
$@
liblz32.$(IMPLIBEXT)
:
lzexpand/liblz32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
lzexpand/liblz32.
$(IMPLIBEXT)
$@
libmsacm32.$(IMPLIBEXT)
:
msacm/libmsacm32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
msacm/libmsacm32.
$(IMPLIBEXT)
$@
...
...
@@ -1631,7 +1627,7 @@ iphlpapi/iphlpapi.dll.so: iphlpapi
itss/itss.dll.so
:
itss
winmm/joystick/joystick.drv.so
:
winmm/joystick
kernel/kernel32.dll.so
:
kernel
lz
expand/lz32.dll.so
:
lzexpand
lz
32/lz32.dll.so
:
lz32
mapi32/mapi32.dll.so
:
mapi32
mciavi32/mciavi32.dll.so
:
mciavi32
mcicda/mcicda.dll.so
:
mcicda
...
...
dlls/lz
expand
/.gitignore
→
dlls/lz
32
/.gitignore
View file @
556242b7
File moved
dlls/lz
expand
/Makefile.in
→
dlls/lz
32
/Makefile.in
View file @
556242b7
File moved
dlls/lz
expand
/lz32.spec
→
dlls/lz
32
/lz32.spec
View file @
556242b7
File moved
dlls/lz
expand
/lzexpand.spec
→
dlls/lz
32
/lzexpand.spec
View file @
556242b7
File moved
dlls/lz
expand
/lzexpand16.c
→
dlls/lz
32
/lzexpand16.c
View file @
556242b7
File moved
dlls/lz
expand
/lzexpand_main.c
→
dlls/lz
32
/lzexpand_main.c
View file @
556242b7
File moved
dlls/lz
expand
/tests/.gitignore
→
dlls/lz
32
/tests/.gitignore
View file @
556242b7
File moved
dlls/lz
expand
/tests/Makefile.in
→
dlls/lz
32
/tests/Makefile.in
View file @
556242b7
File moved
dlls/lz
expand
/tests/lzexpand_main.c
→
dlls/lz
32
/tests/lzexpand_main.c
View file @
556242b7
File moved
programs/winetest/Makefile.in
View file @
556242b7
...
...
@@ -125,8 +125,8 @@ iphlpapi_test.exe$(DLLEXT): $(DLLDIR)/iphlpapi/tests/iphlpapi_test.exe$(DLLEXT)
cp
$(DLLDIR)
/iphlpapi/tests/iphlpapi_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
kernel32_test.exe$(DLLEXT)
:
$(DLLDIR)/kernel/tests/kernel32_test.exe$(DLLEXT)
cp
$(DLLDIR)
/kernel/tests/kernel32_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
lz32_test.exe$(DLLEXT)
:
$(DLLDIR)/lz
expand
/tests/lz32_test.exe$(DLLEXT)
cp
$(DLLDIR)
/lz
expand
/tests/lz32_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
lz32_test.exe$(DLLEXT)
:
$(DLLDIR)/lz
32
/tests/lz32_test.exe$(DLLEXT)
cp
$(DLLDIR)
/lz
32
/tests/lz32_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
mapi32_test.exe$(DLLEXT)
:
$(DLLDIR)/mapi32/tests/mapi32_test.exe$(DLLEXT)
cp
$(DLLDIR)
/mapi32/tests/mapi32_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
mlang_test.exe$(DLLEXT)
:
$(DLLDIR)/mlang/tests/mlang_test.exe$(DLLEXT)
...
...
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