From: sof Date: Wed, 25 Aug 2004 18:35:29 +0000 (+0000) Subject: [project @ 2004-08-25 18:35:29 by sof] X-Git-Tag: nhc98-1-18-release~262 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e8b5003f25b5c1e15bf6072bf32ba495beef98f1;p=ghc-base.git [project @ 2004-08-25 18:35:29 by sof] extrs_libraries{mingw32}: replace 'shell32' with 'shfolder'; standard, and more version-proof --- diff --git a/package.conf.in b/package.conf.in index 8ddeb31..802a304 100644 --- a/package.conf.in +++ b/package.conf.in @@ -27,7 +27,7 @@ Package { # endif extra_libraries = [ "HSbase_cbits" #if defined(mingw32_TARGET_OS) || defined(__MINGW32__) || defined(_MSC_VER) - , "wsock32", "msvcrt", "kernel32", "user32", "shfolder" + , "wsock32", "msvcrt", "kernel32", "user32", "shell32" #endif ], #ifdef INSTALLING