e1bb56d477c8550386e312d12ed393868b2d8db6
[occt.git] / adm / templates / custom.bat.main
1 echo off
2
3 if not ["%1"]    == [""]      set "VCVER=%1"
4 if not ["%2"]    == [""]      set "ARCH=%2"
5 if /I ["%ARCH%"] == ["win32"] set "ARCH=32"
6 if /I ["%ARCH%"] == ["win64"] set "ARCH=64"
7 if /I ["%3"]     == ["debug"] set "CASDEB=d"
8 if /I ["%3"]     == ["d"]     set "CASDEB=d"
9
10 rem include other custom.bat files with specific 3rdparty paths
11 @CUSTOM_ADD_CONTENT@
12