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 8ae60adef4 imgui: update submodule to latest docking branch. пре 7 година
..
bullet3 @ c993175a58 Update bullet, imgui and pegtl submodules. пре 7 година
imgui @ 13a5f5ba8b imgui: update submodule to latest docking branch. пре 7 година
lua @ e1f1119539 Switch to upstream Lua master branch. пре 7 година
mingw-std-threads @ 10665829da Update pegtl and mingw-std-threads submodules. пре 8 година
pegtl @ 5e11b893fa Update bullet, imgui and pegtl submodules. пре 7 година
Makefile.am Update 3rd party modules and fix build. пре 7 година
README.md Fix build with Visual Studio 2017. пре 8 година
lol-bullet.am bullet: update submodule revision. пре 7 година
lol-bullet.vcxproj bullet: update submodule revision. пре 7 година
lol-bullet.vcxproj.filters build: move Bullet to a submodule пре 9 година
lol-imgui.am Update 3rd party modules and fix build. пре 7 година
lol-lua.am Switch to upstream Lua master branch. пре 7 година
lol-lua.vcxproj Switch to upstream Lua master branch. пре 7 година
lol-lua.vcxproj.filters Switch to upstream Lua master branch. пре 7 година
lol-mingw-std-threads.am build: clean up “make dist” rules. пре 9 година
lol-pegtl.am Update bullet, imgui and pegtl submodules. пре 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"\" />" }'