Mercurial > pidgin
diff libgaim/protocols/irc/Makefile.mingw @ 14555:12cb76aeb21c
[gaim-migrate @ 17278]
Allow `make -f Makefile.mingw` to work directly from the prpl directories.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Thu, 14 Sep 2006 19:37:46 +0000 |
| parents | 4dce0b552c83 |
| children | 5d03b309b482 |
line wrap: on
line diff
--- a/libgaim/protocols/irc/Makefile.mingw Thu Sep 14 19:26:04 2006 +0000 +++ b/libgaim/protocols/irc/Makefile.mingw Thu Sep 14 19:37:46 2006 +0000 @@ -8,6 +8,7 @@ include $(GAIM_TOP)/libgaim/win32/global.mak TARGET = libirc +TYPE = PLUGIN # Static or Plugin... ifeq ($(TYPE),STATIC) @@ -49,7 +50,6 @@ ## LIBS = \ -lglib-2.0 \ - -lgobject-2.0 \ -lws2_32 \ -lintl \ -lgaim @@ -79,7 +79,7 @@ ## clean: - rm -rf $(OBJECTS) - rm -rf $(TARGET).dll + rm -f $(OBJECTS) + rm -f $(TARGET).dll include $(GAIM_COMMON_TARGETS)
