0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / samples / qt / Tutorial / genproj.bat
CommitLineData
980d161f 1@echo off
cf236913 2REM Generation of vcproj files with qmake utilite
e085d8a6 3REM Variable QTDIR and PATH to qmake executable must be defined without fail
cf236913 4
693c4bbe 5REM Use first argument to specify version of Visual Studio (vc10, vc11, vc12 or vc14),
cf236913 6REM second argument specifies architecture) (win32 or win64)
cc5ac00d 7REM third argument specifies Debug or Release mode
cf236913 8
63fb818e 9call "%~dp0env.bat" %1 %2 %3
5ce17593 10
5ce17593 11call "%VCVARS%" %VCARCH%
cf236913 12
caee72a9 13qmake -tp vc -r -o Tutorial.sln Tutorial0.pro