summary refs log tree commit diff stats
path: root/compiler/nim.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-281-2/+0
| | | | | | compiler/docgen.nim relied heavily on $lib/packages/docutils being in path at compile-time. While this works fine when building Nim itself, things start breaking when using compiler as a nimble package.
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-1/+1
|
* preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-1/+0
|
* Rename compiler configuration file to fix "nim check" within the repoZahary Karadjov2015-08-031-0/+21
Prior to the change, "nim check" would fail on any file besides the main nim.nim, because the include paths for the documentation were not set correctly and this produced various compilation errors.