From 476aaefce566022ecf2e66473070e7ff54f2a44c Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 26 Oct 2012 23:30:22 +0200 Subject: [PATCH] Build in D3D9 for full win32 builds. --- retroarch-mingw-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroarch-mingw-build.sh b/retroarch-mingw-build.sh index f10fa46123..8b5cf60fbd 100755 --- a/retroarch-mingw-build.sh +++ b/retroarch-mingw-build.sh @@ -116,8 +116,8 @@ do_build() mv -v "$ZIP_BASE" "../$ZIP_SLIM" || die "Failed to move final build ..." make -f Makefile.win clean || die "Failed to clean ..." - make -f Makefile.win $MAKEARGS CC="$C_COMPILER" CXX="$CXX_COMPILER" WINDRES="$WINDRES" -j4 all || die "Failed to build ..." - make -f Makefile.win $MAKEARGS CC="$C_COMPILER" CXX="$CXX_COMPILER" WINDRES="$WINDRES" dist_${BUILDTYPE} || die "Failed to dist ..." + make -f Makefile.win $MAKEARGS CC="$C_COMPILER" CXX="$CXX_COMPILER" WINDRES="$WINDRES" HAVE_D3D9=1 -j4 all || die "Failed to build ..." + make -f Makefile.win $MAKEARGS CC="$C_COMPILER" CXX="$CXX_COMPILER" WINDRES="$WINDRES" HAVE_D3D9=1 dist_${BUILDTYPE} || die "Failed to dist ..." if [ "$BUILD_PHOENIX_GUI" = "yes" ]; then zip "$ZIP_BASE" retroarch-phoenix.exe retroarch-phoenix.cfg