* Played around with MinGW a bit today...

- adjusted code so that it handles mingw-specific compatibility problems
- adjusted the makefile, mingw is not a subset of cygwin
* As an experiment Corrected many /W4 warnings on the txt login server

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10192 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage
2007-04-09 00:46:55 +00:00
parent 87ac06f325
commit 5d3ea3da27
32 changed files with 205 additions and 202 deletions

View File

@@ -14,7 +14,7 @@ char-server_sql: char.o inter.o int_party.o int_guild.o int_storage.o int_pet.o
$(CC) -o ../../$@ $^ $(LIB_S)
clean:
rm -f *.o ../../char-server_sql
rm -f *.o ../../char-server_sql GNUmakefile
# DO NOT DELETE