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

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