From e6c1217b88659bba165606e77a2ad1caa94e4d71 Mon Sep 17 00:00:00 2001 From: kvigor Date: Sat, 7 Jul 2001 05:52:16 +0000 Subject: [PATCH] Change mkdeps to use .rel instead of .o git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1038 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/cpp2/sdcc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/cpp2/sdcc.h b/support/cpp2/sdcc.h index dd680dcb..c91a3fda 100644 --- a/support/cpp2/sdcc.h +++ b/support/cpp2/sdcc.h @@ -21,3 +21,6 @@ extern char *lbasename(const char *path); #define WCHAR_TYPE_SIZE 32 /* ? maybe ? */ #define SUPPORTS_ONE_ONLY 0 + +#define TARGET_OBJECT_SUFFIX ".rel" + -- 2.39.5