Changeset 7347 for inc

Show
Ignore:
Timestamp:
10/06/05 22:29:18 (3 years ago)
Author:
autrijus
Message:

* Integrate "make install" with cabal. Please test on win32!

This makes all the redundant ".o" and ".hs" files no longer
install into perl6/CORE/; instead, libHSPugs-6.2.10.a and
HSPugs-6.2.10.o are installed into the GHC libpath instead.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Pugs.pm

    r6759 r7347  
    165165    my $ghc_flags = "-H0 -L. -Lsrc -Lsrc/syck -Lsrc/pcre -I. -Isrc -Isrc/pcre -Isrc/syck "; 
    166166    $ghc_flags .= " -i. -isrc -isrc/pcre -isrc/syck -static "; 
    167     $ghc_flags .= " -Wall " 
     167    $ghc_flags .= " -Wall -package-name Pugs -odir dist/build/src -hidir dist/build/src " 
    168168      unless $self->is_extension_build; 
    169169    $ghc_flags .= " -fno-warn-name-shadowing ";