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>2009-01-19 11:33:56 +0300
committerEion Robb <eion@robbmob.com>2009-01-19 11:33:56 +0300
commitd24726bbc6ca41bfeab95163ee1b9e72ffaad6f2 (patch)
treec3ddb35fe4d68537a54e9ce960816b7eb0eb165b /Makefile
parent284f502c9861c97e408794449b55d38b628bd159 (diff)
Fix Makefile for windows -vv.dll compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 478050a..6c48470 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ libskype_dbus64.so: .DEPENDS skype_messaging_dbus.c
${LINUX64_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -pthread ${GLIB_CFLAGS} -I. -g -m32 -m64 -O2 -pipe libskype.c -o libskype_dbus64.so -shared -fPIC -DPIC ${DBUS_CFLAGS}
libskype-vv.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} -Wl,--strip-all -DUSE_VV ${WIN32_VV_FLAGS}
+ ${WIN32_COMPILER} ${LIBPURPLE_CFLAGS} -Wall -I. -g -O2 -pipe libskype.c -o libskype.dll -shared -mno-cygwin ${WIN32_CFLAGS} ${WIN32_LIBS} -Wl,--strip-all -DUSE_VV ${WIN32_VV_CFLAGS}
libskype.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} -Wl,--strip-all