From 376f9fd35ca248faa1bb1d5e7ea160a0e13be0c5 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Thu, 21 Apr 2005 09:52:11 +0000 Subject: [PATCH] Document ROS_PREFIX environment variable svn path=/branches/xmlbuildsystem/; revision=14728 --- reactos/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/Makefile b/reactos/Makefile index c97582c697c..509522d30b7 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -1,5 +1,11 @@ # Accepted environment variables: # +# ROS_PREFIX +# 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-". +# # ROS_INTERMEDIATE # This variable controls where to put intermediate files. Intermediate # files are generated files that are needed to generate the final