This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
doghook/make_release.sh
F1ssi0N dab43de6fa
Merge up before things get out of control (#42)
* WIP DS-style GUI

* Fix CS?

* Fix CCI?

* tfw forgot to commit

* Add oxide submodule

* Use oxide as the default rendering target

* Correct code that uses draw

* Hush warnings

* Correctly forward args where necessary

* Fix aimbot argument bug

* Update premake include for oxide

* Remove tasks file

* Add linux overlay support.

* Add gl packages to circleci config

* Add comment about the overlay being silly

* Add timing to overlay draw functions

* Revert attach basic back to debug

* Draw new timings from overlay code and cleanup some code

* Fix bugs

* Cleanup big overlay comment

* Update oxide submodule

* Implement convar to disable buffer swapping, cleanup fps code

* Return references instead of copys to prevent "disapeering convars"

* General Code cleanup

* Marc steiner compliance update

* Properly update buffer limits
2018-07-21 14:44:44 +01:00

12 lines
140 B
Bash
Executable File

# set cwd to script directory
cd "${0%/*}"
./create_projects.sh
echo building...
cd premake/
make config=release_x32 -j4
echo done.
exit