From db24487449b1340eed2f29394fdbcdf2e7acc3ea Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 2 Nov 2008 18:12:45 +0000 Subject: Makefile fixes for compiling with new videotexture code. Also: buttons for logic, controllers, didn't line up correct when multiple objects were selected (too little space) --- source/gameengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine') diff --git a/source/gameengine/Makefile b/source/gameengine/Makefile index 1d3bc8c2058..51bc0f7d39f 100644 --- a/source/gameengine/Makefile +++ b/source/gameengine/Makefile @@ -35,7 +35,7 @@ DIR = $(OCGDIR)/gameengine DIRS = BlenderRoutines DIRS += Converter DIRS += Expressions GameLogic Ketsji Rasterizer SceneGraph -DIRS += Network Physics +DIRS += Network Physics VideoTexture ifeq ($(WITH_BF_BLENDERGAMEENGINE),true) DIRS += GamePlayer -- cgit v1.2.3