initial commit
This commit is contained in:
8
dependencies/resources.config
vendored
Normal file
8
dependencies/resources.config
vendored
Normal 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=
|
||||
Reference in New Issue
Block a user