added external config for mantis code template

This commit is contained in:
fros4943 2006-11-08 21:27:26 +00:00
parent 6035c7cb3b
commit 0f43cea8d5
2 changed files with 3 additions and 1 deletions

View File

@ -18,4 +18,5 @@ 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 = code_main_template
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c

View File

@ -19,3 +19,4 @@ 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
MANTIS_MAIN_TEMPLATE_FILENAME = mantis_template.c