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
8052c1a2
Commit
8052c1a2
authored
Feb 05, 2009
by
André Hentschel
Committed by
Alexandre Julliard
Feb 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Add odbccp32 to default link list.
parent
7fe67b15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
winemaker
tools/winemaker
+2
-3
No files found.
tools/winemaker
View file @
8052c1a2
...
...
@@ -807,9 +807,8 @@ sub source_scan_directory($$$$)
}
my
$basename
=
$target_name
;
$basename
=~
s/\.(dll|exe)$//i
;
# This is the default link list of Visual Studio, except odbccp32
# which we don't have in Wine.
my
@std_imports
=
qw(odbc32 ole32 oleaut32 winspool)
;
# This is the default link list of Visual Studio
my
@std_imports
=
qw(odbc32 ole32 oleaut32 winspool odbccp32)
;
my
@std_libraries
=
qw(uuid)
;
if
((
@$target
[
$T_FLAGS
]
&
$TF_NODLLS
)
==
0
)
{
@$target
[
$T_DLLS
]
=\
@std_imports
;
...
...
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