base: cleanup
This commit is contained in:
+17
-17
@@ -7,23 +7,23 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../../sources/libs/kong/analyzer.h"
|
||||
#include "../../sources/libs/kong/backends/hlsl.h"
|
||||
#include "../../sources/libs/kong/backends/metal.h"
|
||||
#include "../../sources/libs/kong/backends/spirv.h"
|
||||
#include "../../sources/libs/kong/backends/wgsl.h"
|
||||
#include "../../sources/libs/kong/compiler.h"
|
||||
#include "../../sources/libs/kong/disasm.h"
|
||||
#include "../../sources/libs/kong/errors.h"
|
||||
#include "../../sources/libs/kong/functions.h"
|
||||
#include "../../sources/libs/kong/globals.h"
|
||||
#include "../../sources/libs/kong/log.h"
|
||||
#include "../../sources/libs/kong/names.h"
|
||||
#include "../../sources/libs/kong/parser.h"
|
||||
#include "../../sources/libs/kong/tokenizer.h"
|
||||
#include "../../sources/libs/kong/transformer.h"
|
||||
#include "../../sources/libs/kong/typer.h"
|
||||
#include "../../sources/libs/kong/types.h"
|
||||
#include "../../sources/kong/analyzer.h"
|
||||
#include "../../sources/kong/backends/hlsl.h"
|
||||
#include "../../sources/kong/backends/metal.h"
|
||||
#include "../../sources/kong/backends/spirv.h"
|
||||
#include "../../sources/kong/backends/wgsl.h"
|
||||
#include "../../sources/kong/compiler.h"
|
||||
#include "../../sources/kong/disasm.h"
|
||||
#include "../../sources/kong/errors.h"
|
||||
#include "../../sources/kong/functions.h"
|
||||
#include "../../sources/kong/globals.h"
|
||||
#include "../../sources/kong/log.h"
|
||||
#include "../../sources/kong/names.h"
|
||||
#include "../../sources/kong/parser.h"
|
||||
#include "../../sources/kong/tokenizer.h"
|
||||
#include "../../sources/kong/transformer.h"
|
||||
#include "../../sources/kong/typer.h"
|
||||
#include "../../sources/kong/types.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <D3Dcompiler.h>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
// #define STB_DS_IMPLEMENTATION
|
||||
#include "../../sources/libs/kong/libs/stb_ds.h"
|
||||
#include "../../sources/kong/libs/stb_ds.h"
|
||||
#ifdef WIN32
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
@@ -16,9 +16,9 @@ project.add_cfiles("main.c");
|
||||
project.add_cfiles("aimage.c");
|
||||
|
||||
project.add_cfiles("ashader.c");
|
||||
project.add_cfiles('../../sources/libs/kong/libs/*.c');
|
||||
project.add_cfiles('../../sources/libs/kong/*.c');
|
||||
project.add_cfiles('../../sources/libs/kong/backends/*.c');
|
||||
project.add_cfiles('../../sources/kong/libs/*.c');
|
||||
project.add_cfiles('../../sources/kong/*.c');
|
||||
project.add_cfiles('../../sources/kong/backends/*.c');
|
||||
|
||||
if (platform === "windows") {
|
||||
project.add_define('_CRT_SECURE_NO_WARNINGS');
|
||||
|
||||
Reference in New Issue
Block a user