(XDK) BASE_DIR no longer hardcoded

This commit is contained in:
twinaphex 2013-05-01 04:19:07 +02:00
parent 2f2dbbc544
commit b609d92446
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
CORES_DIR=C:/local-repos
BASE_DIR=$CORES_DIR/libretro-super
BASE_DIR=$(pwd)
RARCH_DIR=$BASE_DIR/dist
RARCH_DIST_DIR=$RARCH_DIR/xdk1
FORMAT=_xdk

View File

@ -1,7 +1,6 @@
#!/bin/sh
CORES_DIR=C:/local-repos
BASE_DIR=$CORES_DIR/libretro-super
BASE_DIR=$(pwd)
RARCH_DIR=$BASE_DIR/dist
RARCH_DIST_DIR=$RARCH_DIR/xdk360
FORMAT=_xdk360