From cc18c175b50b22f10b16f687bcac7bd3aef29d6b Mon Sep 17 00:00:00 2001 From: t-moe Date: Mon, 8 Jun 2015 00:41:16 +0200 Subject: [PATCH] Modified emulator makefile for windows. --- emulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/Makefile b/emulator/Makefile index 8ed2861..6a1aee0 100644 --- a/emulator/Makefile +++ b/emulator/Makefile @@ -26,7 +26,7 @@ QT_LIB=$(QT_DIR)/libemulatorqt.a CPPFLAGS= -march=x86-64 -mtune=generic #-fPIC CPPFLAGS+= $(INCLUDES) -CFLAGS= -O0 -g -std=c99 +CFLAGS= -O0 -g -std=c99 -mwindows LIBS= emulatorqt pixy usb-1.0