Add -nomessage command line option to RX64M demo to suppress warning about the yield function being defined when it is not called directly.

This commit is contained in:
Richard Barry 2014-05-29 13:56:16 +00:00
parent f46070dc79
commit 5cd0b1e5ef
5 changed files with 28 additions and 27 deletions

View file

@ -2,7 +2,7 @@
# Automatically-generated file. Do not edit!
################################################################################
export INC_RX=C:\Devtools\Renesas\RX\2_1_0\include
export RXC_LIB=C:\Devtools\Renesas\RX\2_1_0\bin
export BIN_RX=C:\Devtools\Renesas\RX\2_1_0\bin
PATH := $(PATH):C:\Devtools\Renesas\RX\2_1_0\bin
export INC_RX=C:\devtools\Renesas\RX\2_1_0\include
export RXC_LIB=C:\devtools\Renesas\RX\2_1_0\bin
export BIN_RX=C:\devtools\Renesas\RX\2_1_0\bin
PATH := $(PATH):C:\devtools\Renesas\RX\2_1_0\bin