Ignore:
Timestamp:
2010-10-01T10:28:37+13:00 (14 years ago)
Author:
sjm84
Message:

Adding the Visual Studio 7 CRT so that Apache will run when compiled with an older version of Visual Studio

File:
1 edited

Legend:

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

    r22992 r22997  
    144144
    145145            <copy file="${rk.home}/shared/windows/msvcr100.dll" tofile="${basedir}/compiled/apache-httpd/windows/lib/msvcr100.dll"/>
     146            <copy file="${rk.home}/shared/windows/MSVCR71.DLL" tofile="${basedir}/compiled/apache-httpd/windows/lib/MSVCR71.DLL"/>
    146147           
    147148            <mkdir dir="products"/>
Note: See TracChangeset for help on using the changeset viewer.