From: jesusc Date: Fri, 11 Apr 2003 06:02:15 +0000 (+0000) Subject: BINDIR is needed to compile with MSVC X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=35ced93b0bd4cac11cd299fdb092081b783c8b44;p=fw%2Fsdcc BINDIR is needed to compile with MSVC git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2504 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/sdcc_vc_in.h b/sdcc_vc_in.h index 19e6e0f4..9999b438 100644 --- a/sdcc_vc_in.h +++ b/sdcc_vc_in.h @@ -25,6 +25,7 @@ #define BIN2DATA_DIR "\\.." #define PREFIX2BIN_DIR "\\bin" #define PREFIX2DATA_DIR "" +#define BINDIR PREFIX "\\bin" // Obsolete: #define SDCC_INCLUDE_DIR "\\sdcc\\include"