00001 00020 #ifndef _target_def_h_ 00021 #define _target_def_h_ 00022 00023 /* target.hを必ずプロジェクトに一つ宣言をしその中で 00024 TARGET_TOOL に下のうちどれか一つを定義すること 00025 例 : Visual DSPで設計する場合 00026 target.h 00027 00028 #define TARGET_TOOL TOOL_VDSP 00029 00030 */ 00031 #define TOOL_GCC (0) 00032 #define TOOL_VDSP (1) 00033 #define TOOL_VS2008 (2) 00034 00035 00036 00037 #endif /* !_target_def_h_ */