Re: [AD] MSVC long paths with spaces |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Evert Glebbeek wrote:
Commited the attached patch, which is only slightly different where the
wording in the docs is concerned.
thanks
+ you can solve this problem simply by passing to <tt>--msvcpaths</tt>
should there be "the" instead of "to" ?
BTW attaching minor fix.bat patch which improves the help message for Win9x
--
Regards,
Michal
--- fix.bat.xxx Fri Jan 7 15:53:25 2005
+++ fix.bat Sun Jan 16 19:27:46 2005
@@ -85,7 +85,7 @@
echo.
echo Use the --msvcpaths parameter if your MSVCDir variable contains
echo spaces (you can view content of that variable by typing
-echo SET MSVCDir
+echo echo %MSVCDir%
echo on the command line). Remember that this will work
echo only if you have MinGW gcc on your PATH.
echo.