-
Committer:
vertrexdraganoid at gmail
-
Date:
2022-04-29 06:14:46 UTC
-
Revision ID:
vertrexdraganoid@gmail.com-20220429061446-05dme82ae4sp7axq
Added windows batch files that are simple and user friendly without the need for opening the workspace in CodeBlocks. These are simply for those who want to compile and play without tinkering with the code.
download-sources.bat <- download and creates necessary fodlers
build-client_dist.bat <- builds the release client
build-client_debug.bat <- builds the debug client
build-server_dist.bat <- builds the release server
build-server_debug.bat <- builds the debug server
Presently works with:
- bzr 2.5.1 stable release
- codeblocks 20.03mingw x64 (the batch files support only the x64 version)
Visit README-FIRST.txt in the windows_builder folder for more in-depth information.