From e792940f5273bf8f8761c4cb29b241445e8b1d0b Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 22 Apr 2009 15:55:27 +0200 Subject: version 0.7.6 --- config/nimdoc.cfg | 2 +- config/nimrod.cfg | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) (limited to 'config') diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index 9a946b641..73886ceee 100644 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -1,5 +1,5 @@ # This is the config file for the documentation generator. -# (c) 2008 Andreas Rumpf +# (c) 2009 Andreas Rumpf # Feel free to edit the templates as you need. split.item.toc = "20" diff --git a/config/nimrod.cfg b/config/nimrod.cfg index dd3b980c9..e06472cf5 100644 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -1,5 +1,5 @@ # Configuration file for the Nimrod Compiler. -# (c) 2008 Andreas Rumpf +# (c) 2009 Andreas Rumpf # Feel free to edit the default values as you need. @@ -7,7 +7,7 @@ # @putenv "key" "val" # Environment variables cannot be used in the options, however! -cc = @if windows: llvm_gcc @else: gcc @end +cc = gcc lib="$nimrod/lib" path="$lib/base" path="$lib/base/gtk" @@ -68,10 +68,8 @@ vcc.options.size = "/O1" # Configuration for the GNU C/C++ compiler: @if windows: - gcc.path = r"C:\eigenes\compiler\mingw\bin" + gcc.path = r"$nimrod\dist\mingw\bin" @end -#gcc.exe = "gcc-4.1" -#gcc.linkerExe = "gcc-4.1" gcc.options.debug = "-g" @if macosx: gcc.options.always = "-w -fasm-blocks" @@ -83,13 +81,8 @@ gcc.options.size = "-Os" # Configuration for the Digital Mars C/C++ compiler: @if windows: - dmc.path = r"C:\eigenes\compiler\d\dm\bin" + dmc.path = r"$nimrod\dist\dm\bin" @end # Configuration for the Tiny C Compiler: -@if windows: - tcc.path = r"C:\Eigenes\compiler\tcc-0.9.23\tcc" - tcc.options.always = r"-IC:\Eigenes\compiler\tcc-0.9.23\include " & - r"-IC:\Eigenes\compiler\tcc-0.9.23\include\winapi" -@end tcc.options.always = "-w" -- cgit 1.4.1-2-gfad0