[project @ 2002-07-12 04:45:27 by sof]
authorsof <unknown>
Fri, 12 Jul 2002 04:45:27 +0000 (04:45 +0000)
committersof <unknown>
Fri, 12 Jul 2002 04:45:27 +0000 (04:45 +0000)
suggest compiling up the DLL wrapper .c file using 'ghc' rather than 'gcc'

ghc/docs/users_guide/win32-dlls.sgml

index 48ab0e6..1435b18 100644 (file)
@@ -266,7 +266,7 @@ single module tree in the DLL).
 Compile this up:
 
 <Screen>
-gcc -c dllMain.c
+ghc -c dllMain.c
 </Screen>
 </Para>
 </ListItem>