Blending stuff
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
#import "Sort";
|
||||
#import "File";
|
||||
|
||||
build_release := false;
|
||||
|
||||
build :: (main_path: string, game_name: string, working_dir: string = #filepath) {
|
||||
build :: (build_release: bool, main_path: string, game_name: string, working_dir: string = #filepath) {
|
||||
set_working_directory(working_dir);
|
||||
make_directory_if_it_does_not_exist("../../bin");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user