Sam Hocevar f6c386f560 | hace 6 años | |
---|---|---|
.. | ||
bullet3 @ 764822241e | hace 7 años | |
imgui @ 6742ac4587 | hace 8 años | |
lua @ 167fe0b5ef | hace 8 años | |
mingw-std-threads @ 10665829da | hace 7 años | |
pegtl @ 4c1c88bb0b | hace 7 años | |
Makefile.am | hace 6 años | |
README.md | hace 7 años | |
lol-bullet.am | hace 7 años | |
lol-bullet.vcxproj | hace 7 años | |
lol-bullet.vcxproj.filters | hace 8 años | |
lol-imgui.am | hace 7 años | |
lol-lua.am | hace 8 años | |
lol-lua.vcxproj | hace 7 años | |
lol-lua.vcxproj.filters | hace 8 años | |
lol-mingw-std-threads.am | hace 8 años | |
lol-pegtl.am | hace 7 años |
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"\" />" }'