[project @ 2003-05-29 14:39:26 by sof]
[ghc-hetmet.git] / ghc / rts / package.conf.in
index 298fbc2..3a31625 100644 (file)
@@ -32,6 +32,9 @@ Package {
 #ifdef mingw32_TARGET_OS
                              ,"wsock32"        /* for the linker */
 #endif
+#ifdef WANT_DOTNET_SUPPORT
+                             , "oleaut32", "ole32", "uuid"
+#endif
 #if defined(DEBUG) && defined(HAVE_LIBBFD)
                              ,"bfd", "iberty"  /* for debugging */
 #endif