diff options
-rw-r--r-- | compiler/nimrod.ini | 6 | ||||
-rw-r--r-- | copying.txt | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini index 697ad6e50..934ef3988 100644 --- a/compiler/nimrod.ini +++ b/compiler/nimrod.ini @@ -39,6 +39,7 @@ Files: "config/nimdoc.tex.cfg" ; Files: "doc/*.cfg" ; Files: "doc/*.pdf" ; Files: "doc/*.ini" +Files: "doc/overview.html" Start: "doc/overview.html" @@ -66,9 +67,6 @@ Files: "compiler/c2nim/*.cfg" Files: "compiler/pas2nim/*.nim" Files: "compiler/pas2nim/*.cfg" -Files: "build/empty.txt" -Files: "bin/empty.txt" - [Lib] Files: "lib/nimbase.h" @@ -145,7 +143,7 @@ flags = "/Q" [NSIS] path = r"c:\Program Files (x86)\NSIS\makensis.exe" -flags = "" +flags = "/V0" [C_Compiler] path = r"" diff --git a/copying.txt b/copying.txt index 4041ca027..254b91c77 100644 --- a/copying.txt +++ b/copying.txt @@ -1,7 +1,7 @@ -=============================================================================== -Nimrod -- a Compiler for Nimrod. http://nimrod-code.org/ - -Copyright (C) 2004-2014 Andreas Rumpf. All rights reserved. +===================================================== +Nimrod -- a Compiler for Nimrod. http://nimrod-lang.org/ + +Copyright (C) 2006-2014 Andreas Rumpf. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |