Module: wine Branch: master Commit: 5d95857c27f262d97b76a95f744011290c814bbe URL: http://source.winehq.org/git/wine.git/?a=commit;h=5d95857c27f262d97b76a95f74...
Author: André Hentschel nerv@dawncrow.de Date: Mon Nov 29 17:53:12 2010 +0100
winemaker: Remove unused target constants.
---
tools/winemaker | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/tools/winemaker b/tools/winemaker index 68483b8..7eb45ec 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -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]=[];