equal
deleted
inserted
replaced
62 // Maximum bundle size |
62 // Maximum bundle size |
63 #define MAX_BUNDLESIZE 9999 |
63 #define MAX_BUNDLESIZE 9999 |
64 // Warning size of bundle |
64 // Warning size of bundle |
65 #define BUNDLESIZE_WARNING 100 |
65 #define BUNDLESIZE_WARNING 100 |
66 #define STR_ATTRIBUTE_STR "__attribute((gccxml(\"exported\")))" |
66 #define STR_ATTRIBUTE_STR "__attribute((gccxml(\"exported\")))" |
|
67 |
|
68 #define FORCED_SHAI_HDR "forced_shai.h" |
67 |
69 |
68 |
70 |
69 // uncomment USE_INCLUDED_GCC_DISTRIBUTION if you want to use a GCCXML distribution that |
71 // uncomment USE_INCLUDED_GCC_DISTRIBUTION if you want to use a GCCXML distribution that |
70 // is found in the working directory |
72 // is found in the working directory |
71 //#define USE_INCLUDED_GCC_DISTRIBUTION |
73 //#define USE_INCLUDED_GCC_DISTRIBUTION |