Changeset 9830 for branches


Ignore:
Timestamp:
2005-05-06T10:48:01+12:00 (19 years ago)
Author:
kjdon
Message:

in the get-windows-binaries target, also copy the mg*.exe files to gsdl3/bin - in case users don't have visual studio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/build.xml

    r9826 r9830  
    972972  <target name="get-windows-binaries" depends="init" if="current.os.iswindows">
    973973     <cvs command="checkout -P" package="winbin"/>
     974     <copy todir="${basedir}/bin">
     975       <fileset dir="${basedir}/winbin/bin" includes="mg*.exe"/>
     976     </copy>
    974977     <move todir="${gs2build.home}/bin/windows" failonerror="false">
    975978      <fileset dir="${basedir}/winbin/bin"/>
Note: See TracChangeset for help on using the changeset viewer.