cppcheck/win_installer/build.proj

11 lines
275 B
XML
Executable File

<Project
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
DefaultTargets="build">
<!-- build windows installers -->
<Target Name="build">
<Exec Command="build1.bat"/>
<Exec Command="build2.bat"/>
</Target>
</Project>