summaryrefslogtreecommitdiff
path: root/src/char_sql
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-30 05:51:53 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-30 05:51:53 +0000
commitaa6510ad1ed20dd163d946d858a401a9fd2d1941 (patch)
treef577d43fc5dba4fd3a2992d955d14ac540fa41a2 /src/char_sql
parentda27892d7d7efc066dd21a95b94ae2dd66634631 (diff)
downloadhercules-aa6510ad1ed20dd163d946d858a401a9fd2d1941.tar.gz
hercules-aa6510ad1ed20dd163d946d858a401a9fd2d1941.tar.bz2
hercules-aa6510ad1ed20dd163d946d858a401a9fd2d1941.tar.xz
hercules-aa6510ad1ed20dd163d946d858a401a9fd2d1941.zip
svn prop changes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@871 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql')
-rw-r--r--src/char_sql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/char_sql/Makefile b/src/char_sql/Makefile
index c58e2d59d..10d08e2a9 100644
--- a/src/char_sql/Makefile
+++ b/src/char_sql/Makefile
@@ -5,8 +5,8 @@ COMMON_OBJ = ../common/core.o ../common/socket.o ../common/timer.o ../common/db.
COMMON_H = ../common/core.h ../common/socket.h ../common/timer.h ../common/db.h ../common/malloc.h ../common/showmsg.h ../common/utils.h ../common/strlib.h
char-server_sql: char.o inter.o int_party.o int_guild.o int_storage.o int_pet.o itemdb.o $(COMMON_OBJ)
- $(CC) -o ../../$@ $^ $(LIB_S)
-
+ $(CC) -o ../../$@-$(SVN_VERSION) $^ $(LIB_S)
+ cp ../../$@-$(SVN_VERSION) ../../$@
char.o: char.c char.h ../common/strlib.h itemdb.h ../common/showmsg.h
inter.o: inter.c inter.h int_party.h int_guild.h int_storage.h int_pet.h ../common/mmo.h char.h ../common/socket.h ../common/showmsg.h