Ignore:
Timestamp:
2005-04-27T15:47:16+12:00 (19 years ago)
Author:
kjdon
Message:

a couple of windows changes

File:
1 edited

Legend:

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

    r9763 r9764  
    501501      </and>
    502502    </condition>
    503   </target>
     503   </target>
    504504 
    505505 <target name="install-mysql" depends="init,init-mysql-vars,install-mysql-linux,install-mysql-windows"/>
     
    908908  <target name="cvsupdate-gs2building" if="gsdl2.islocal" depends="init">
    909909    <cvs command="update -dP" dest="${gli.home}"/>
    910     <!-- Note: can't do a -d update here cos it will get all of gsdl-->
    911     <cvs command="update -P" dest="${gs2build.home}"/>
     910    <!-- Note: can't do a -d update here cos it will get all of gsdl
     911     also, an update doesn't get new files, so we do a checkout instead. -->
     912    <cvs command="co gs2build" dest="${basedir}"/>
    912913    <!-- rename the .gs2build files - we may have gotten changes to the main
    913914    gsdl versions - make sure they are set back to the gs2build versions -->
     
    938939    dest="${gs2build.home}/packages/windows/stlport"/>
    939940  </target>
     941
     942  <target name="rename-gs2build-files" depends="rename-gs2build-files-linux,rename-gs2build-files-windows"/>
    940943
    941944  <target name="rename-gs2build-files-windows" if="current.os.iswindows">
Note: See TracChangeset for help on using the changeset viewer.