summaryrefslogtreecommitdiffstats
path: root/sdl/mingw32
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/mingw32')
-rw-r--r--sdl/mingw324
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl/mingw32 b/sdl/mingw32
index 591f975..1607875 100644
--- a/sdl/mingw32
+++ b/sdl/mingw32
@@ -1,6 +1,6 @@
BIN = pyramid
SRC = pyramid.c math3d.c gltools.c glframe.c shader.c platform.c window.c \
- gldraw.c sdltools.c
+ gldraw.c sdltools.c luatools.c
CC = gcc
CFLAGS = -Wall -std=c99 -MD
DBGFLAGS = -g -O0
@@ -9,7 +9,7 @@ ifdef DEBUG
else
CFLAGS += -O2 -march=native -mtune=native
endif
-LDFLAGS = -lglew32 -lopengl32 -lglu32 -lm -lfreeglut -lmingw32 -lsdlmain -lsdl -lsdl_image -mwindows
+LDFLAGS = -lglew32 -lopengl32 -lglu32 -lm -lfreeglut -lmingw32 -lsdlmain -lsdl -lsdl_image -mwindows -llua
OBJ_DIR = obj
DEPS_DIR = obj