standardpaths/build-win64.sh
Christopher Arndt 9cc2cf2460 Import initial code
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-07-14 06:30:03 +02:00

14 lines
177 B
Bash
Executable File

#!/bin/bash
set -e
# Preparation
_FLAGS="-DPTW32_STATIC_LIB -Werror"
_ARCH=x86_64-w64-mingw32
_PREFIX="/usr/${_ARCH}"
source win.env
# Build now
make APP_EXT="-64.exe" "$@"