Removes misleading comment in build script.

A true program would rather compile the main nim project file which
imports other modules.
This commit is contained in:
Grzegorz Adam Hankiewicz
2012-12-14 22:11:13 +01:00
parent 77492158ac
commit b1b01e9f99

View File

@@ -21,7 +21,6 @@ DEST_NIMBASE=build/nimcache/nimbase.h
# Ok, are we out now?
if [ -d src ]
then
# You may want to use a wildcard here to compile all nimrod files.
$PATH_TO_NIMROD objc --noMain --app:lib \
--nimcache:build/nimcache --compileOnly \
--header --cpu:i386 ../nimrod_backend/backend.nim