[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
However this much simpler patch should be enough for making it work
under cygwin.
--
Regards,
Michal
ICQ# 175762750
--- fix.bat.old 2005-09-10 22:18:10.000000000 +0200
+++ fix.bat 2006-05-03 18:22:06.000000000 +0200
@@ -135,7 +135,7 @@
:convertmsvcdir
echo Converting MSVCDir path...
-gcc -s -o msvchelp.exe misc/msvchelp.c
+gcc -mno-cygwin -s -o msvchelp.exe misc/msvchelp.c
msvchelp MSVCDir
del msvchelp.exe
echo include makefile.helper >> makefile