No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Sam Hocevar f6c386f560 Allow to build without Bullet Physics. hace 6 años
..
bullet3 @ 764822241e Update bullet3 to a more recent Git head. hace 7 años
imgui @ 6742ac4587 imgui: update submodule to a cleaner branch. hace 8 años
lua @ 167fe0b5ef build: improvements when building as a subproject hace 8 años
mingw-std-threads @ 10665829da Update pegtl and mingw-std-threads submodules. hace 7 años
pegtl @ 4c1c88bb0b Update pegtl and mingw-std-threads submodules. hace 7 años
Makefile.am Allow to build without Bullet Physics. hace 6 años
README.md Fix build with Visual Studio 2017. hace 7 años
lol-bullet.am Update bullet3 to a more recent Git head. hace 7 años
lol-bullet.vcxproj Fix build with Visual Studio 2017. hace 7 años
lol-bullet.vcxproj.filters build: move Bullet to a submodule hace 8 años
lol-imgui.am build: add several missing distributed files for Windows versions. hace 7 años
lol-lua.am build: minor file renaming hace 8 años
lol-lua.vcxproj Migrate to Visual Studio 2017. hace 7 años
lol-lua.vcxproj.filters build: move Lua to a submodule hace 8 años
lol-mingw-std-threads.am build: clean up “make dist” rules. hace 8 años
lol-pegtl.am 3rdparty: upgrade PEGTL to its latest version (2.1.4 or something). hace 7 años

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