summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2009-04-22 15:55:27 +0200
committerAndreas Rumpf <rumpf_a@web.de>2009-04-22 15:55:27 +0200
commite792940f5273bf8f8761c4cb29b241445e8b1d0b (patch)
tree8a6b224b8c0b3db14dbc20d89b7ca9ccb19b1f56 /config
parent439aa2d04d5528b5aed288f70895515d1da2dc3d (diff)
downloadNim-e792940f5273bf8f8761c4cb29b241445e8b1d0b.tar.gz
version 0.7.6
Diffstat (limited to 'config')
-rw-r--r--config/nimdoc.cfg2
-rw-r--r--config/nimrod.cfg15
2 files changed, 5 insertions, 12 deletions
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"