summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-12-14 22:11:13 +0100
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-12-14 22:12:12 +0100
commitb1b01e9f995e09dae945d69370124de04c285f27 (patch)
treebc205b1eb963443e94c0d96f130c261764e94634 /examples
parent77492158aca520b6f5192885147953aa35e830b2 (diff)
downloadNim-b1b01e9f995e09dae945d69370124de04c285f27.tar.gz
Removes misleading comment in build script.
A true program would rather compile the main nim project file which
imports other modules.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cross_calculator/ios/scripts/xcode_prebuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/cross_calculator/ios/scripts/xcode_prebuild.sh b/examples/cross_calculator/ios/scripts/xcode_prebuild.sh
index 7626ba0b9..c6d38f164 100755
--- a/examples/cross_calculator/ios/scripts/xcode_prebuild.sh
+++ b/examples/cross_calculator/ios/scripts/xcode_prebuild.sh
@@ -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