From: sof Date: Fri, 12 Jul 2002 04:45:27 +0000 (+0000) Subject: [project @ 2002-07-12 04:45:27 by sof] X-Git-Tag: Approx_11550_changesets_converted~1860 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8b83d78abe93fa358c0aa3e92351f1ebb286d1e6;p=ghc-hetmet.git [project @ 2002-07-12 04:45:27 by sof] suggest compiling up the DLL wrapper .c file using 'ghc' rather than 'gcc' --- diff --git a/ghc/docs/users_guide/win32-dlls.sgml b/ghc/docs/users_guide/win32-dlls.sgml index 48ab0e6..1435b18 100644 --- a/ghc/docs/users_guide/win32-dlls.sgml +++ b/ghc/docs/users_guide/win32-dlls.sgml @@ -266,7 +266,7 @@ single module tree in the DLL). Compile this up: -gcc -c dllMain.c +ghc -c dllMain.c