mumble/.gitignore
Mikkel Krautz 3a6c4f0fee Build two separate Windows overlays - one for x86 and one for x86_64.
This splits fx11 into an x86 variant and an x64 variant.
This creates effects11_x86.lib and effects11_x64.lib, instead
of the single effects11.lib we had previously.

The minhook build is also tweaked. However, since minhook
is only used on x86_64, it is only built for x86_64.
Consequently, the library is still called minhook.lib.

The overlay itself is split into mumble_ol.dll and mumble_ol.exe
for x86, and mumble_ol_x64.dll and mumble_ol_x64.exe for x86_64.
2015-04-22 21:03:39 +02:00

36 lines
509 B
Plaintext

Makefile
Makefile.Debug
Makefile.Release
debug/
release/
asio/
local/
indent.sh
*.pdb
*.sln
*.sdf
*.suo
*.vcxproj
*.vcxproj.*
*~
*.pb.h
*.pb.cc
*.pro.user
ui_*.h
*.qm
installer/Mumble.exe
overlay/*.hex
overlay_winx64/*.hex
scripts/Murmur.ice
scripts/murmur.ini.*
src/murmur/Murmur.h
src/murmur/Murmur.cpp
winpaths_custom.pri
src/mumble/mumble_plugin_import.cpp
src/mumble/mumble_app_plugin_import.cpp
src/murmur/murmurd_plugin_import.cpp
src/murmur/murmur_plugin_import.cpp
doxygen/
.qmake.cache
.qmake.stash