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
c60d6045
Commit
c60d6045
authored
Oct 06, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove libwine_port.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
dd895f49
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
configure
configure
+0
-2
configure.ac
configure.ac
+0
-1
Makefile.in
libs/port/Makefile.in
+0
-1
makedep.c
tools/makedep.c
+0
-1
No files found.
configure
View file @
c60d6045
...
...
@@ -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
...
...
configure.ac
View file @
c60d6045
...
...
@@ -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)
...
...
libs/port/Makefile.in
deleted
100644 → 0
View file @
dd895f49
STATICLIB
=
libwine_port.a
tools/makedep.c
View file @
c60d6045
...
...
@@ -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
);
...
...
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