Polished pushing system for Windows

This commit is contained in:
mathusummut 2018-03-15 01:04:56 +01:00
commit 5cbf76ccee

View File

@ -9,23 +9,4 @@ To build ZetaGlest for the first time:
4. Run `build-zg.bat` in `/mk/windows`.
5. The built binaries will be found in the corresponding Visual Studio version and platform selected in `/mk/windows`.
Configuration in Visual Studio must be left as "Release", otherwise it won't compile,
but one can still use debugging options by making the following changes in the project properties:
Debug:
Optimization=Disabled
Inline Function Expansion: Disabled
Enable Intrinsic Functions: No
Favor Size Or Speed: Neither
Preprocessor: DEBUG instead of NDEBUG
Code Generation->Basic Runtime Checks: Both
Release:
Optimization=Full
Inline Function Expansion: Any Suitable
Enable Intrinsic Functions: Yes
Favor Size Or Speed: Favor fast code
Preprocessor: NDEBUG instead of DEBUG
Code Generation->Basic Runtime Checks: Default
Note: Before pushing changes to this folder or ZetaGlest in general, make sure that you run `clean-zg.bat` before you do so.