Browse Source

framework: Fix the Pre-Compile script.

This script starts to get unreadable, it's probably time to refresh it.
Pierre d'Herbemont 16 years ago
parent
commit
171785ac1c
2 changed files with 1 additions and 7 deletions
  1. 1 4
      Pre-Compile.sh
  2. 0 3
      VLCKit.xcodeproj/project.pbxproj

+ 1 - 4
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

+ 0 - 3
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;