Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Configure file, partial 64-bit support
Thanks to @redsaurus we've now got (partial) 64-bit support. The game and sounds dll now compile under x64. I've also added a simple python configure script (based off of Arancaytar's cburschka/cadence script) to quickly allow changing compilers. Gone are the days of three different Makefiles!
- Loading branch information
Showing
with
86 additions
and 247 deletions.
- +5 −1 .gitignore
- +6 −7 Win32/Blades of Exile/{Makefile-DevCpp.win → Makefile}
- +0 −111 Win32/Blades of Exile/Makefile-Nightly-amd64
- +0 −111 Win32/Blades of Exile/Makefile-Nightly-i586
- +2 −2 Win32/Blades of Exile/boe.actions.h
- +2 −2 Win32/Blades of Exile/boe.dlgutil.cpp
- +2 −2 Win32/Blades of Exile/boe.fileio.cpp
- +1 −1 Win32/Blades of Exile/boe.main.cpp
- +1 −1 Win32/Blades of Exile/boe.main.h
- +6 −6 Win32/Blades of Exile/tools/dlogtool.cpp
- +3 −3 Win32/Blades of Exile/tools/dlogtool.h
- +28 −0 Win32/Boesounds DLL/Makefile
- BIN Win32/Boesounds DLL/sounds/{SND0.WAV → snd0.wav}
- BIN Win32/Boesounds DLL/sounds/{SND1.WAV → snd1.wav}
- BIN Win32/Boesounds DLL/sounds/{SND10.WAV → snd10.wav}
- BIN Win32/Boesounds DLL/sounds/{SND11.WAV → snd11.wav}
- BIN Win32/Boesounds DLL/sounds/{SND12.WAV → snd12.wav}
- BIN Win32/Boesounds DLL/sounds/{SND13.WAV → snd13.wav}
- BIN Win32/Boesounds DLL/sounds/{SND14.WAV → snd14.wav}
- BIN Win32/Boesounds DLL/sounds/{SND15.WAV → snd15.wav}
- BIN Win32/Boesounds DLL/sounds/{SND16.WAV → snd16.wav}
- BIN Win32/Boesounds DLL/sounds/{SND17.WAV → snd17.wav}
- BIN Win32/Boesounds DLL/sounds/{SND18.WAV → snd18.wav}
- BIN Win32/Boesounds DLL/sounds/{SND19.WAV → snd19.wav}
- BIN Win32/Boesounds DLL/sounds/{SND2.WAV → snd2.wav}
- BIN Win32/Boesounds DLL/sounds/{SND20.WAV → snd20.wav}
- BIN Win32/Boesounds DLL/sounds/{SND21.WAV → snd21.wav}
- BIN Win32/Boesounds DLL/sounds/{SND22.WAV → snd22.wav}
- BIN Win32/Boesounds DLL/sounds/{SND23.WAV → snd23.wav}
- BIN Win32/Boesounds DLL/sounds/{SND24.WAV → snd24.wav}
- BIN Win32/Boesounds DLL/sounds/{SND25.WAV → snd25.wav}
- BIN Win32/Boesounds DLL/sounds/{SND26.WAV → snd26.wav}
- BIN Win32/Boesounds DLL/sounds/{SND27.WAV → snd27.wav}
- BIN Win32/Boesounds DLL/sounds/{SND28.WAV → snd28.wav}
- BIN Win32/Boesounds DLL/sounds/{SND29.WAV → snd29.wav}
- BIN Win32/Boesounds DLL/sounds/{SND3.WAV → snd3.wav}
- BIN Win32/Boesounds DLL/sounds/{SND30.WAV → snd30.wav}
- BIN Win32/Boesounds DLL/sounds/{SND31.WAV → snd31.wav}
- BIN Win32/Boesounds DLL/sounds/{SND32.WAV → snd32.wav}
- BIN Win32/Boesounds DLL/sounds/{SND33.WAV → snd33.wav}
- BIN Win32/Boesounds DLL/sounds/{SND34.WAV → snd34.wav}
- BIN Win32/Boesounds DLL/sounds/{SND35.WAV → snd35.wav}
- BIN Win32/Boesounds DLL/sounds/{SND36.WAV → snd36.wav}
- BIN Win32/Boesounds DLL/sounds/{SND37.WAV → snd37.wav}
- BIN Win32/Boesounds DLL/sounds/{SND38.WAV → snd38.wav}
- BIN Win32/Boesounds DLL/sounds/{SND39.WAV → snd39.wav}
- BIN Win32/Boesounds DLL/sounds/{SND4.WAV → snd4.wav}
- BIN Win32/Boesounds DLL/sounds/{SND40.WAV → snd40.wav}
- BIN Win32/Boesounds DLL/sounds/{SND41.WAV → snd41.wav}
- BIN Win32/Boesounds DLL/sounds/{SND42.WAV → snd42.wav}
- BIN Win32/Boesounds DLL/sounds/{SND43.WAV → snd43.wav}
- BIN Win32/Boesounds DLL/sounds/{SND44.WAV → snd44.wav}
- BIN Win32/Boesounds DLL/sounds/{SND45.WAV → snd45.wav}
- BIN Win32/Boesounds DLL/sounds/{SND46.WAV → snd46.wav}
- BIN Win32/Boesounds DLL/sounds/{SND47.WAV → snd47.wav}
- BIN Win32/Boesounds DLL/sounds/{SND48.WAV → snd48.wav}
- BIN Win32/Boesounds DLL/sounds/{SND49.WAV → snd49.wav}
- BIN Win32/Boesounds DLL/sounds/{SND5.WAV → snd5.wav}
- BIN Win32/Boesounds DLL/sounds/{SND50.WAV → snd50.wav}
- BIN Win32/Boesounds DLL/sounds/{SND51.WAV → snd51.wav}
- BIN Win32/Boesounds DLL/sounds/{SND52.WAV → snd52.wav}
- BIN Win32/Boesounds DLL/sounds/{SND53.WAV → snd53.wav}
- BIN Win32/Boesounds DLL/sounds/{SND54.WAV → snd54.wav}
- BIN Win32/Boesounds DLL/sounds/{SND55.WAV → snd55.wav}
- BIN Win32/Boesounds DLL/sounds/{SND56.WAV → snd56.wav}
- BIN Win32/Boesounds DLL/sounds/{SND57.WAV → snd57.wav}
- BIN Win32/Boesounds DLL/sounds/{SND58.WAV → snd58.wav}
- BIN Win32/Boesounds DLL/sounds/{SND59.WAV → snd59.wav}
- BIN Win32/Boesounds DLL/sounds/{SND6.WAV → snd6.wav}
- BIN Win32/Boesounds DLL/sounds/{SND60.WAV → snd60.wav}
- BIN Win32/Boesounds DLL/sounds/{SND61.WAV → snd61.wav}
- BIN Win32/Boesounds DLL/sounds/{SND62.WAV → snd62.wav}
- BIN Win32/Boesounds DLL/sounds/{SND63.WAV → snd63.wav}
- BIN Win32/Boesounds DLL/sounds/{SND64.WAV → snd64.wav}
- BIN Win32/Boesounds DLL/sounds/{SND65.WAV → snd65.wav}
- BIN Win32/Boesounds DLL/sounds/{SND66.WAV → snd66.wav}
- BIN Win32/Boesounds DLL/sounds/{SND67.WAV → snd67.wav}
- BIN Win32/Boesounds DLL/sounds/{SND68.WAV → snd68.wav}
- BIN Win32/Boesounds DLL/sounds/{SND69.WAV → snd69.wav}
- BIN Win32/Boesounds DLL/sounds/{SND7.WAV → snd7.wav}
- BIN Win32/Boesounds DLL/sounds/{SND70.WAV → snd70.wav}
- BIN Win32/Boesounds DLL/sounds/{SND71.WAV → snd71.wav}
- BIN Win32/Boesounds DLL/sounds/{SND72.WAV → snd72.wav}
- BIN Win32/Boesounds DLL/sounds/{SND73.WAV → snd73.wav}
- BIN Win32/Boesounds DLL/sounds/{SND74.WAV → snd74.wav}
- BIN Win32/Boesounds DLL/sounds/{SND75.WAV → snd75.wav}
- BIN Win32/Boesounds DLL/sounds/{SND76.WAV → snd76.wav}
- BIN Win32/Boesounds DLL/sounds/{SND77.WAV → snd77.wav}
- BIN Win32/Boesounds DLL/sounds/{SND78.WAV → snd78.wav}
- BIN Win32/Boesounds DLL/sounds/{SND79.WAV → snd79.wav}
- BIN Win32/Boesounds DLL/sounds/{SND8.WAV → snd8.wav}
- BIN Win32/Boesounds DLL/sounds/{SND80.WAV → snd80.wav}
- BIN Win32/Boesounds DLL/sounds/{SND81.WAV → snd81.wav}
- BIN Win32/Boesounds DLL/sounds/{SND82.WAV → snd82.wav}
- BIN Win32/Boesounds DLL/sounds/{SND83.WAV → snd83.wav}
- BIN Win32/Boesounds DLL/sounds/{SND84.WAV → snd84.wav}
- BIN Win32/Boesounds DLL/sounds/{SND85.WAV → snd85.wav}
- BIN Win32/Boesounds DLL/sounds/{SND86.WAV → snd86.wav}
- BIN Win32/Boesounds DLL/sounds/{SND87.WAV → snd87.wav}
- BIN Win32/Boesounds DLL/sounds/{SND88.WAV → snd88.wav}
- BIN Win32/Boesounds DLL/sounds/{SND89.WAV → snd89.wav}
- BIN Win32/Boesounds DLL/sounds/{SND9.WAV → snd9.wav}
- BIN Win32/Boesounds DLL/sounds/{SND90.WAV → snd90.wav}
- BIN Win32/Boesounds DLL/sounds/{SND91.WAV → snd91.wav}
- BIN Win32/Boesounds DLL/sounds/{SND92.WAV → snd92.wav}
- BIN Win32/Boesounds DLL/sounds/{SND93.WAV → snd93.wav}
- BIN Win32/Boesounds DLL/sounds/{SND94.WAV → snd94.wav}
- BIN Win32/Boesounds DLL/sounds/{SND95.WAV → snd95.wav}
- BIN Win32/Boesounds DLL/sounds/{SND96.WAV → snd96.wav}
- BIN Win32/Boesounds DLL/sounds/{SND97.WAV → snd97.wav}
- BIN Win32/Boesounds DLL/sounds/{SND98.WAV → snd98.wav}
- BIN Win32/Boesounds DLL/sounds/{SND99.WAV → snd99.wav}
- +30 −0 Win32/configure
There are no files selected for viewing
Oops, something went wrong.