mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
cleanup
This commit is contained in:
@@ -36,7 +36,7 @@ mgbidi-unicode-version.h:ucd/ReadMe.txt gen-unicode-version
|
||||
./gen-unicode-version ucd/ReadMe.txt > mgbidi-unicode-version.h
|
||||
|
||||
clean:
|
||||
rm -f *.o mgbidi-*.h \
|
||||
rm -f *.o mgbidi-*.h mgbidi-*.inc \
|
||||
mkmap-ucs-gb2312 mkmap-gb18030-ucs.c mkmap-ucs-gb18030 \
|
||||
gen-unicode-version \
|
||||
gen-bidi-type-tab \
|
||||
|
||||
@@ -81,7 +81,7 @@ enum Char32TypeLinearEnumOffsetOne
|
||||
{
|
||||
# define _MGBIDI_ADD_TYPE(TYPE,SYMBOL) TYPE,
|
||||
# define _MGBIDI_ADD_ALIAS(TYPE1,TYPE2) TYPE1 = TYPE2,
|
||||
# include "../mgbidi-bidi-types-list.h"
|
||||
# include "../mgbidi-bidi-types-list.inc"
|
||||
# undef _MGBIDI_ADD_ALIAS
|
||||
# undef _MGBIDI_ADD_TYPE
|
||||
NUM_TYPES
|
||||
@@ -96,7 +96,7 @@ type_names[] =
|
||||
{
|
||||
# define _MGBIDI_ADD_TYPE(TYPE,SYMBOL) {STRINGIZE(TYPE), TYPE},
|
||||
# define _MGBIDI_ADD_ALIAS(TYPE1,TYPE2) _MGBIDI_ADD_TYPE(TYPE1, SYMBOL)
|
||||
# include "../mgbidi-bidi-types-list.h"
|
||||
# include "../mgbidi-bidi-types-list.inc"
|
||||
# undef _MGBIDI_ADD_ALIAS
|
||||
# undef _MGBIDI_ADD_TYPE
|
||||
};
|
||||
|
||||
@@ -93,7 +93,7 @@ die3l (
|
||||
enum FriBidiJoiningLinearEnumOffsetOne
|
||||
{
|
||||
# define _MGBIDI_ADD_TYPE(TYPE,SYMBOL) TYPE,
|
||||
# include "../mgbidi-joining-types-list.h"
|
||||
# include "../mgbidi-joining-types-list.inc"
|
||||
# undef _MGBIDI_ADD_TYPE
|
||||
NUM_TYPES
|
||||
};
|
||||
@@ -106,7 +106,7 @@ struct
|
||||
type_names[] =
|
||||
{
|
||||
# define _MGBIDI_ADD_TYPE(TYPE,SYMBOL) {STRINGIZE(TYPE), TYPE},
|
||||
# include "../mgbidi-joining-types-list.h"
|
||||
# include "../mgbidi-joining-types-list.inc"
|
||||
# undef _MGBIDI_ADD_TYPE
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
/* mgbidi-unicode-version.h
|
||||
* generated by gen-unicode-version
|
||||
* from the file ReadMe.txt */
|
||||
|
||||
#define MGBIDI_UNICODE_VERSION "12.0.0"
|
||||
#define MGBIDI_UNICODE_MAJOR_VERSION 12
|
||||
#define MGBIDI_UNICODE_MINOR_VERSION 0
|
||||
#define MGBIDI_UNICODE_MICRO_VERSION 0
|
||||
|
||||
/* End of generated mgbidi-unicode-version.h */
|
||||
Reference in New Issue
Block a user