summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsolenv/bin/linkoo8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index c6e6a2b040b8..e8eff526ab7f 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -73,10 +73,6 @@ if ($ENV{'OS'} eq 'MACOSX') {
print "FIXME: linkoo currently does not work on Mac OS X\n";
exit(0);
}
-if ($TARGET eq 'wntgcci.pro') {
- $windows = 1;
- $copy = 1;
-}
# process options
for my $a (@ARGV) {
@@ -119,6 +115,10 @@ substr ($OOO_BUILD, 0, 1) eq '/' || die "linkoo requires absolute paths ($OOO_
($TARGET, $LIBVER, $LANG) = sniff_target ($OOO_BUILD);
+if ($TARGET =~ /^wntgcci/ || $TARGET =~ /^wntmsci[0-9]+/) {
+ $windows = 1;
+ $copy = 1;
+}
# setup global variables
my $brand_program_dir = 'program';