File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ set quantum=%1
66set architecture = %2
77set hdri = %3
88set openMP = %4
9+ set config = Debug
910
1011if " %quantum% " == " " goto invalid
1112if " %architecture% " == " " goto invalid
@@ -14,7 +15,7 @@ if "%openMP%"=="" goto invalid
1415
1516cd ..\..\..\..\Magick.Native\build\windows
1617
17- call " build.cmd" Debug %quantum% %architecture% %hdri% %openMP%
18+ call " build.cmd" %config% %quantum% %architecture% %hdri% %openMP%
1819
1920set quantumName = %quantum%
2021if not " %hdri% " == " noHdri" set quantumName = %quantumName% -HDRI
@@ -25,7 +26,7 @@ call ..\..\..\..\Magick.Native\build\windows\copy-resources.cmd Release%quantumN
2526
2627if not " %openMP% " == " noOpenMP" set quantumName = %quantumName% -OpenMP
2728
28- cd ..\..\..\..\Magick.Native\src\Magick.Native\bin\Debug %quantumName% \%architecture%
29+ cd ..\..\..\..\Magick.Native\src\Magick.Native\bin\%config% %quantumName% \%architecture%
2930
3031set testfolder = ..\..\..\..\..\..\Magick.NET\tests
3132
You can’t perform that action at this time.
0 commit comments