mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 10:30:08 -05:00
Merged in mmastriani/fractorium_michel (pull request #29)
makedeps.bat for VS 2019 Approved-by: Matt Feemster <matt.feemster@gmail.com>
This commit is contained in:
commit
ae0a1c799b
@ -1,6 +1,9 @@
|
|||||||
REM Make final output folder
|
REM Make final output folder
|
||||||
mkdir Deps
|
mkdir Deps
|
||||||
|
|
||||||
|
REM uncomment if cl message is "Cannot open include file: 'stddef.h'"
|
||||||
|
REM C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
|
||||||
|
|
||||||
REM Move to parent of deps folders
|
REM Move to parent of deps folders
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/madler/zlib.git
|
git clone https://github.com/madler/zlib.git
|
||||||
@ -62,6 +65,8 @@ if not exist ".\output" mkdir .\output
|
|||||||
|
|
||||||
cd ..\OpenEXR
|
cd ..\OpenEXR
|
||||||
|
|
||||||
|
REM use -G "Visual Studio 16 2019" if building in Visual Studio 2019
|
||||||
|
|
||||||
cmake -G "Visual Studio 15 2017 Win64"^
|
cmake -G "Visual Studio 15 2017 Win64"^
|
||||||
-DCMAKE_PREFIX_PATH="%current%\output"^
|
-DCMAKE_PREFIX_PATH="%current%\output"^
|
||||||
-DCMAKE_INSTALL_PREFIX="%current%\output"^
|
-DCMAKE_INSTALL_PREFIX="%current%\output"^
|
||||||
|
Loading…
Reference in New Issue
Block a user