Correct documentation for ROS_PREFIX. Spotted by Sylvain Petreolle
[spetreolle(a)yahoo.fr].
Modified: trunk/reactos/Makefile
_____
Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile 2005-05-28 17:45:01 UTC (rev 15596)
+++ trunk/reactos/Makefile 2005-05-28 18:10:26 UTC (rev 15597)
@@ -2,9 +2,9 @@
#
# 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
+# 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".
#
# ROS_INTERMEDIATE
# This variable controls where to put intermediate files.
Intermediate
Put dbg=1 as default again
Modified: trunk/reactos/config.template.xml
_____
Modified: trunk/reactos/config.template.xml
--- trunk/reactos/config.template.xml 2005-05-28 17:13:56 UTC (rev
15592)
+++ trunk/reactos/config.template.xml 2005-05-28 17:17:27 UTC (rev
15593)
@@ -36,4 +36,4 @@
Whether to compile for debugging. No compiler optimizations will be
performed.
-->
-<property name="DBG" value="0" />
+<property name="DBG" value="1" />