1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-04 23:36:04 +00:00
Files
Interlisp.maiko/bin/makefile-wsl1.x86_64-sdl

10 lines
221 B
Plaintext

# Options for Windows System for Linux v1, Intel x86_64 and SDL
GCC_CFLAGS := -m64 $(GCC_CFLAGS)
CLANG_CFLAGS := -m64 $(CLANG_CFLAGS)
USE_DISPLAY=sdl
USE_LIBBSD=T
ADDITIONAL_DFLAGS := -D__wsl1__
include linux-common.mk