Changeset 3102 for script

Show
Ignore:
Timestamp:
05/12/05 18:21:46 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
4536
Message:

* fix pugscc by linking in syck

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r2621 r3102  
    77use File::Copy; 
    88use File::Basename; 
     9use File::Glob 'bsd_glob'; 
    910 
    1011if (!@ARGV || grep /^--help$/, @ARGV) { 
     
    9091 
    9192    push @ghc_flags, "$core/pcre/pcre.o"; 
    92     push @ghc_flags, "$core/syck/syck.o"; 
     93    push @ghc_flags, bsd_glob("$core/syck/*.o"); 
    9394    push @ghc_flags, "$core/UnicodeC.o"; 
    9495