12 lines
264 B
Docker
12 lines
264 B
Docker
ARG DOCKER_PREFIX=wapmobil/
|
|
FROM ${DOCKER_PREFIX}windows-base
|
|
|
|
ENV WIN_BITS=64
|
|
ENV WIN_32_OR_NULL=
|
|
ENV WIN_64_OR_NULL=64
|
|
ENV WIN_ARCH=x86_64
|
|
ENV WIN_ARCH2=x86_64
|
|
ENV SODIUM_M_ARG=-m64
|
|
ENV INSTALL_DIR=/soft/windows
|
|
ENV CMAKE_TOOLCHAIN=/soft/toolchain-Windows.cmake
|