From a8fb4fe132a74874d97d920043235129dea6e2da Mon Sep 17 00:00:00 2001 From: borutr Date: Sat, 10 Aug 2002 15:31:34 +0000 Subject: [PATCH] define PREFIX as "\\sdcc" git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2068 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- sdcc_vc.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sdcc_vc.h b/sdcc_vc.h index 2d8c2757..1b770707 100644 --- a/sdcc_vc.h +++ b/sdcc_vc.h @@ -16,12 +16,7 @@ #endif #undef PREFIX -#define PREFIX "" // this should be probably set to - // something else, but currently I - // don't have idea to what. - // I defined it as empty string, - // so that SDCC at least compiles - // on VC. [borutr 07.aug.2002] +#define PREFIX "\\sdcc" #undef DATADIR #undef SRCDIR -- 2.47.2