define PREFIX as "\\sdcc"
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Aug 2002 15:31:34 +0000 (15:31 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Aug 2002 15:31:34 +0000 (15:31 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2068 4a8a32a2-be11-0410-ad9d-d568d2c75423

sdcc_vc.h

index 2d8c275781ba3608a8e2f2a03ac74cde2e76ea32..1b77070751393e71d307f51eeac441ce00d003e5 100644 (file)
--- a/sdcc_vc.h
+++ b/sdcc_vc.h
 #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