Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
8 lines
213 B
Batchfile
8 lines
213 B
Batchfile
@title MinGW-w64 64-bit GCC build environment
|
|
|
|
@echo Setting up environment for MinGW-w64 GCC 64-bit...
|
|
|
|
@set PATH=%CD%\bin;%CD%\msys\1.0\bin;%cd%\..\..\perl\site\bin;%cd%\..\..\perl\bin;%cd%\..\..\c\bin;%PATH%
|
|
|
|
|