From fd23621211e814d86da1a12bf0f5a20368d4c037 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 31 Jan 2011 07:57:52 +0000 Subject: Changing Xcode project file to build using the Makefiles and fixed some warnings. svn path=/trunk/netsurf/; revision=11558 --- cocoa/Makefile.target | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/Makefile.target') diff --git a/cocoa/Makefile.target b/cocoa/Makefile.target index 754e433bf..b8c323269 100644 --- a/cocoa/Makefile.target +++ b/cocoa/Makefile.target @@ -109,6 +109,8 @@ S_TABBAR := $(addprefix cocoa/PSMTabBarControl/,$(S_TABBAR)) # complete source file list SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_COCOA) $(S_TABBAR) +SOURCES := $(addprefix $(shell pwd)/,$(SOURCES)) + EXETARGET := NetSurf S_XIBS := MainMenu.xib Browser.xib BrowserWindow.xib DownloadWindow.xib -- cgit v1.2.3