- eol-styled some remaining files

- deleted some outdated files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9614 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage
2007-01-03 22:12:33 +00:00
parent e46b9e7d41
commit 74d8bc1cab
3 changed files with 11 additions and 120 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/sh
rsqlt=`rm -rf *.o`
gcc -c char.c -I/usr/local/include/mysql/
gcc -c int_guild.c -I/usr/local/include/mysql/
gcc -c int_party.c -I/usr/local/include/mysql/
gcc -c int_pet.c -I/usr/local/include/mysql/
gcc -c int_storage.c -I/usr/local/include/mysql/
gcc -c inter.c -I/usr/local/include/mysql/
gcc -c itemdb.c -I../common/
gcc -o ../char-server inter.o char.o int_pet.o int_storage.o int_guild.o int_party.o ../common/strlib.o itemdb.o ../common/core.o ../common/socket.o ../common/timer.o ../common/db.o -L/usr/local/lib/mysql -lmysqlclient -lz