Changeset 22493


Ignore:
Timestamp:
2010-07-26T10:48:01+12:00 (14 years ago)
Author:
sjm84
Message:

Some Apache HTTPD debugging files are now removed as they are unnecessary and increased the size of the installer

File:
1 edited

Legend:

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

    r22490 r22493  
    118118            <exec dir="${basedir}/compiled" executable="nmake"><arg value="/f"/><arg value="win32.mak"/><arg value="APACHE_HTTPD=1"/></exec>
    119119            <exec dir="${basedir}/compiled" executable="nmake"><arg value="/f"/><arg value="win32.mak"/><arg value="LOCAL_LIBRARY=1"/></exec>
     120            <delete><fileset dir="${basedir}/compiled/apache-httpd" includes="**/*.pdb"/></delete>
    120121            <mkdir dir="products"/>
    121122            <copy file="${basedir}/compiled/server.exe" tofile="${basedir}/products/server-${version}.exe"/>
Note: See TracChangeset for help on using the changeset viewer.