Changeset 201

Show
Ignore:
Timestamp:
03/28/07 11:16:14 (2 years ago)
Author:
t
Message:

Added i386/ppc Xerces dylib; edited make-macosx.sh script to appropriately
modify expected library location to dist version, as well as generate the right name for the FRII dmg.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FRII/dist-files/make-macosx.sh

    r10 r201  
    3131find dist/FRII.app -type d -name CVS -prune -exec rm -fr {} \; 
    3232cp ../app/FRII dist/FRII.app/Contents/MacOS 
     33 
     34#install_name_tool -id @executable_path/../Frameworks/libxerces-c.27.dylib libxerces-c.27.dylib 
     35 
     36echo Changing dylib location for libxerces-c. 
     37 
     38install_name_tool -change /usr/local/lib/libxerces-c.27.dylib @executable_path/../Frameworks/libxerces-c.27.dylib dist/FRII.app/Contents/MacOS/FRII 
     39 
    3340cp dist-README.txt dist/README.txt 
     41 
     42#### 
     43 
     44DISTNAME=FRII-`date +"%d.%m.%g"` 
     45rm -fr $DISTNAME $DISTNAME.dmg 
     46mv dist $DISTNAME 
     47hdiutil create $DISTNAME.dmg -srcfolder $DISTNAME 
     48 
     49#### 
    3450 
    3551echo done\! 
    3652 
    37 # hdiutil create tst.dmg -srcfolder FRII-30.3.04/