Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
1858f43d
Commit
1858f43d
authored
Dec 29, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Make the import lib name optional in WINE_CONFIG_DLL.
parent
b6acca66
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
aclocal.m4
aclocal.m4
+1
-1
configure
configure
+0
-0
configure.ac
configure.ac
+0
-0
make_makefiles
tools/make_makefiles
+1
-1
No files found.
aclocal.m4
View file @
1858f43d
...
...
@@ -242,7 +242,7 @@ wine_fn_config_dll ()
ac_dir=dlls/$ac_name
ac_enable=$[2]
ac_flags=$[3]
ac_implib=$
[4]
ac_implib=$
{4:-$ac_name}
ac_file=$ac_dir/lib$ac_implib
ac_deps="tools/widl tools/winebuild tools/winegcc include"
ac_implibflags=""
...
...
configure
View file @
1858f43d
This diff is collapsed.
Click to expand it.
configure.ac
View file @
1858f43d
This diff is collapsed.
Click to expand it.
tools/make_makefiles
View file @
1858f43d
...
...
@@ -386,7 +386,7 @@ sub update_makefiles(@)
$args
.=
","
if
$is_win16
||
@flags
;
$args
.=
"enable_win16"
if
$is_win16
;
$args
.=
",["
.
join
(
","
,
@flags
)
.
"]"
if
@flags
;
$args
.=
",[$implib]"
if
$implib
;
$args
.=
",[$implib]"
if
$implib
&&
$implib
ne
$name
;
push
@lines
,
"WINE_CONFIG_DLL($name$args)\n"
;
}
elsif
(
$rules
eq
$makerules
{
"MAKE_PROG_RULES"
})
...
...
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