Re: [AD] MingW32 ---> MinGW |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I think that we should respect the default directory which the MinGW
> installer offers during installation. And that is 'c:\MinGW'.
Ah! ok, thanks for the correction. Fixed thusly on mainline and branch.
Index: docs/src/build/mingw32._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/build/mingw32._tx,v
retrieving revision 1.4
diff -u -r1.4 mingw32._tx
--- docs/src/build/mingw32._tx 11 Jan 2004 16:41:21 -0000 1.4
+++ docs/src/build/mingw32._tx 11 Jan 2004 21:34:13 -0000
@@ -103,9 +103,9 @@
3. Set the environment variable MINGDIR to the compiler directory. If you
use Windows 9x, you can add the line
<textblock>
- set MINGDIR=c:\mingw32
+ set MINGDIR=c:\MinGW
<endblock>
- to your '<tt>c:\autoexec.bat</tt>' file, assuming
'<tt>c:\mingw32</tt>' is the compiler
+ to your '<tt>c:\autoexec.bat</tt>' file, assuming '<tt>c:\MinGW</tt>'
is the compiler
directory, and reboot. If you use Windows ME, you can run
'<tt>msconfig</tt>',
select the 'Environment' tab and then add <tt>MINGDIR</tt>. If you use
Windows NT/2k/XP, you can open the Control Panel, click the 'System'
--
Eric Botcazou