From: Casper Hornstrup Date: Sat, 28 May 2005 19:38:17 +0000 (+0000) Subject: Add example of how to find the prefix X-Git-Tag: backups/new_headers@23355^2~5 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d11c96fa89f274a368429e70bc7575247943767e Add example of how to find the prefix svn path=/trunk/; revision=15605 --- diff --git a/reactos/Makefile b/reactos/Makefile index 7bff652caa7..068696eb8a0 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -4,7 +4,8 @@ # This variable specifies the prefix of the MinGW installation. On Windows # a prefix is usually not needed, but on linux it is usually "mingw32". If # not present and no executable named "gcc" can be found, then the prefix is -# assumed to be "mingw32". +# assumed to be "mingw32". If your gcc is named i386-mingw32-gcc then set +# ROS_PREFIX to i386-mingw32. Don't include the dash (-) before gcc. # # ROS_INTERMEDIATE # This variable controls where to put intermediate files. Intermediate