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!
This commit is contained in:
Sylae Jiendra Corell
2014-06-17 14:36:17 -06:00
parent a4430cdf5a
commit 29906153cf
113 changed files with 86 additions and 247 deletions

6
.gitignore vendored
View File

@@ -2,10 +2,12 @@
*.slo
*.lo
*.o
*.res
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
@@ -22,4 +24,6 @@ Win32/*/bin
Win32/*/obj
*.layout
*.depend
*blades.ini
*blades.ini
.config.vars