From ac52ecab5df8382b51d48a9431f672bfc502a400 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 12 Nov 2015 08:28:27 -0500 Subject: world physic fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a7a868..bbeff1e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -LIBS = -lGL -lGLEW -lSDL2 -lfreetype -lSDL2_image -lSDL2_mixer +LIBS = -lGL -lGLEW -lSDL2main -lSDL2 -lfreetype -lSDL2_image -lSDL2_mixer WIN_LIBS = -lopengl32 -lglew32 -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype -FLAGS = -std=c++11 -Iinclude -Iinclude/freetype2 +FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 all: @rm -f out/*.o -- cgit v1.2.3