initial commit

This commit is contained in:
2024-07-30 01:02:42 +03:00
commit 2e1fcb9536
25 changed files with 775 additions and 0 deletions

8
dependencies/resources.config vendored Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
DEP_WORKING_DIR='dependencies/resource_embedder'
DEP_PRE_BUILD_COMMAND='./build.sh'
DEP_BUILD_COMMAND='../compile_resources.sh'
DEP_POST_BUILD_COMMAND=''
DEP_CLEAN_COMMAND='rm -f ./resource_embedder ./resource_embedder.exe ../obj/resources.c ../bin/resources.o'
DEP_STATIC_OUT_FILES='../bin/resources.o'
DEP_DYNAMIC_OUT_FILES=