Implemented HAnim plugin.

This commit is contained in:
Angelo Papenhoff
2015-01-17 15:15:03 +01:00
parent f8f7efab40
commit c0fab82c52
9 changed files with 184 additions and 14 deletions

View File

@ -7,7 +7,7 @@ BUILDDEF:=$(shell echo $(BUILD) | tr a-z A-Z | sed 's/^/-DRW_/')
BUILDDIR=build-$(BUILD)
SRCDIR=src
SRC := $(patsubst %.cpp,$(SRCDIR)/%.cpp, rwbase.cpp clump.cpp\
geometry.cpp geometryplg.cpp\
geometry.cpp plugins.cpp\
ps2.cpp ogl.cpp\
image.cpp gtaplg.cpp)
OBJ := $(patsubst $(SRCDIR)/%.cpp,$(BUILDDIR)/%.o,$(SRC))