commit 27e1395

uint  ·  2026-06-22 20:41:58 +0000 UTC
parent de4855b
Add windows config flags to configure script
1 files changed,  +5, -1
+5, -1
 1@@ -31,7 +31,11 @@ case "$backend" in
 2 		# TODO
 3 		;;
 4 	win)
 5-		# TODO
 6+		echo "CONF_CPPFLAGS = -DBACKEND_WIN" >> config.mk
 7+		echo "CONF_LDFLAGS = -lgdi32 -luser32" >> config.mk
 8+		echo "CONF_SRC = source/maus_win.c" >> config.mk
 9+		echo "CONF_OBJS = build/maus_win.o" >> config.mk
10+		echo "CONF_LIB_NAME = libmaus_win.a" >> config.mk
11 		;;
12 	mac)
13 		# TODO