Преглед на файлове

MacOSX/Framework: Properly track updated library and modules.

Pierre d'Herbemont преди 17 години
родител
ревизия
87ad2e0b1b
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 1
      Pre-Compile.sh
  2. 2 1
      VLC.xcodeproj/project.pbxproj

+ 1 - 1
Pre-Compile.sh

@@ -37,7 +37,7 @@ if test "${ACTION}" = "build"; then
             lib_dest="${2}/`basename ${1}`"
         fi
         
-        if test -e ${1} && ! test -e ${lib_dest}; then
+        if test -e ${1} && ((! test -e ${lib_dest}) || test ${1} -nt ${lib_dest} ); then
             mkdir -p ${2}
             
             # Lets copy the library from the source folder to our new destination folder

Файловите разлики са ограничени, защото са твърде много
+ 2 - 1
VLC.xcodeproj/project.pbxproj