[Fix] Updated Makefile to include memory manager.
-- I will work on pathfinding now..
This commit is contained in:
parent
f3fd1861bc
commit
b97bbd5702
0
Bin/leakcheck.sh
Normal file → Executable file
0
Bin/leakcheck.sh
Normal file → Executable file
BIN
Unuk-QT/Unuk-QT
BIN
Unuk-QT/Unuk-QT
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user