From: sof Date: Wed, 10 Oct 2001 23:18:43 +0000 (+0000) Subject: [project @ 2001-10-10 23:18:43 by sof] X-Git-Tag: Approximately_9120_patches~850 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6baa39f939b5593d6fbbe066b84a998fa82f46af;p=ghc-hetmet.git [project @ 2001-10-10 23:18:43 by sof] Remove HDirect/COM package. --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 6fcec81..30c7924 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -406,25 +406,6 @@ package_details installing extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = [] - }, - - Package { - name = "com", - import_dirs = if installing - then [ "$libdir/imports/com" ] - else [ "$libdir/hdirect/lib" ], - source_dirs = [], - library_dirs = if installing - then [ "$libdir" ] - else [ "$libdir/hdirect/lib" ], - hs_libraries = [ "HScom" ], - extra_libraries = [ "user32", "ole32", "oleaut32", "advapi32" ], - include_dirs = [], - c_includes = [], -- ??? - package_deps = [ "lang" ], - extra_ghc_opts = [], - extra_cc_opts = [], - extra_ld_opts = [] } #endif