diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 15:43:48 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 15:43:48 +0000 |
commit | 6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04 (patch) | |
tree | 06deda066b55ec24e23ee5be03e8a7c2251ceb48 /src/char | |
parent | b2f9f553b6631d2efcad3acbc051ef88e1f3832a (diff) | |
download | hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.tar.gz hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.tar.bz2 hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.tar.xz hercules-6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@991 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char')
-rw-r--r-- | src/char/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/Makefile b/src/char/Makefile index 877f83c5a..3c09db92c 100644 --- a/src/char/Makefile +++ b/src/char/Makefile @@ -4,7 +4,7 @@ txt: char-server COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/db.o ../common/lock.o ../common/malloc.o ../common/showmsg.o ../common/strlib.o COMMON_H = ../common/core.h ../common/socket.h ../common/timer.h ../common/mmo.h ../common/db.h ../common/lock.h ../common/timer.h ../common/malloc.h ../common/showmsg.h ../common/strlib.h char-server: char.o inter.o int_party.o int_guild.o int_storage.o int_pet.o $(COMMON_OBJ) - $(CC) -o ../../$@ $> + $(CC) -o ../../$@ $> $(LIB_S) char.o: char.c char.h inter.h int_pet.h $(COMMON_H) ../common/version.h inter.o: inter.c inter.h int_party.h int_guild.h int_storage.h int_pet.h char.h $(COMMON_H) |