summary refs log tree commit diff stats
path: root/compiler/nimrod.nimrod.cfg
diff options
context:
space:
mode:
authoronionhammer <erik.m.oleary@gmail.com>2013-12-01 17:30:09 -0600
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-12-02 23:57:47 +0100
commitb5ac23477157ed8bcdac854d3ac000ace7aa8942 (patch)
tree559ef0be3c3612434913021f31e8052dd0f4a7a0 /compiler/nimrod.nimrod.cfg
parente145231a1d24676da07731a3d57a72dbc62c42a4 (diff)
downloadNim-b5ac23477157ed8bcdac854d3ac000ace7aa8942.tar.gz
Renamed nimrod.cfg to nimrod.nimrod.cfg
Diffstat (limited to 'compiler/nimrod.nimrod.cfg')
-rw-r--r--compiler/nimrod.nimrod.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/compiler/nimrod.nimrod.cfg b/compiler/nimrod.nimrod.cfg
new file mode 100644
index 000000000..ac8f732f1
--- /dev/null
+++ b/compiler/nimrod.nimrod.cfg
@@ -0,0 +1,14 @@
+# Special configuration file for the Nimrod project
+
+mainModule:"nimrod.nim"
+
+# gc:markAndSweep
+
+hint[XDeclaredButNotUsed]:off
+path:"llvm"
+path:"$projectPath/.."
+
+path:"$lib/packages/docutils"
+
+define:booting
+