mirror of
https://github.com/reactos/wine.git
synced 2025-02-11 15:17:12 +00:00
winemaker: Remove unused target constants.
This commit is contained in:
parent
37adf3a6be
commit
5d95857c27
@ -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]=[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user