Changeset 5138 for script

Show
Ignore:
Timestamp:
07/02/05 11:51:46 (4 years ago)
Author:
gaal
svk:copy_cache_prev:
6965
Message:

precompiled Prelude (WIP)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r4872 r5138  
    107107    push @ghc_flags, "$core/UnicodeC.o"; 
    108108 
     109    #fix_path(@ghc_flags); 
     110 
    109111    my $rv = system( 
    110112        $ghc_exe, 
     
    144146} 
    145147 
     148#sub fix_path { 
     149#    my ($fs) = ($Config{sitelib} =~ /([\/\\])/) 
     150#        or die "Can't determine file_sep"; 
     151#    return if $fs eq '/'; 
     152#    s#/#$fs#g for @_; 
     153#} 
     154 
    1461551; 
    147156