billw2015
King
- Joined
- Jun 22, 2015
- Messages
- 837
I merged makefile 2.5 into our one, with some improvements that allow it to make parallel builds in all build configurations. I also updated the project file to use it, and updated the deps.exe.
To test it out:
Cool features it adds:
Mirror cos this website download sucks:
https://1drv.ms/u/s!Aj1eMcUFhShGhEmR72MyF5GCxTMl
To test it out:
- Unzip the attached file into your Sources directory
- Run deps.exe and extract direct into the Sources directory as well, it should create the deps folder with everything in it.
- Then you should be able to build, run, debug, profile etc., from Visual Studio.
Cool features it adds:
- A profile specific build, this is like the release one we currently have
- An assert build that is almost as fast as release but has asserts enabled
- Parallel build all over
- No more final_release, it is just release. probably we would check in distribute profile or assert build instead of release one. I would suggest assert so they get fixed! That would mean we can also get rid of the .debug dll and the instructions to test against it.
- The deps.exe so the entire build is self contained.
Mirror cos this website download sucks:
https://1drv.ms/u/s!Aj1eMcUFhShGhEmR72MyF5GCxTMl
Attachments
Last edited: