makefiles: Remove libwine_port.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2021-10-06 10:19:24 +02:00
parent dd895f496a
commit c60d604544
4 changed files with 0 additions and 5 deletions

2
configure vendored
View File

@ -1786,7 +1786,6 @@ enable_xpsprint
enable_xpssvcs
enable_fonts
enable_include
enable_port
enable_wine
enable_loader
enable_nls
@ -21012,7 +21011,6 @@ wine_fn_config_makefile dlls/xpsprint enable_xpsprint
wine_fn_config_makefile dlls/xpssvcs enable_xpssvcs
wine_fn_config_makefile fonts enable_fonts
wine_fn_config_makefile include enable_include
wine_fn_config_makefile libs/port enable_port
wine_fn_config_makefile libs/wine enable_wine
wine_fn_config_makefile loader enable_loader
wine_fn_config_makefile nls enable_nls

View File

@ -3842,7 +3842,6 @@ WINE_CONFIG_MAKEFILE(dlls/xpsprint)
WINE_CONFIG_MAKEFILE(dlls/xpssvcs)
WINE_CONFIG_MAKEFILE(fonts)
WINE_CONFIG_MAKEFILE(include)
WINE_CONFIG_MAKEFILE(libs/port)
WINE_CONFIG_MAKEFILE(libs/wine)
WINE_CONFIG_MAKEFILE(loader)
WINE_CONFIG_MAKEFILE(nls)

View File

@ -1 +0,0 @@
STATICLIB = libwine_port.a

View File

@ -2024,7 +2024,6 @@ static struct strarray add_unix_libraries( const struct makefile *make, struct s
struct strarray all_libs = empty_strarray;
unsigned int i, j;
strarray_add( &all_libs, "-lwine_port" );
if (make->native_unix_lib && strcmp( make->unixlib, "ntdll.so" )) strarray_add( &all_libs, "-lntdll" );
strarray_addall( &all_libs, get_expanded_make_var_array( make, "EXTRALIBS" ));
strarray_addall( &all_libs, libs );