Moved build process to GCC

* I've replaced the Image class with the newer version
* Removed the sound system to ensure that it compiles & runs
This commit is contained in:
Kayne Ruse
2013-09-06 16:06:50 +10:00
parent ca8820ba78
commit dad75c2dfa
22 changed files with 265 additions and 1151 deletions

15
.gitignore vendored
View File

@@ -1,6 +1,6 @@
#Editor generated files
#*.sln
#*.vcproj
*.sln
*.vcproj
*.suo
*.ncb
*.user
@@ -8,3 +8,14 @@
#Directories
Release/
Debug/
Out/
#Project generated files
*.db
*.o
*.a
*.exe
#Shell files
*.bat
*.sh