Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-08-10 08:06:31 +0400
committerEion Robb <eion@robbmob.com>2008-08-10 08:06:31 +0400
commit4cc7ab4631e125305a44dd615223de5dc523f75f (patch)
tree253797943a5f86f875682062519e0edf83f70e0b /Makefile
parentbd4a20df821b1c6dd262ed013dfded87482c85b0 (diff)
Make the right output file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 00ca6d6..7fd50e3 100644
--- a/Makefile
+++ b/Makefile
@@ -57,10 +57,10 @@ libskypenet.dll: .DEPENDS skype_messaging_network.c
upx libskypenet.dll
libskype-debug.dll: .DEPENDS skype_messaging_win32.c
- ${WIN32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -I. -g -O2 -pipe libskype.c -o libskype.dll -shared -mno-cygwin ${WIN32_CFLAGS} ${WIN32_LIBS}
+ ${WIN32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -I. -g -O2 -pipe libskype.c -o libskype-debug.dll -shared -mno-cygwin ${WIN32_CFLAGS} ${WIN32_LIBS}
libskypenet-debug.dll: .DEPENDS skype_messaging_network.c
- ${WIN32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -I. -g -O2 -pipe libskype.c -o libskypenet.dll -shared -mno-cygwin ${WIN32_CFLAGS} ${WIN32_LIBS} -DSKYPENET
+ ${WIN32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -I. -g -O2 -pipe libskype.c -o libskypenet-debug.dll -shared -mno-cygwin ${WIN32_CFLAGS} ${WIN32_LIBS} -DSKYPENET
po/%.mo: po/%.po
msgfmt -cf -o $@ $<