From fb0e13dfb6110ef5a7c8b5bf72638e15da73c914 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 20 Feb 2007 05:52:11 +0100 Subject: [PATCH] Update xbox 1 --- Makefile.libretro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 81b2c90..14b5fed 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -424,6 +424,7 @@ TARGET := $(TARGET_NAME)_libretro_xdk1.lib MSVCBINDIRPREFIX = $(XDK)/xbox/bin/vc71 CC = "$(MSVCBINDIRPREFIX)/CL.exe" CXX = "$(MSVCBINDIRPREFIX)/CL.exe" +LD = "$(MSVCBINDIRPREFIX)/lib.exe" PATH := $(shell IFS=$$'\n'; cygpath "$(MSVCBINDIRPREFIX)"):$(PATH) INCLUDE := $(shell IFS=$$'\n'; cygpath "$(VS71COMNTOOLS)../../Vc7/include") @@ -569,7 +570,7 @@ ifneq (,$(findstring msvc,$(platform))) OBJOUT = -Fo LINKOUT = -out: ifeq ($(STATIC_LINKING),1) - LD = lib.exe + LD ?= lib.exe STATIC_LINKING=0 else LD = link.exe