Changeset 7164 for script

Show
Ignore:
Timestamp:
09/27/05 11:19:38 (3 years ago)
Author:
autrijus
Message:

* import dons's Data.FastPackedString?, an amazingly fast

string manipulation library. Currently just for PIL.Str,
but thinking about moving it back to Pugs.Val as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r5444 r7164  
    9393    # XXX - This chunk should be read off Pugs config anyway. 
    9494    my @ghc_flags = ( 
    95         "-L$base", "-L$core", "-L$core/pcre", "-L$core/syck", 
    96         "-I$base", "-I$core", "-I$core/pcre", "-I$core/syck", 
    97         "-i$base", "-i$core", "-i$core/pcre", "-i$core/syck", 
     95        "-L$base", "-L$core", "-L$core/pcre", "-L$core/syck", "-L$core/cbits", 
     96        "-I$base", "-I$core", "-I$core/pcre", "-I$core/syck", "-I$core/cbits", 
     97        "-i$base", "-i$core", "-i$core/pcre", "-i$core/syck", "-i$core/cbits", 
    9898        qw(-static -Wall -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-missing-signatures -fno-warn-name-shadowing), 
    9999    );