diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-04 14:48:14 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-04 14:48:14 +0000 |
commit | 7b57637c32ea9c179c4fa694a98afc64e4922e56 (patch) | |
tree | df76223368ddb6b95942e2d67743946047e19553 /src/common/Makefile | |
parent | 177e5a3af1b7b421c027dfc06abc6e6b8ca10e28 (diff) | |
download | hercules-7b57637c32ea9c179c4fa694a98afc64e4922e56.tar.gz hercules-7b57637c32ea9c179c4fa694a98afc64e4922e56.tar.bz2 hercules-7b57637c32ea9c179c4fa694a98afc64e4922e56.tar.xz hercules-7b57637c32ea9c179c4fa694a98afc64e4922e56.zip |
* Added dll.h
* Update base code for the UPNP plugin loading
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1398 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/Makefile')
-rw-r--r-- | src/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile b/src/common/Makefile index c90940b94..7a00c5a3c 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -9,7 +9,7 @@ obj/%.o: %.c $(COMPILE.c) $(OUTPUT_OPTION) $< obj/core.o: core.c core.h showmsg.h -obj/socket.o: socket.c socket.h mmo.h showmsg.h +obj/socket.o: socket.c socket.h mmo.h showmsg.h dll.h obj/timer.o: timer.c timer.h showmsg.h obj/grfio.o: grfio.c grfio.h showmsg.h obj/db.o: db.c db.h showmsg.h |