diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-09 12:07:58 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-09 12:07:58 +0000 |
commit | 94da412fe250304a371605e6bf4a08ef1ca2fd3b (patch) | |
tree | 09cf3fea3c2dcbb39d41441eef538427f2e623d0 /src/map/Makefile.in | |
parent | f75cd63e74884bfb8ee5f59717d8e37671948af6 (diff) | |
download | hercules-94da412fe250304a371605e6bf4a08ef1ca2fd3b.tar.gz hercules-94da412fe250304a371605e6bf4a08ef1ca2fd3b.tar.bz2 hercules-94da412fe250304a371605e6bf4a08ef1ca2fd3b.tar.xz hercules-94da412fe250304a371605e6bf4a08ef1ca2fd3b.zip |
* Moved duel code into a separate file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14785 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r-- | src/map/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in index f45f4dd00..7070a0a9d 100644 --- a/src/map/Makefile.in +++ b/src/map/Makefile.in @@ -18,7 +18,7 @@ MAP_OBJ = map.o chrif.o clif.o pc.o status.o npc.o \ storage.o skill.o atcommand.o battle.o battleground.o \ intif.o trade.o party.o vending.o guild.o pet.o \ log.o mail.o date.o unit.o homunculus.o mercenary.o quest.o instance.o \ - buyingstore.o searchstore.o + buyingstore.o searchstore.o duel.o MAP_TXT_OBJ = $(MAP_OBJ:%=obj_txt/%) \ obj_txt/mapreg_txt.o MAP_SQL_OBJ = $(MAP_OBJ:%=obj_sql/%) \ @@ -28,7 +28,7 @@ MAP_H = map.h chrif.h clif.h pc.h status.h npc.h \ storage.h skill.h atcommand.h battle.h battleground.h \ intif.h trade.h party.h vending.h guild.h pet.h \ log.h mail.h date.h unit.h homunculus.h mercenary.h quest.h instance.h mapreg.h \ - buyingstore.h searchstore.h + buyingstore.h searchstore.h duel.h HAVE_MYSQL=@HAVE_MYSQL@ ifeq ($(HAVE_MYSQL),yes) |