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
289ca979
Commit
289ca979
authored
Nov 19, 2011
by
André Hentschel
Committed by
Alexandre Julliard
Nov 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Remove some unused variables.
parent
b40c5f2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
winemaker
tools/winemaker
+0
-7
No files found.
tools/winemaker
View file @
289ca979
...
...
@@ -1001,10 +1001,6 @@ sub source_scan_project_file($$$)
}
}
my
@local_dlls
=
();
my
@local_depends
=
();
my
@exe_list
=
();
# Create the target...
my
$target
=[]
;
target_init
(
$target
);
...
...
@@ -1012,13 +1008,10 @@ sub source_scan_project_file($$$)
if
(
$prj_target_type
!=
$TT_DLL
)
{
$prj_name
=
lc
(
$prj_name
.
".exe"
);
@$target
[
$T_TYPE
]
=
$opt_target_type
;
push
@exe_list
,
$target
;
push
@
{
@$target
[
$T_LDFLAGS
]},(
@$target
[
$T_TYPE
]
==
$TT_CUIEXE
?
"-mconsole"
:
"-mwindows"
);
}
else
{
$prj_name
=
lc
(
$prj_name
.
".dll"
);
@$target
[
$T_TYPE
]
=
$TT_DLL
;
push
@local_depends
,
"$prj_name.so"
;
push
@local_dlls
,
$prj_name
;
my
$canon
=
canonize
(
$prj_name
);
if
(
@$project_settings
[
$T_FLAGS
]
&
$TF_HASDEF
)
{
push
@
{
@$target
[
$T_LDFLAGS
]},(
"-shared"
,
"\$(${canon}_MODULE:.dll=.def)"
);
...
...
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