From: kvigor Date: Sat, 7 Jul 2001 05:52:16 +0000 (+0000) Subject: Change mkdeps to use .rel instead of .o X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e6c1217b88659bba165606e77a2ad1caa94e4d71;p=fw%2Fsdcc 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 --- 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" +