Changeset 17978 for release-kits


Ignore:
Timestamp:
2008-11-28T14:26:47+13:00 (15 years ago)
Author:
oranfry
Message:

use the shared target in favour of unshared one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/compile.xml

    r17898 r17978  
    77        <antcall target="unzip-packages" />
    88        <antcall target="get-winbin" />
    9         <antcall target="insert-perl" />
     9        <antcall target="insert-windows-perl"><param name="gsdl.basedir" value="compiled"/></antcall>
    1010        <antcall target="compile-c-code" />
    1111        <antcall target="compile-uninstaller" /> <!-- from rk2-targets -->
     
    3535    </target>
    3636
    37     <target name="insert-perl">
    38         <mkdir dir="${basedir}/compiled/bin/windows"/>
    39         <delete dir="${basedir}/compiled/bin/windows/perl"/>
    40         <unzip src="${wirk2.home}/resources/perl.zip" dest="${basedir}/compiled/bin/windows"/>
    41     </target>
    42    
    4337    <target name="compile-c-code">
    4438        <copy file="${wirk2.home}/resources/compile.bat" todir="${basedir}/compiled" overwrite="true"/>
Note: See TracChangeset for help on using the changeset viewer.