[vlc-devel] commit: macosx/framework: Fix the release target of the framework. ( Pierre d'Herbemont )

git version control git at videolan.org
Wed Oct 14 23:46:01 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Oct 14 23:37:46 2009 +0200| [9fed85e930be057c042c01b719dc730cf1a0eb03] | committer: Pierre d'Herbemont 

macosx/framework: Fix the release target of the framework.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fed85e930be057c042c01b719dc730cf1a0eb03
---

 .../framework/VLCKit.xcodeproj/project.pbxproj     |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index 3d322ff..709fe99 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -635,7 +635,6 @@
 				VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
 				VLC_SRC_DIR = ../../..;
 				WRAPPER_EXTENSION = framework;
-				ZERO_LINK = YES;
 			};
 			name = Debug;
 		};
@@ -675,7 +674,7 @@
 				PRODUCT_NAME = VLCKit;
 				SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
 				SDKROOT = macosx10.5;
-				VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
+				VLC_BUILD_DIR = "$(SYMROOT)/vlc_build_dir";
 				VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
 				VLC_SRC_DIR = ../../..;
 				WRAPPER_EXTENSION = framework;




More information about the vlc-devel mailing list