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
b4bc3f26
Commit
b4bc3f26
authored
Jul 18, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
icmp: The import library is not needed.
parent
8c4953f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
Makefile.in
dlls/Makefile.in
+0
-5
Makefile.in
dlls/icmp/Makefile.in
+0
-1
No files found.
dlls/Makefile.in
View file @
b4bc3f26
...
...
@@ -588,7 +588,6 @@ IMPORT_LIBS = \
glu32/libglu32.
$(IMPLIBEXT)
\
hid/libhid.
$(IMPLIBEXT)
\
hlink/libhlink.
$(IMPLIBEXT)
\
icmp/libicmp.
$(IMPLIBEXT)
\
imagehlp/libimagehlp.
$(IMPLIBEXT)
\
imm32/libimm32.
$(IMPLIBEXT)
\
inetcomm/libinetcomm.
$(IMPLIBEXT)
\
...
...
@@ -724,7 +723,6 @@ CROSS_IMPLIBS = \
glu32/libglu32.a
\
hid/libhid.a
\
hlink/libhlink.a
\
icmp/libicmp.a
\
imagehlp/libimagehlp.a
\
imm32/libimm32.a
\
inetcomm/libinetcomm.a
\
...
...
@@ -955,9 +953,6 @@ hid/libhid.def hid/libhid.a: hid/hid.spec $(WINEBUILD)
hlink/libhlink.def hlink/libhlink.a
:
hlink/hlink.spec $(WINEBUILD)
@
cd
hlink
&&
$(MAKE)
`
basename
$@
`
icmp/libicmp.def icmp/libicmp.a
:
icmp/icmp.spec $(WINEBUILD)
@
cd
icmp
&&
$(MAKE)
`
basename
$@
`
imagehlp/libimagehlp.def imagehlp/libimagehlp.a
:
imagehlp/imagehlp.spec $(WINEBUILD)
@
cd
imagehlp
&&
$(MAKE)
`
basename
$@
`
...
...
dlls/icmp/Makefile.in
View file @
b4bc3f26
...
...
@@ -3,7 +3,6 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
icmp.dll
IMPORTLIB
=
icmp
IMPORTS
=
kernel32
@MAKE_DLL_RULES@
...
...
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