From 27996d9511ef4d67153e25faffcd3abf72c82e25 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 21 Sep 2013 16:21:11 +1000 Subject: [PATCH] Added static linking --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index 30ae465..067d5df 100644 --- a/makefile +++ b/makefile @@ -3,6 +3,11 @@ #MKDIR=mkdir #RM=del /y +CXXFLAGS+=-static-libgcc -static-libstdc++ +CFLAGS+=-static-libgcc + +export + OUTDIR=out all: $(OUTDIR)