From 3a809d98f1e49de9bed3900ecef8453aa397328b Mon Sep 17 00:00:00 2001 From: Marco Antognini Date: Sun, 22 Sep 2013 19:03:36 +0200 Subject: [PATCH] Fix template compatibility with Xcode 5 --- .../SFML/SFML Linker.xctemplate/TemplateInfo.plist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/xcode/templates/SFML/SFML Linker.xctemplate/TemplateInfo.plist b/tools/xcode/templates/SFML/SFML Linker.xctemplate/TemplateInfo.plist index e07e7f0a..da8f7428 100644 --- a/tools/xcode/templates/SFML/SFML Linker.xctemplate/TemplateInfo.plist +++ b/tools/xcode/templates/SFML/SFML Linker.xctemplate/TemplateInfo.plist @@ -158,7 +158,7 @@ subject to the following restrictions: SharedSettings SFML_WINDOW - $(SFML_LINK_PREFIX)sfml-window$(SFML_LINK_SUFFIX) + $(SFML_LINK_PREFIX) sfml-window$(SFML_LINK_SUFFIX) @@ -211,7 +211,7 @@ subject to the following restrictions: SharedSettings SFML_GRAPHICS - $(SFML_LINK_PREFIX)sfml-graphics$(SFML_LINK_SUFFIX) + $(SFML_LINK_PREFIX) sfml-graphics$(SFML_LINK_SUFFIX) @@ -258,7 +258,7 @@ subject to the following restrictions: SharedSettings SFML_AUDIO - $(SFML_LINK_PREFIX)sfml-audio$(SFML_LINK_SUFFIX) + $(SFML_LINK_PREFIX) sfml-audio$(SFML_LINK_SUFFIX) @@ -305,7 +305,7 @@ subject to the following restrictions: SharedSettings SFML_NETWORK - $(SFML_LINK_PREFIX)sfml-network$(SFML_LINK_SUFFIX) + $(SFML_LINK_PREFIX) sfml-network$(SFML_LINK_SUFFIX) @@ -338,7 +338,7 @@ subject to the following restrictions: -l SFML_LINK_FRAMEWORKS_PREFIX - -framework + -framework SFML_LINK_FRAMEWORKS_SUFFIX @@ -351,7 +351,7 @@ subject to the following restrictions: SFML_SYSTEM - $(SFML_LINK_PREFIX)sfml-system$(SFML_LINK_SUFFIX) + $(SFML_LINK_PREFIX) sfml-system$(SFML_LINK_SUFFIX) OTHER_LDFLAGS