Makefile targets for editors and for resources (still needs refinement)
This commit is contained in:
7
build.sh
7
build.sh
@@ -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
|
||||
|
Reference in New Issue
Block a user