From afdc5575bb69b0f5ac41103e7766dd94a2638f49 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 14 Sep 2017 22:10:42 +0200 Subject: [PATCH] Clean up some xbox 360 rules --- Makefile.libretro | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index e4be1d2..f5b4038 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -428,14 +428,9 @@ CXX = "$(MSVCBINDIRPREFIX)/cl.exe" PATH := $(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../../VC/bin"):$(PATH) PATH := $(PATH):$(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../IDE") INCLUDE := $(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../../VC/include") -LIB := $(shell IFS=$$'\n'; cygpath -w "$(VS100COMNTOOLS)../../VC/lib") -BIN := $(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../../VC/bin") - -WindowsSdkDir := $(shell reg query "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A" -v "InstallationFolder" | grep -o '[A-Z]:\\.*')lib -WindowsSdkDir ?= $(shell reg query "HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1A" -v "InstallationFolder" | grep -o '[A-Z]:\\.*')lib export INCLUDE := $(INCLUDE) -export LIB := $(LIB);$(WindowsSdkDir);$(XEDK)/lib/xbox +export LIB := $(XEDK)/lib/xbox PSS_STYLE :=2 CFLAGS += -D_XBOX -D_XBOX360 -MT CXXFLAGS += -D_XBOX -D_XBOX360 -MT