Cleanup
This commit is contained in:
@@ -6,7 +6,7 @@ flags.lite = true;
|
||||
let project = new Project("test");
|
||||
project.add_project("../../");
|
||||
project.add_tsfiles("sources");
|
||||
project.add_cfiles("../../sources/libs/asim/asim.c");
|
||||
project.add_cfiles("../../sources/libs/asim.c");
|
||||
project.add_tsfiles("../../sources/ts/iron");
|
||||
project.add_shaders("../../shaders/draw/*.glsl");
|
||||
project.add_shaders("shaders/*.glsl");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// ../../../make --graphics vulkan --run
|
||||
|
||||
///include "../../sources/libs/asim/asim.h"
|
||||
///include "../../sources/libs/asim.h"
|
||||
|
||||
function main() {
|
||||
let ops: iron_window_options_t = {
|
||||
|
||||
Reference in New Issue
Block a user