From 25168e79f33cb51625c150e0819268f0da16b67f Mon Sep 17 00:00:00 2001 From: Jordan Halase Date: Sun, 27 Oct 2019 15:02:42 -0500 Subject: Begin adding Windows support --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2d96e6..e7ba5db 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,13 @@ FEATURE=-DHAVE_MSAA GLSLC=glslc CFLAGS=-I$(VULKAN_SDK)/include $(FEATURE) $(DEBUG) $(WARN) +CXXFLAGS=$(CFLAGS) -std=c++14 LDFLAGS=-L$(VULKAN_SDK)/lib -lvulkan # XXX: Pugl branch location CFLAGS+=-I../pugl LDFLAGS+=-L../pugl/build -lpugl_x11 +#LDFLAGS+=-L../pugl/build -lpugl_win all: main shaders -- cgit v1.2.1