- Timestamp:
- 05/02/05 16:07:13 (4 years ago)
- svk:copy_cache_prev:
- 4152
- Files:
-
- 1 modified
-
script/pugscc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
script/pugscc
r2602 r2621 79 79 # XXX - This chunk should be read off Pugs config anyway. 80 80 my @ghc_flags = ( 81 "-L$base", "-L$core", "-L$core/pcre", 82 "-I$base", "-I$core", "-I$core/pcre", 83 "-i$base", "-i$core", "-i$core/pcre", 81 "-L$base", "-L$core", "-L$core/pcre", "-L$core/syck", 82 "-I$base", "-I$core", "-I$core/pcre", "-I$core/syck", 83 "-i$base", "-i$core", "-i$core/pcre", "-i$core/syck", 84 84 qw(-static -Wall -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-missing-signatures -fno-warn-name-shadowing), 85 85 ); … … 90 90 91 91 push @ghc_flags, "$core/pcre/pcre.o"; 92 push @ghc_flags, "$core/syck/syck.o"; 92 93 push @ghc_flags, "$core/UnicodeC.o"; 93 94
