From 2babc1c0ee72fb3f4e12138132ceba3b48b9bfdb Mon Sep 17 00:00:00 2001 From: fros4943 Date: Thu, 22 Mar 2007 16:20:22 +0000 Subject: [PATCH] renamed contiki code template --- tools/cooja/config/{code_main_template => contiki_template.c} | 2 +- tools/cooja/config/external_tools_linux.config | 2 +- tools/cooja/config/external_tools_win32.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename tools/cooja/config/{code_main_template => contiki_template.c} (99%) diff --git a/tools/cooja/config/code_main_template b/tools/cooja/config/contiki_template.c similarity index 99% rename from tools/cooja/config/code_main_template rename to tools/cooja/config/contiki_template.c index a34d955da..9a7c6261b 100644 --- a/tools/cooja/config/code_main_template +++ b/tools/cooja/config/contiki_template.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: code_main_template,v 1.13 2007/03/20 20:08:51 adamdunkels Exp $ + * $Id: contiki_template.c,v 1.1 2007/03/22 16:20:22 fros4943 Exp $ */ /** diff --git a/tools/cooja/config/external_tools_linux.config b/tools/cooja/config/external_tools_linux.config index 41d2e7fc9..ec76db293 100644 --- a/tools/cooja/config/external_tools_linux.config +++ b/tools/cooja/config/external_tools_linux.config @@ -18,6 +18,6 @@ LINKER_ARGS_1 = LINKER_ARGS_2 = COMPILER_ARGS = CONTIKI_STANDARD_PROCESSES = sensors_process;etimer_process;tcpip_process;uip_fw_process;cfs_cooja_process -CONTIKI_MAIN_TEMPLATE_FILENAME = code_main_template +CONTIKI_MAIN_TEMPLATE_FILENAME = contiki_template.c MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c DEFAULT_USERPLATFORMS = ../apps/mrm diff --git a/tools/cooja/config/external_tools_win32.config b/tools/cooja/config/external_tools_win32.config index 2656a4be5..2120f0268 100644 --- a/tools/cooja/config/external_tools_win32.config +++ b/tools/cooja/config/external_tools_win32.config @@ -18,6 +18,6 @@ LINKER_ARGS_1 = --add-stdcall-alias /usr/lib/mingw/dllcrt2.o LINKER_ARGS_2 = -L/usr/lib/mingw -lmingw32 -lmingwex -lmsvcrt COMPILER_ARGS = -mno-cygwin -I'C:/Program Files/Java/jdk1.5.0_06/include' -I'C:/Program Files/Java/jdk1.5.0_06/include/win32' CONTIKI_STANDARD_PROCESSES = sensors_process;etimer_process;tcpip_process;uip_fw_process;cfs_cooja_process -CONTIKI_MAIN_TEMPLATE_FILENAME = code_main_template +CONTIKI_MAIN_TEMPLATE_FILENAME = contiki_template.c MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c DEFAULT_USERPLATFORMS = ../apps/mrm