mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
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.
36 lines
509 B
Plaintext
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
|