Changeset 20057 for Makefile.PL
- Timestamp:
- 03/04/08 16:13:12 (10 months ago)
- Files:
-
- 1 modified
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r19962 r20057 348 348 my @derived_srcfiles = qw< src/Pugs/Embed/Parrot.hs src/Pugs/pugs_config.h src/Pugs/pugs_version.h src/Pugs/Config.hs src/Pugs/Prelude.hs src/Pugs/CodeGen/PIR/Prelude.hs >; 349 349 350 my $embed_flags = " ";350 my $embed_flags = "-I" . cwd(); 351 351 my $hsc2hs_flags = ""; 352 352 my $ccdlflags = "";
