bugfixes for .rod files and visual C++

This commit is contained in:
Araq
2011-12-03 17:21:35 +01:00
parent 9e5aee62a4
commit c8d270268a
13 changed files with 135 additions and 130 deletions

View File

@@ -72,7 +72,7 @@ icc.options.linker = "-cxxlib"
# Configuration for the GNU C/C++ compiler:
@if windows:
gcc.path = r"$nimrod\dist\mingw\bin"
#gcc.path = r"$nimrod\dist\mingw\bin"
@end
gcc.options.debug = "-g3 -O0"