[vlc-devel] commit: macosx/framework: share folder should be in the framework. ( Pierre d'Herbemont )
git version control
git at videolan.org
Sat Sep 5 02:18:19 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sat Sep 5 02:15:49 2009 +0200| [859593f9a938f7f4c628c2f53a0dadd53c12da53] | committer: Pierre d'Herbemont
macosx/framework: share folder should be in the framework.
Else we won't have any lua scripts.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=859593f9a938f7f4c628c2f53a0dadd53c12da53
---
projects/macosx/framework/Pre-Compile.sh | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index 4f98d7c..d83cd95 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -157,14 +157,10 @@ if test "${ACTION}" = "build"; then
##########################
# Build the share folder
- if [ "$FULL_PRODUCT_NAME" = "VLC-release.app" ] ; then
- echo "Building share folder..."
- pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -resolve-src-symlinks"
- mkdir -p ${target_share}
- $pbxcp ${VLC_SRC_DIR}/share/lua ${target_share}
- else
- echo "Share folder not needed for this product"
- fi
+ echo "Building share folder..."
+ pbxcp="/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -resolve-src-symlinks"
+ mkdir -p ${target_share}
+ $pbxcp ${VLC_SRC_DIR}/share/lua ${target_share}
##########################
More information about the vlc-devel
mailing list