Changeset 28282 for main


Ignore:
Timestamp:
2013-09-13T17:00:41+12:00 (11 years ago)
Author:
ak19
Message:

Bugfix. In GS3 binaries, to get wvware to convert word docs on Mac Leopards (and eventually Lions), need to have the reduced gnome-lib-minimal's lib folder living in gs2build/ext not in GS3/ext, so added the move operation. Mac (Mountain) Lion doesn't yet work, but the first hurdle is to compile gnome-lib successfully on Mountain Lion and then create a gnome-lib-minimal archive for it and check that wvware then works with Lion GS3 binaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r27888 r28282  
    9292        </if>
    9393
    94         <!-- Delete all but the lib folder of the gnome support library on Mac -->
     94        <!-- Delete all but the lib folder of the gnome support library on Mac,
     95             then move this smaller gnome-lib-minimal dir from the top-level ext folder
     96             to gs2build/ext, since wvware on mac needs gnome-lib-minimal -->
    9597        <if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
    9698            <delete dir="${basedir}/compiled/ext/gnome-lib-minimal/cascade-make"/>
     
    103105            <delete file="${basedir}/compiled/ext/gnome-lib-minimal/CASCADE-MAKE.sh"/>
    104106            <delete file="${basedir}/compiled/ext/gnome-lib-darwin.tar.gz"/>
     107            <move file="${basedir}/compiled/ext/gnome-lib-minimal" todir="compiled/gs2build/ext"/>
    105108        </if>
    106109
Note: See TracChangeset for help on using the changeset viewer.