You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Hocevar f6c386f560 Allow to build without Bullet Physics. пре 6 година
..
bullet3 @ 764822241e Update bullet3 to a more recent Git head. пре 7 година
imgui @ 6742ac4587 imgui: update submodule to a cleaner branch. пре 8 година
lua @ 167fe0b5ef build: improvements when building as a subproject пре 8 година
mingw-std-threads @ 10665829da Update pegtl and mingw-std-threads submodules. пре 7 година
pegtl @ 4c1c88bb0b Update pegtl and mingw-std-threads submodules. пре 7 година
Makefile.am Allow to build without Bullet Physics. пре 6 година
README.md Fix build with Visual Studio 2017. пре 7 година
lol-bullet.am Update bullet3 to a more recent Git head. пре 7 година
lol-bullet.vcxproj Fix build with Visual Studio 2017. пре 7 година
lol-bullet.vcxproj.filters build: move Bullet to a submodule пре 8 година
lol-imgui.am build: add several missing distributed files for Windows versions. пре 7 година
lol-lua.am build: minor file renaming пре 8 година
lol-lua.vcxproj Migrate to Visual Studio 2017. пре 7 година
lol-lua.vcxproj.filters build: move Lua to a submodule пре 8 година
lol-mingw-std-threads.am build: clean up “make dist” rules. пре 8 година
lol-pegtl.am 3rdparty: upgrade PEGTL to its latest version (2.1.4 or something). пре 7 година

README.md

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"\" />" }'