mirror of
https://github.com/libretro/libretro-super
synced 2025-02-14 18:40:55 +00:00
Add libretro-build-msvc2005/2017
This commit is contained in:
parent
f8df3e51ad
commit
ab8f9c4474
17
libretro-build-msvc2005_x86.sh
Normal file
17
libretro-build-msvc2005_x86.sh
Normal file
@ -0,0 +1,17 @@
|
||||
#! /usr/bin/env bash
|
||||
# vim: set ts=3 sw=3 noet ft=sh : bash
|
||||
|
||||
SCRIPT="${0#./}"
|
||||
BASE_DIR="${SCRIPT%/*}"
|
||||
WORKDIR="$PWD"
|
||||
|
||||
if [ "$BASE_DIR" = "$SCRIPT" ]; then
|
||||
BASE_DIR="$WORKDIR"
|
||||
else
|
||||
if [[ "$0" != /* ]]; then
|
||||
# Make the path absolute
|
||||
BASE_DIR="$WORKDIR/$BASE_DIR"
|
||||
fi
|
||||
fi
|
||||
|
||||
platform=msvc2005_x86 ${BASE_DIR}/libretro-build.sh $@
|
17
libretro-build-msvc2017_x64.sh
Normal file
17
libretro-build-msvc2017_x64.sh
Normal file
@ -0,0 +1,17 @@
|
||||
#! /usr/bin/env bash
|
||||
# vim: set ts=3 sw=3 noet ft=sh : bash
|
||||
|
||||
SCRIPT="${0#./}"
|
||||
BASE_DIR="${SCRIPT%/*}"
|
||||
WORKDIR="$PWD"
|
||||
|
||||
if [ "$BASE_DIR" = "$SCRIPT" ]; then
|
||||
BASE_DIR="$WORKDIR"
|
||||
else
|
||||
if [[ "$0" != /* ]]; then
|
||||
# Make the path absolute
|
||||
BASE_DIR="$WORKDIR/$BASE_DIR"
|
||||
fi
|
||||
fi
|
||||
|
||||
platform=msvc2017_x64 ${BASE_DIR}/libretro-build.sh $@
|
Loading…
x
Reference in New Issue
Block a user