TwlToolsRED/build/tools/ChinaKorea/HanguleFontCheckerForCW/Nitro_TS.h
akabane_jumpei 7ea1dc2014 ハングルフォントチェック用ツール(コードウォーリアーで実装)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@120 7061adef-622a-194b-ae81-725974e89856
2009-01-20 00:26:34 +00:00

32 lines
1.1 KiB
C

/*
header file to include NITRO precompile header file
*/
#if !__option (precompile)
#ifdef __cplusplus
/* include precompiled header for C++ source */
#ifdef SDK_DEBUG
#include "Nitro_TS_Debug.mch++" /* If a compile error occurs in this line, please precompile "Nitro_TS.pch++" */
#elif SDK_RELEASE
#include "Nitro_TS_Release.mch++" /* If a compile error occurs in this line, please precompile "Nitro_TS.pch++" */
#elif SDK_FINALROM
#include "Nitro_TS_ROM.mch++" /* If a compile error occurs in this line, please precompile "Nitro_TS.pch++" */
#else
#error("no SDK_ define")
#endif
#else
/* include precompiled header for C source */
#ifdef SDK_DEBUG
#include "Nitro_TS_Debug.mch" /* If a compile error occurs in this line, please precompile "Nitro_TS.pch" */
#elif SDK_RELEASE
#include "Nitro_TS_Release.mch" /* If a compile error occurs in this line, please precompile "Nitro_TS.pch" */
#elif SDK_FINALROM
#include "Nitro_TS_ROM.mch" /* If a compile error occurs in this line, please precompile "Nitro_TS.pch" */
#else
#error("no SDK_ define")
#endif
#endif
#endif