summary refs log tree commit diff stats
path: root/config/nimrod.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/nimrod.cfg')
-rw-r--r--config/nimrod.cfg15
1 files changed, 4 insertions, 11 deletions
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"