X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=adm%2Ftemplates%2Fmsvc.bat;h=e6eb317aa39a273e5d6b54ddfc16aaff2b593da2;hp=e3d977bb33a7a4dd3a933aef79397668d1a24629;hb=f4b0c7724743aed612d5a891fa80cc4665aac4b5;hpb=487942b562eaa5566d0dd7a1984bf444b4040d62 diff --git a/adm/templates/msvc.bat b/adm/templates/msvc.bat index e3d977bb33..e6eb317aa3 100644 --- a/adm/templates/msvc.bat +++ b/adm/templates/msvc.bat @@ -1,10 +1,11 @@ @echo off +rem This file has been generated by genproj.tcl script from CASROOT/adm/templates/msvc.bat rem Setup environment call "%~dp0env.bat" %1 %2 %3 rem Define path to project file -set "PRJFILE=%~dp0\adm\msvc\%VCVER%\OCCT.sln" +set "PRJFILE=%~dp0\adm\msvc\%VCVER%\__SOLUTION__.sln" if not exist "%PRJFILE%" set "PRJFILE=%~dp0\adm\msvc\%VCVER%\Products.sln" if not "%4" == "" ( set "PRJFILE=%4"