Commit c60d6045 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Remove libwine_port.

parent dd895f49
......@@ -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
......
......@@ -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)
......
STATICLIB = libwine_port.a
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment