0030682: Configuration, qmake - all warnings are suppressed on macOS target
[occt.git] / adm / templates / inspector.bat
CommitLineData
4f4b8935 1@echo off
2
3rem Use:
4rem - first argument specifies version of Visual Studio (vc8, vc9, or vc10),
5rem - second argument specifies architecture (win32 or win64),
6rem - third argument specifies build mode (Debug or Release)
7rem - fourth and next arguments specify loaded tool plugins
8rem The arguments are: dfbrowser shapeview vinspector
9rem If there are no tool plugins are specified, all plugins will be loaded
10rem Default options are:
11rem vc8 win32 Release
12
13rem Setup environment and launch TInspector
14call "%~dp0env.bat" %1 %2 %3
15
16TInspectorEXE.exe %*
17