EXAMPLE_BIN=borequest

OBJF=\
	game/battles.o \
	game/common.o \
	game/enemy.o \
	game/fonts.o \
	game/language.o \
	game/messages.o \
	game/player.o \
	game/run.o \
	game/weapon.o \
	generation/building_generator.o \
	generation/words.o \
	generation/world_generator.o \
	land/building_components_large.o \
	land/building_components_medium.o \
	land/building_components_small.o \
	land/building_components.o \
	land/building_tile.o \
	land/building.o \
	land/town_tile.o \
	land/town.o \
	land/world_tile.o \
	land/world.o \
	borequest.o 

LIBS += clanCore clanDisplay clanSound clanApp clanGL clanMikMod clanVorbis clanGDI

CXXFLAGS += -I./game -I./generation -I./land -I.

include Makefile.conf
