Ignore:
Timestamp:
2010-07-23T11:11:47+12:00 (14 years ago)
Author:
sjm84
Message:

Fixed issues with apache httpd compiling on Windows 7

File:
1 edited

Legend:

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

    r22479 r22490  
    103103            </exec>
    104104           
     105            <!-- Insert a unique number after every occurrence of the word tempfile to prevent some strange race conditions present on Windows 7 (iuv = InsertUniqueValue) -->
     106            <iuv>
     107                <fileset dir="${basedir}/compiled/runtime-src/packages/apache-httpd/httpd-2.2.11" includes="**/*.mak"/>
     108                <job pattern="tempfile"/>
     109            </iuv>
     110               
     111            <rsr>
     112                <fileset dir="${basedir}/compiled/runtime-src/packages/apache-httpd/httpd-2.2.11" includes="**/*.mak"/>
     113                <job pattern="/MD" replacement="/MT"/>
     114            </rsr>
     115           
    105116            <!-- compile c code -->
    106117            <exec dir="${basedir}/compiled" executable="nmake"><arg value="/f"/><arg value="win32.mak"/><arg value="clean"/></exec>
Note: See TracChangeset for help on using the changeset viewer.