-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.h.m4
26 lines (21 loc) · 851 Bytes
/
data.h.m4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//////////////////////////////////////////////////////////////////////
// data.h
//////////////////////////////////////////////////////////////////////
#ifdef __cplusplus
extern "C" {
#endif //__cplusplus
//////////////////////////////////////////////////////////////////////
extern char _binary_`'_DATA_FILE_`'_start;
extern char _binary_`'_DATA_FILE_`'_end;
extern int _binary_`'_DATA_FILE_`'_size;
`#'d`'efine TOOL "_TOOL_"
`#'d`'efine JARBINGER_CACHE_PATH_FORMAT "_JARBINGER_CACHE_PATH_FORMAT_"
`#'d`'efine BUILD_TAG "_BUILD_TAG_"
`#'d`'efine UNARCHIVE_CMD_FORMAT "_UNARCHIVE_CMD_FORMAT_"
`#'d`'efine JAR_FILENAME "_JAR_FILENAME_"
`#'d`'efine MAIN_CLASS_NAME "_MAIN_CLASS_NAME_"
`#'d`'efine JVM_OPTS_DEFAULT "_JVM_OPTS_DEFAULT_"
//////////////////////////////////////////////////////////////////////
#ifdef __cplusplus
}
#endif //__cplusplus