From 257716de146683f9bab5ccb9164b359470b7317b Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Fri, 6 Dec 2013 14:57:30 -0500 Subject: waf: append .exe to target names --- ticker/low_ticker/wscript | 2 +- ticker/low_ticker1/wscript | 2 +- ticker/low_ticker2/wscript | 2 +- ticker/ticker/wscript | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ticker') diff --git a/ticker/low_ticker/wscript b/ticker/low_ticker/wscript index 0b9d795..aef9de4 100644 --- a/ticker/low_ticker/wscript +++ b/ticker/low_ticker/wscript @@ -10,6 +10,6 @@ def build(bld): rtems.build(bld) bld(features = 'c cprogram', - target = 'low_ticker', + target = 'low_ticker.exe', source = ['init.c']) diff --git a/ticker/low_ticker1/wscript b/ticker/low_ticker1/wscript index 2c11622..bf08e0c 100644 --- a/ticker/low_ticker1/wscript +++ b/ticker/low_ticker1/wscript @@ -10,6 +10,6 @@ def build(bld): rtems.build(bld) bld(features = 'c cprogram', - target = 'low_ticker1', + target = 'low_ticker1.exe', source = ['init.c']) diff --git a/ticker/low_ticker2/wscript b/ticker/low_ticker2/wscript index c126578..10d300d 100644 --- a/ticker/low_ticker2/wscript +++ b/ticker/low_ticker2/wscript @@ -10,6 +10,6 @@ def build(bld): rtems.build(bld) bld(features = 'c cprogram', - target = 'low_ticker2', + target = 'low_ticker2.exe', source = ['init.c']) diff --git a/ticker/ticker/wscript b/ticker/ticker/wscript index fbba4d3..ae47e87 100644 --- a/ticker/ticker/wscript +++ b/ticker/ticker/wscript @@ -10,6 +10,6 @@ def build(bld): rtems.build(bld) bld(features = 'c cprogram', - target = 'ticker', + target = 'ticker.exe', source = ['init.c']) -- cgit v1.2.3