[Fix] Updated Makefile to include memory manager.

-- I will work on pathfinding now..
This commit is contained in:
Rtch90 2012-01-05 19:17:39 +00:00
parent f3fd1861bc
commit b97bbd5702
4 changed files with 1 additions and 1 deletions

BIN
Bin/Unuk Executable file

Binary file not shown.

0
Bin/leakcheck.sh Normal file → Executable file
View File

Binary file not shown.

View File

@ -4,7 +4,7 @@ LDADD = -lGL -lGLU -lSDL -lSDL_ttf -lSDL_gfx -lSDL_image -ltinyxml
objects = ApplySurface.o Button.o ButtonToggle.o Character.o Collision.o \
Debug.o Font.o FPS.o ImageLoader.o IngameMenu.o Input.o MainMenu.o \
Map.o MapElement.o MapEntities.o NPC.o ParticleEmitter.o \
Rect.o Text.o Texture.o TextureManager.o Timer.o \
Rect.o Text.o Texture.o TextureManager.o Timer.o MemManager.o\
.PHONY: default all clean