From 123771f6b50550d35ba3f6d7c87e240686c23703 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 17 Jun 2017 22:43:07 +0800 Subject: Fixed example application. Fixed compile errors in Windows. --- smelt/sdl/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smelt/sdl/makefile') diff --git a/smelt/sdl/makefile b/smelt/sdl/makefile index d58f077..f118481 100644 --- a/smelt/sdl/makefile +++ b/smelt/sdl/makefile @@ -1,5 +1,5 @@ CC= g++ -CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I/usr/include/SDL/ -I../include -D_LINUX -fPIC +CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I/usr/include/SDL/ -I../../include -D_LINUX -fPIC TARGET= libsmelt.a all: objects-normal archive-normal -- cgit v1.2.3