make build process saner (emit binaries into root rather than spray them through /bin/Debug/)

This commit is contained in:
Chris Forbes
2010-05-27 20:59:02 +12:00
parent 4dcc65237d
commit ce9f7666b4
11 changed files with 18 additions and 128 deletions

1
.gitignore vendored
View File

@@ -21,6 +21,7 @@ log.txt
#binary stuff
/*.dll
*.pdb
*.mdb
/*.exe
OpenRA