blob: 1be57f8997a68d2de8517db1ac48c2ebaffc8001 (
plain)
1
2
3
4
|
@rem Generates a solution (.sln) and a set of project files (.csproj)
@rem for Microsoft Visual Studio .NET 2002
cd ..
Prebuild.exe /target vs2003 /file prebuild.xml /build NET_1_1 /pause
|