commit | 12c9b501fb04156feb0d53d1d67c6f8b5d92b6dc | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Aug 26 08:52:06 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 26 08:52:06 2005 +0000 |
tree | c14c1e62d5a8932da3f9d9907f78b931940f5b9d | |
parent | 959e472ef65cc0be40e93d96f38d474bc5772bce [diff] [blame] |
We no longer need a special case for the ntdll import library.
diff --git a/dlls/make_dlls b/dlls/make_dlls index 5b2df4a..2c0eb88 100755 --- a/dlls/make_dlls +++ b/dlls/make_dlls
@@ -248,7 +248,7 @@ 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};