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
5d95857c
Commit
5d95857c
authored
Nov 29, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Nov 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Remove unused target constants.
parent
37adf3a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
winemaker
tools/winemaker
+0
-5
No files found.
tools/winemaker
View file @
5d95857c
...
...
@@ -224,10 +224,6 @@ my $T_LIBRARY_PATH=15;
# The list of Unix libraries to link with
my
$T_LIBRARIES
=
16
;
##
# The list of dependencies between targets
my
$T_DEPENDS
=
17
;
# The following constants define the recognized types of target
...
...
@@ -278,7 +274,6 @@ sub target_init($)
my
$target
=
$_
[
0
];
@$target
[
$T_TYPE
]
=
$TT_SETTINGS
;
# leaving $T_INIT undefined
@$target
[
$T_FLAGS
]
=
$opt_flags
;
@$target
[
$T_SOURCES_C
]
=[]
;
@$target
[
$T_SOURCES_CXX
]
=[]
;
...
...
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