From b43df0e43d59495506b64616c15fbff8e789d0aa Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 2 Jun 2013 23:15:03 +0200 Subject: [PATCH] Add nxengine build to XDK and XDK 360 --- libretro-build-common-xdk.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libretro-build-common-xdk.sh b/libretro-build-common-xdk.sh index 23e3662c..ce1ad089 100644 --- a/libretro-build-common-xdk.sh +++ b/libretro-build-common-xdk.sh @@ -120,6 +120,20 @@ build_libretro_nx() fi } +build_libretro_nx() +{ + cd "$BASE_DIR" + if [ -d "libretro-nx" ]; then + echo "=== Building NXEngine ===" + cd libretro-nx + cd nxengine-1.0.0.4/libretro/msvc + cmd.exe /k $MSVC_NAME.bat + cp $MSVC_NAME/Release_LTCG/nxengine_libretro$FORMAT.$FORMAT_EXT "$RARCH_DIST_DIR" + else + echo "NXEngine not fetched, skipping ..." + fi +} + build_libretro_prboom() { cd $BASE_DIR