comparison Resources/Builders/BuildAllWindows.sh @ 160:a5162d8bd2d4

Added Windows builder for Python 3.12
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 May 2024 22:50:11 +0200
parents 6ad5da29f260
children 3678a028f1f6
comparison
equal deleted inserted replaced
159:24b68f1977bd 160:a5162d8bd2d4
39 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win32-Python3.10-${VERSION}.dll 39 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win32-Python3.10-${VERSION}.dll
40 40
41 bash ${DIR}/MinGW32-Python3.11/docker-compile.sh Release 41 bash ${DIR}/MinGW32-Python3.11/docker-compile.sh Release
42 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win32-Python3.11-${VERSION}.dll 42 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win32-Python3.11-${VERSION}.dll
43 43
44 bash ${DIR}/MinGW32-Python3.12/docker-compile.sh Release
45 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win32-Python3.12-${VERSION}.dll
46
44 47
45 ## Windows 64 48 ## Windows 64
46 49
47 bash ${DIR}/MinGW64-Python2.7/docker-compile.sh Release 50 bash ${DIR}/MinGW64-Python2.7/docker-compile.sh Release
48 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win64-Python2.7-${VERSION}.dll 51 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win64-Python2.7-${VERSION}.dll
59 bash ${DIR}/MinGW64-Python3.10/docker-compile.sh Release 62 bash ${DIR}/MinGW64-Python3.10/docker-compile.sh Release
60 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win64-Python3.10-${VERSION}.dll 63 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win64-Python3.10-${VERSION}.dll
61 64
62 bash ${DIR}/MinGW64-Python3.11/docker-compile.sh Release 65 bash ${DIR}/MinGW64-Python3.11/docker-compile.sh Release
63 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win64-Python3.11-${VERSION}.dll 66 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win64-Python3.11-${VERSION}.dll
67
68 bash ${DIR}/MinGW64-Python3.12/docker-compile.sh Release
69 cp ${DIR}/../../docker-build/lib/libOrthancPython.dll ${TARGET}/OrthancPython-Win64-Python3.12-${VERSION}.dll