Makefile targets for editors and for resources (still needs refinement)

This commit is contained in:
2015-06-15 00:20:54 -04:00
parent f0e6e7ef24
commit 14f85cfc72
2 changed files with 47 additions and 26 deletions

View File

@@ -46,9 +46,12 @@ function clean {
}
function build {
mkdir -p obj exe
mkdir -p obj exe/bin 'exe/Blades of Exile/data'
mkdir -p 'exe/Blades of Exile/Blades of Exile Scenarios/'
mkdir -p 'exe/Blades of Exile/Scenario Editor/Blades of Exile Base'
echo "$COMMON_SRC" > test.txt
make game "COMMON_SRC=$COMMON_SRC" "BOE_SRC=$BOE_SRC"
export COMMON_SRC BOE_SRC ED_SRC PC_SRC
make all
}
if [ $# -gt 0 ]; then