From: borutr Date: Wed, 28 Aug 2002 12:11:36 +0000 (+0000) Subject: removed from CVS, generated automatically X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7b36e8ea18fa4fe0912ff81118ed5b0cd9562c19;p=fw%2Fsdcc removed from CVS, generated automatically git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2085 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/sdcc_vc.h b/sdcc_vc.h deleted file mode 100644 index 1b770707..00000000 --- a/sdcc_vc.h +++ /dev/null @@ -1,46 +0,0 @@ -/* - */ -#ifndef SDCCCONF_HEADER -#define SDCCCONF_HEADER - - -#define SDCC_VERSION_HI 2 -#define SDCC_VERSION_LO 2 -#define SDCC_VERSION_P 1 -#define SDCC_VERSION_STR "2.2.2" - -/* MSVC 6 does not have __FUNCTION__ preprocessor macro defined */ - -#if defined(_MSC_VER) && (_MSC_VER < 1300) -#define __FUNCTION__ __FILE__ -#endif - -#undef PREFIX -#define PREFIX "\\sdcc" - -#undef DATADIR -#undef SRCDIR - -//#define STANDARD_INCLUDE_DIR "\\sdcc\\local\\share\\include" -#define SDCC_INCLUDE_DIR "\\sdcc\\include" -#define SDCC_LIB_DIR "\\sdcc\\lib" -#define STD_LIB "libsdcc" -#define STD_INT_LIB "libint" -#define STD_LONG_LIB "liblong" -#define STD_FP_LIB "libfloat" -#define STD_DS390_LIB "libds390" - -// #undef HAVE_SYS_SOCKET_H -// #undef HAVE_SYS_ISA_DEFS_H -// #undef HAVE_ENDIAN_H - -#undef HAVE_STRERROR - -#undef OPT_DISABLE_Z80 -#undef OPT_DISABLE_GBZ80 -#undef OPT_DISABLE_MCS51 -#undef OPT_DISABLE_AVR - -#endif - -/* End of config.h */