Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Sam Hocevar f6c386f560 Allow to build without Bullet Physics. vor 6 Jahren
..
bullet3 @ 764822241e Update bullet3 to a more recent Git head. vor 7 Jahren
imgui @ 6742ac4587 imgui: update submodule to a cleaner branch. vor 8 Jahren
lua @ 167fe0b5ef build: improvements when building as a subproject vor 8 Jahren
mingw-std-threads @ 10665829da Update pegtl and mingw-std-threads submodules. vor 7 Jahren
pegtl @ 4c1c88bb0b Update pegtl and mingw-std-threads submodules. vor 7 Jahren
Makefile.am Allow to build without Bullet Physics. vor 6 Jahren
README.md Fix build with Visual Studio 2017. vor 7 Jahren
lol-bullet.am Update bullet3 to a more recent Git head. vor 7 Jahren
lol-bullet.vcxproj Fix build with Visual Studio 2017. vor 7 Jahren
lol-bullet.vcxproj.filters build: move Bullet to a submodule vor 8 Jahren
lol-imgui.am build: add several missing distributed files for Windows versions. vor 7 Jahren
lol-lua.am build: minor file renaming vor 8 Jahren
lol-lua.vcxproj Migrate to Visual Studio 2017. vor 7 Jahren
lol-lua.vcxproj.filters build: move Lua to a submodule vor 8 Jahren
lol-mingw-std-threads.am build: clean up “make dist” rules. vor 8 Jahren
lol-pegtl.am 3rdparty: upgrade PEGTL to its latest version (2.1.4 or something). vor 7 Jahren

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