|
|
пре 7 година | |
|---|---|---|
| .. | ||
| bullet3 @ c993175a58 | пре 7 година | |
| imgui @ 13a5f5ba8b | пре 7 година | |
| lua @ e1f1119539 | пре 7 година | |
| mingw-std-threads @ 10665829da | пре 8 година | |
| pegtl @ 5e11b893fa | пре 7 година | |
| Makefile.am | пре 7 година | |
| README.md | пре 8 година | |
| lol-bullet.am | пре 7 година | |
| lol-bullet.vcxproj | пре 7 година | |
| lol-bullet.vcxproj.filters | пре 9 година | |
| lol-imgui.am | пре 7 година | |
| lol-lua.am | пре 7 година | |
| lol-lua.vcxproj | пре 7 година | |
| lol-lua.vcxproj.filters | пре 7 година | |
| lol-mingw-std-threads.am | пре 9 година | |
| lol-pegtl.am | пре 7 година | |
Generate vcxproj for Bullet:
cat lol-bullet.am | \
awk '/bullet_source/ { print " <ItemGroup>" } \
/NULL/ { print " </ItemGroup>" } \
/bullet3.*\.(c|cpp)\>/ { print " <ClCompile Include=\""$1"\" />" } \
/bullet3.*\.(h|hpp|cl)\>/ { print " <ClInclude Include=\""$1"\" />" }'