standardpaths/build-win32.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
157 B
Bash
Executable File

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