Changeset 32971 for main


Ignore:
Timestamp:
2019-04-02T19:46:13+13:00 (5 years ago)
Author:
sjm84
Message:
  1. Removing the bundling of the 32 bit wv folder into linux binaries is a necessary step to getting to a working wvWare on 64-only bit machines. 2. Committing the linux-64 bit specific compile.xml file
File:
1 edited

Legend:

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

    r32497 r32971  
    221221            </exec>-->
    222222
     223            <!-- We don't want to bundle the old pre-compiled 32 bit wv folder anymore -->
    223224            <!-- grab wv binaries -->
    224             <delete dir="compiled/gs2build/bin/linux/wv"/>
     225            <!--<delete dir="compiled/gs2build/bin/linux/wv"/>
    225226            <exec executable="svn">
    226227                <arg value="export"/>
     
    228229                <arg value="compiled/gs2build/bin/linux/wv"/>
    229230            </exec>
     231            -->
    230232        <!-- (mac only) -->
    231233        <else><if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
Note: See TracChangeset for help on using the changeset viewer.