Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Sam Hocevar 8ae60adef4 imgui: update submodule to latest docking branch. il y a 7 ans
..
bullet3 @ c993175a58 Update bullet, imgui and pegtl submodules. il y a 7 ans
imgui @ 13a5f5ba8b imgui: update submodule to latest docking branch. il y a 7 ans
lua @ e1f1119539 Switch to upstream Lua master branch. il y a 7 ans
mingw-std-threads @ 10665829da Update pegtl and mingw-std-threads submodules. il y a 8 ans
pegtl @ 5e11b893fa Update bullet, imgui and pegtl submodules. il y a 7 ans
Makefile.am Update 3rd party modules and fix build. il y a 7 ans
README.md Fix build with Visual Studio 2017. il y a 8 ans
lol-bullet.am bullet: update submodule revision. il y a 7 ans
lol-bullet.vcxproj bullet: update submodule revision. il y a 7 ans
lol-bullet.vcxproj.filters build: move Bullet to a submodule il y a 9 ans
lol-imgui.am Update 3rd party modules and fix build. il y a 7 ans
lol-lua.am Switch to upstream Lua master branch. il y a 7 ans
lol-lua.vcxproj Switch to upstream Lua master branch. il y a 7 ans
lol-lua.vcxproj.filters Switch to upstream Lua master branch. il y a 7 ans
lol-mingw-std-threads.am build: clean up “make dist” rules. il y a 9 ans
lol-pegtl.am Update bullet, imgui and pegtl submodules. il y a 7 ans

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