Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ if not exist %outputDir% mkdir %outputDir%

set module=%cwd%/%outputDir%

set compiler="Visual Studio 16 2019"
set compiler="Visual Studio 17 2022"
set arch="x64"

rem Boost is special (who would have guessed)
if not exist boost git clone -j8 --recurse-submodules --depth 1 --branch boost-1.77.0 https://github.com/boostorg/boost.git boost
if not exist boost git clone -j8 --recurse-submodules --depth 1 --branch boost-1.80.0 https://github.com/boostorg/boost.git boost
pushd boost
if not exist builddir mkdir builddir
call bootstrap.bat
if NOT ["%errorlevel%"]==["0"] pause
call .\b2.exe --prefix=%module% debug release link=shared threading=multi architecture=x86 address-model=64 toolset=msvc-14.2 runtime-link=shared --build-dir=builddir --build-type=complete stage install --with-filesystem --with-system --with-thread --with-regex
call .\b2.exe --prefix=%module% debug release link=shared threading=multi architecture=x86 address-model=64 toolset=msvc runtime-link=shared --build-dir=builddir --build-type=complete stage install --with-filesystem --with-system --with-thread --with-regex
if NOT ["%errorlevel%"]==["0"] pause
popd
rem copy boost dlls to bin folder
Expand Down
2 changes: 2 additions & 0 deletions BuildHelper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ cmake -G %compiler% -A %arch% %invokeDir% -DCMAKE_DEBUG_POSTFIX=d -DCMAKE_INSTA
if NOT ["%errorlevel%"]==["0"] pause

if not exist ../../%root%.releaseOnly cmake --build . --target install -j 8 --config debug
if NOT ["%errorlevel%"]==["0"] pause
cmake --build . --target install -j 8 --config release
if NOT ["%errorlevel%"]==["0"] pause

%postBuild%

Expand Down
2 changes: 1 addition & 1 deletion LLVM.cmakeArgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-D LLVM_ENABLE_PROJECTS='clang' -Thost=x64 -D LLVM_TARGETS_TO_BUILD=X86
-D LLVM_ENABLE_PROJECTS='clang' -Thost=x64 -D CMAKE_CROSSCOMPILING=ON -D CMAKE_SYSTEM_NAME='Windows'
2 changes: 1 addition & 1 deletion LLVM.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch llvmorg-13.0.0 https://github.com/llvm/llvm-project.git
--branch llvmorg-15.0.0 https://github.com/llvm/llvm-project.git
2 changes: 1 addition & 1 deletion libtiff.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch v4.3.0 https://gitlab.com/libtiff/libtiff.git
--branch v4.4.0 https://gitlab.com/libtiff/libtiff.git
2 changes: 1 addition & 1 deletion oiio.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch v2.3.17.0 https://github.com/OpenImageIO/oiio.git
--branch v2.4.4.2 https://github.com/OpenImageIO/oiio.git
2 changes: 1 addition & 1 deletion openexr.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch v3.1.3 https://github.com/AcademySoftwareFoundation/openexr.git
--branch v3.1.5 https://github.com/AcademySoftwareFoundation/openexr.git
2 changes: 1 addition & 1 deletion pugixml.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch master https://github.com/zeux/pugixml.git
--branch v1.12.1 https://github.com/zeux/pugixml.git
2 changes: 1 addition & 1 deletion pybind11.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch v2.9.0 https://github.com/pybind/pybind11
--branch v2.10.0 https://github.com/pybind/pybind11
2 changes: 1 addition & 1 deletion winflexbison.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch v2.5.24 https://github.com/lexxmark/winflexbison.git
--branch v2.5.25 https://github.com/lexxmark/winflexbison.git
2 changes: 1 addition & 1 deletion zlib.git
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--branch v1.2.11 https://github.com/madler/zlib.git
--branch v1.2.13 https://github.com/madler/zlib.git