X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.conf.in;h=9d973616e4785796803559295bc34d74b0fc7067;hb=e831a7c5106c09767a93209ac278edbe5291b153;hp=064b029a37468b223dc78b9b591d688ddee8d114;hpb=6f3f86c91c21769651ab5d327e074493386441fd;p=ghc-base.git diff --git a/base.conf.in b/base.conf.in index 064b029..9d97361 100644 --- a/base.conf.in +++ b/base.conf.in @@ -2,27 +2,28 @@ Package { name = "base", + auto = True, #ifdef INSTALLING - import_dirs = [ "$libdir/imports/base" ] + import_dirs = [ "$libdir/imports/base" ], #else import_dirs = [ "$libdir/libraries/base" ], #endif source_dirs = [], #ifdef INSTALLING - library_dirs = [ "$libdir" ] + library_dirs = [ "$libdir" ], #else library_dirs = [ "$libdir/libraries/base" , "$libdir/libraries/base/cbits" ], #endif hs_libraries = -# ifndef mingw32_TARGET_OS +# if !defined(mingw32_TARGET_OS) && !defined(cygwin32_TARGET_OS) [ "HSbase" ], # else /* This splitting is the subject of a totally - horrible hack, which glues HSstd1 and HSstd2 - back into HSstd for the purposes of static linking. + horrible hack, which glues HSbase{1,2,3} + back into HSbaase for the purposes of static linking. See DriverState.getPackageLibraries for details. */ - [ "HSbase1", "HSbase2" ], + [ "HSbase1", "HSbase2", "HSbase3" ], # endif extra_libraries = [ "HSbase_cbits" #ifdef mingw32_TARGET_OS @@ -30,7 +31,7 @@ Package { #endif ], #ifdef INSTALLING - include_dirs = [] + include_dirs = [], #else include_dirs = [ "$libdir/libraries/base/include" ], #endif