diff options
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/inc/macros.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index bed8deb62930..9497473d1326 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -243,14 +243,6 @@ End End #endif -#define STD_JAR_FILE(id,name) \ - File id \ - TXT_FILE_BODY; \ - Name = STRING(CONCAT2(name,.jar)); \ - Dir = gid_Dir_Classes; \ - Styles = (PACKED); \ - End - #define LIBO_JAR_FILE(id,name) \ File id \ TXT_FILE_BODY; \ @@ -267,8 +259,6 @@ End Styles = (PACKED); \ End -#define JARFILENAME(name) STRING(CONCAT2(name,.jar)) - #define SPECIAL_COMPONENT_LIB_FILE(id,name) \ File id \ Name = SPECIAL_COMPONENT_LIB_NAME(name); \ |