mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
makedeps.bat for VS 2019
This commit is contained in:
parent
575357817c
commit
efab029006
@ -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