Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Sam Hocevar f6c386f560 Allow to build without Bullet Physics. 6 anos atrás
..
bullet3 @ 764822241e Update bullet3 to a more recent Git head. 7 anos atrás
imgui @ 6742ac4587 imgui: update submodule to a cleaner branch. 8 anos atrás
lua @ 167fe0b5ef build: improvements when building as a subproject 8 anos atrás
mingw-std-threads @ 10665829da Update pegtl and mingw-std-threads submodules. 7 anos atrás
pegtl @ 4c1c88bb0b Update pegtl and mingw-std-threads submodules. 7 anos atrás
Makefile.am Allow to build without Bullet Physics. 6 anos atrás
README.md Fix build with Visual Studio 2017. 7 anos atrás
lol-bullet.am Update bullet3 to a more recent Git head. 7 anos atrás
lol-bullet.vcxproj Fix build with Visual Studio 2017. 7 anos atrás
lol-bullet.vcxproj.filters build: move Bullet to a submodule 8 anos atrás
lol-imgui.am build: add several missing distributed files for Windows versions. 7 anos atrás
lol-lua.am build: minor file renaming 8 anos atrás
lol-lua.vcxproj Migrate to Visual Studio 2017. 7 anos atrás
lol-lua.vcxproj.filters build: move Lua to a submodule 8 anos atrás
lol-mingw-std-threads.am build: clean up “make dist” rules. 8 anos atrás
lol-pegtl.am 3rdparty: upgrade PEGTL to its latest version (2.1.4 or something). 7 anos atrás

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