Separate Blades of Exile Base from the scenarios target, as it's not needed for anything other than the scenario editor

This commit is contained in:
2015-06-15 19:54:16 -04:00
parent 76af8ecc19
commit 4d9ec53b8b
2 changed files with 5 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ function clean {
function build {
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'
mkdir -p 'exe/Blades of Exile/Scenario Editor/'
echo "$COMMON_SRC" > test.txt
export COMMON_SRC BOE_SRC ED_SRC PC_SRC PLATFORM
make all