From e7e6a79f8bf2855b5d1d432613151e48d2d685da Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 14 May 2011 23:22:05 +0200 Subject: Implemented terrain chunk caching. --- Makefile.win32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.win32') diff --git a/Makefile.win32 b/Makefile.win32 index 91e3f22..c15c41c 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -11,8 +11,7 @@ else endif TARGET=foo.exe -#OBJECTS=$(shell ls *.cpp | sed 's/cpp/o/') -OBJECTS=gl.o gui.o main.o terrain.o scene.o shader.o tool.o vector.o video.o +OBJECTS=gl.o gui.o main.o scene.o shader.o terrain_cache.o terrain.o terrain_loader.o tool.o vector.o video.o ifeq ($(shell uname), Linux) OBJECTS+=noiseutils/noiseutils.o -- cgit v1.2.3