diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-02 21:11:47 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-02 21:11:47 (GMT) |
commit | e9939e9958b0dae2dc6d2211b52dca5058869418 (patch) | |
tree | 57ab81b84f28f00531a29a5c2d1a0baba172dd1f /Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript | |
parent | b66315290cf80b090f1b66eef021c811d1ea0b74 (diff) | |
download | swift-e9939e9958b0dae2dc6d2211b52dca5058869418.zip swift-e9939e9958b0dae2dc6d2211b52dca5058869418.tar.bz2 |
Removing unused parameter from Client constructor.
Diffstat (limited to 'Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript')
-rw-r--r-- | Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript index 1e410cf..ca9ce62 100644 --- a/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript +++ b/Documentation/SwiftenDevelopersGuide/Examples/EchoBot/SConscript @@ -6,4 +6,5 @@ example_env.MergeFlags(example_env["SWIFTEN_DEP_FLAGS"]) for i in range(1,7) : example_env.Program("EchoBot" + str(i), ["EchoBot" + str(i) + ".cpp"]) +#example_env.Program("EchoBot0x", "EchoBot0x.cpp") example_env.Program("EchoComponent", "EchoComponent.cpp") |