Summary: Update .bat files to point to correct locations
Test Plan:
run runserver.bat (in root)
run runclient.bat (in root)
run serverpackagebuild.bat
extract zip and test runserver.bat (from zip)
run packagebuild.bat
extract zip test runserver.bat and runclient.bat(from zip)
run runmessagelog.bat (nothing happen as it .exe is broke)
Reviewers: volundr-, Kraso, #ss14_developers
Reviewed By: volundr-, Kraso, #ss14_developers
Subscribers: volundr-, N3X15
Differential Revision: http://phab.nexisonline.net/D25
This change removes all Visual Studio buildsystem remnants and replaces it with Prebuild.
Prebuild is capable of generating a wide range of buildscripts, including VS, nant, MonoDevelop. Prebuild uses prebuild.xml, obviously.
# Other Changes:
* Removed a bunch of crap that VS generated for the key bindings XSD, thinking it was a DataSet.
* Renamed Reference to Third-Party.
* Added MS Diagnostics API DLL, since it's now distributable.
* All binaries are now dumped in Bin/.
* Removed reference to MiniDumper -- was crashing client when not run with debugger -- can be readded later
* Fixed Media paths to point to Resources
* Made Server/Client build to Bin/Server and Bin/Client respectively so they dont stomp on each other's shit
# Test Plan:
* Run prebuild2010.cmd
* Compile using SpaceStation14.sln
* Run stuff in Bin/.
# Reviewers: #ss14_developers
Differential Revision: http://phab.nexisonline.net/D14
Not on phabricator because phab can't handle all these binaries.