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
12c9b501
Commit
12c9b501
authored
Aug 26, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We no longer need a special case for the ntdll import library.
parent
959e472e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Makefile.in
dlls/Makefile.in
+0
-4
make_dlls
dlls/make_dlls
+1
-1
No files found.
dlls/Makefile.in
View file @
12c9b501
...
...
@@ -1067,7 +1067,6 @@ IMPORT_SYMLINKS = \
liblz32.
$(IMPLIBEXT)
\
libmsacm32.
$(IMPLIBEXT)
\
libmsvfw32.
$(IMPLIBEXT)
\
libntdll.
$(IMPLIBEXT)
\
libolecli32.
$(IMPLIBEXT)
\
libolesvr32.
$(IMPLIBEXT)
\
libuser32.
$(IMPLIBEXT)
\
...
...
@@ -1556,9 +1555,6 @@ libmsacm32.$(IMPLIBEXT): msacm/libmsacm32.$(IMPLIBEXT)
libmsvfw32.$(IMPLIBEXT)
:
msvideo/libmsvfw32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
msvideo/libmsvfw32.
$(IMPLIBEXT)
$@
libntdll.$(IMPLIBEXT)
:
ntdll/libntdll.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
ntdll/libntdll.
$(IMPLIBEXT)
$@
libolecli32.$(IMPLIBEXT)
:
olecli/libolecli32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
olecli/libolecli32.
$(IMPLIBEXT)
$@
...
...
dlls/make_dlls
View file @
12c9b501
...
...
@@ -248,7 +248,7 @@ foreach my $mod (sort keys %staticlib_dirs)
print
NEWMAKE
"\n# Import libraries\n\n"
;
print
NEWMAKE
"STATIC_IMPLIBEXT = \$(IMPLIBEXT:def=def.a)\n\n"
;
my
@lib_symlinks
=
(
"ntdll.dll"
);
my
@lib_symlinks
=
();
foreach
my
$mod
(
sort
keys
%
importlibs
)
{
my
$dir
=
$directories
{
$mod
};
...
...
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