[vlc-devel] commit: framework: Fix the Pre-Compile script. (Pierre d'Herbemont )

git version control git at videolan.org
Mon Jun 29 03:21:30 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Jun 28 18:19:13 2009 -0700| [94dfb7fbca6a4fb51623426b0a2b851eaf629dfe] | committer: Pierre d'Herbemont 

framework: Fix the Pre-Compile script.

This script starts to get unreadable, it's probably time to refresh it.

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

 projects/macosx/framework/Pre-Compile.sh           |    5 +----
 .../framework/VLCKit.xcodeproj/project.pbxproj     |    3 ---
 2 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index 220dece..17a580c 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -153,10 +153,7 @@ if test "${ACTION}" = "build"; then
         esac
     done
 
-    install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.2.dylib" "${target_lib}" "library"
-    install_library "${VLC_BUILD_DIR}/src/${prefix}libvlccore.2.dylib" "${target_lib}" "library"
-    ln -sf ${target_lib}/libvlc.2.dylib ${target_lib}/libvlc.dylib
-    ln -sf ${target_lib}/libvlccore.2.dylib ${target_lib}/libvlccore.dylib
+    install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.dylib" "${target_lib}" "library"
 
     ##########################
     # Build the share folder
diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index ba54d8a..3f6b018 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -579,9 +579,6 @@
 					"-read_only_relocs",
 					suppress,
 					"-lvlc",
-					"$(LD_FLAGS_LIBINTL)",
-					"$(LD_FLAGS_LIBVLC)",
-					"$(LD_FLAGS_LIBVLC_CONTROL)",
 				);
 				PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
 				PRODUCT_NAME = VLCKit;




More information about the vlc-devel mailing list