* 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user