Skip to content

Commit a43541e

Browse files
committed
Added batch files to build configure.
1 parent d0f9c37 commit a43541e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
3+
cd ..\..\..\..\Magick.Native\build\windows\
4+
call build.configure.cmd arm64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
3+
cd ..\..\..\..\Magick.Native\build\windows\
4+
call build.configure.cmd x64

0 commit comments

Comments
 (0)