Changeset 19669


Ignore:
Timestamp:
2009-05-29T12:38:31+12:00 (15 years ago)
Author:
oranfry
Message:

fixed compilation of wrapper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/wrap.xml

    r19008 r19669  
    8989        </exec>
    9090        <exec executable="cl" dir="${basedir}/wrapped-installer/build">
    91             <arg line="/c -GX /DWINDOWS=yes wrapper.cpp /out:wrapper.obj"/>
     91            <arg line="/c -GX /DWINDOWS=yes /DWEB wrapper.cpp /out:wrapper.obj"/>
    9292        </exec>
    9393    </target>
Note: See TracChangeset for help on using the changeset viewer.