Changeset 17978
- Timestamp:
- 2008-11-28 14:26:47 (1 month ago)
- Files:
-
- release-kits/wirk2/ant-scripts/compile.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/wirk2/ant-scripts/compile.xml
r17898 r17978 7 7 <antcall target="unzip-packages" /> 8 8 <antcall target="get-winbin" /> 9 <antcall target="insert- perl" />9 <antcall target="insert-windows-perl"><param name="gsdl.basedir" value="compiled"/></antcall> 10 10 <antcall target="compile-c-code" /> 11 11 <antcall target="compile-uninstaller" /> <!-- from rk2-targets --> … … 35 35 </target> 36 36 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 43 37 <target name="compile-c-code"> 44 38 <copy file="${wirk2.home}/resources/compile.bat" todir="${basedir}/compiled" overwrite="true"/>
