|
|
il y a 7 ans | |
|---|---|---|
| .. | ||
| bullet3 @ c993175a58 | il y a 7 ans | |
| imgui @ 13a5f5ba8b | il y a 7 ans | |
| lua @ e1f1119539 | il y a 7 ans | |
| mingw-std-threads @ 10665829da | il y a 8 ans | |
| pegtl @ 5e11b893fa | il y a 7 ans | |
| Makefile.am | il y a 7 ans | |
| README.md | il y a 8 ans | |
| lol-bullet.am | il y a 7 ans | |
| lol-bullet.vcxproj | il y a 7 ans | |
| lol-bullet.vcxproj.filters | il y a 9 ans | |
| lol-imgui.am | il y a 7 ans | |
| lol-lua.am | il y a 7 ans | |
| lol-lua.vcxproj | il y a 7 ans | |
| lol-lua.vcxproj.filters | il y a 7 ans | |
| lol-mingw-std-threads.am | il y a 9 ans | |
| lol-pegtl.am | il y a 7 ans | |
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"\" />" }'