From: borutr Date: Wed, 7 Aug 2002 21:24:59 +0000 (+0000) Subject: - define PREFIX as an empty string just to enable compilation on VC X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8a9aabbc6f6ad8e7ff23e11944891deb49f13fe5;p=fw%2Fsdcc - define PREFIX as an empty string just to enable compilation on VC git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2062 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/sdcc_vc.h b/sdcc_vc.h index b438c0e7..2d8c2757 100644 --- a/sdcc_vc.h +++ b/sdcc_vc.h @@ -16,6 +16,13 @@ #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] + #undef DATADIR #undef SRCDIR