[examples-v2 commit] hello: Add missing ".exe" suffix to wscript

Gedare Bloom gedare at rtems.org
Thu Dec 12 19:49:54 UTC 2013


Module:    examples-v2
Branch:    master
Commit:    c5a73cce3c2b2f26ad214a19a257a7b75251eef9
Changeset: http://git.rtems.org/examples-v2/commit/?id=c5a73cce3c2b2f26ad214a19a257a7b75251eef9

Author:    Chirayu Desai <cdesai at cyanogenmod.org>
Date:      Tue Dec  3 22:22:17 2013 +0530

hello: Add missing ".exe" suffix to wscript

---

 hello/hello_world_c/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hello/hello_world_c/wscript b/hello/hello_world_c/wscript
index a896051..7a7c5bb 100644
--- a/hello/hello_world_c/wscript
+++ b/hello/hello_world_c/wscript
@@ -10,6 +10,6 @@ def build(bld):
     rtems.build(bld)
 
     bld(features = 'c cprogram',
-        target = 'hello',
+        target = 'hello.exe',
         source = ['test.c'])
 




More information about the vc mailing list