From 8b83d78abe93fa358c0aa3e92351f1ebb286d1e6 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 12 Jul 2002 04:45:27 +0000 Subject: [PATCH] [project @ 2002-07-12 04:45:27 by sof] suggest compiling up the DLL wrapper .c file using 'ghc' rather than 'gcc' --- ghc/docs/users_guide/win32-dlls.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4