From 35ced93b0bd4cac11cd299fdb092081b783c8b44 Mon Sep 17 00:00:00 2001 From: jesusc Date: Fri, 11 Apr 2003 06:02:15 +0000 Subject: [PATCH] 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 --- sdcc_vc_in.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.2