From a5388a8441eea038adb03dccec0a84e9e1f541f9 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 20 Jan 2017 04:53:32 +0330 Subject: started working on a windows build --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/makefile b/makefile index a49ba71..13d4204 100644 --- a/makefile +++ b/makefile @@ -40,6 +40,13 @@ EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o endif +ifeq ($(BUILD_MODE), WIN_BUILD) +$(error This build mode is not yet implemented.) +EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\ + -std=c++11 -stdlib=libstdc++ -UNDEBUG -fexceptions +EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o +endif + ifeq ($(BUILD_MODE), COV_NO_CLANG_1Z) ifeq ($(CXX), g++) $(error This build mode is only useable with clang++.) -- cgit v1.2.3