michaelrsweet / mxml

Tiny XML library.
https://www.msweet.org/mxml
Apache License 2.0
426 stars 157 forks source link

you can write a xmake.lua #280

Closed wujilingfeng closed 3 years ago

wujilingfeng commented 3 years ago

Hello! Xmake is a lightweight cross-platform build utility based on Lua.It's so simple , clear and almighty. If you have no time, you can give me some compilation requirements . I will provide a xmake fiile.

Maybe you just need describe your demands clearly and tell me the file dependencies.

This is my mailbox: lishifucun@gmail.com Xmake will be helpful to compile this libary on cross platform.

michaelrsweet commented 3 years ago

Thanks, but right now I am happy with my current build system.

wujilingfeng commented 3 years ago

OK. What this sentensce "#define inline _inline" means? I didn't find such usage.

michaelrsweet commented 3 years ago

@wujilingfeng The #define inline line is used to replace "inline" with "_inline" or "" (nothing) depending on what keyword the current C compiler uses to specify an inline function.