From 96674592dd3493682a6cccb0b3dcf8ca019fd7a4 Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Wed, 13 Aug 2014 13:46:55 +0000 Subject: Made SkypeClassic plugin compatible with Miranda IM again so that plugins for both IMs can be maintained with one codebase. Compatibility wrapper for Miranda IM is in ng-compat/m_core.h Changed files back to C and removed C++ code. Changed Miranda NG project files so that the c files compile as C++ in order to be compatible with Miranda NG headers (/TP). Added back build scripts and make file to automatically build Miranda IM version using Makefile. git-svn-id: http://svn.miranda-ng.org/main/trunk@10177 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeClassic/build/make_w64.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 protocols/SkypeClassic/build/make_w64.bat (limited to 'protocols/SkypeClassic/build/make_w64.bat') diff --git a/protocols/SkypeClassic/build/make_w64.bat b/protocols/SkypeClassic/build/make_w64.bat new file mode 100644 index 0000000000..b553650866 --- /dev/null +++ b/protocols/SkypeClassic/build/make_w64.bat @@ -0,0 +1,8 @@ +call f:\PlatformSDK\SetEnv /X64 /RETAIL +pushd .. +rem There is no ANSI x64 Miranda build +rem nmake -f Skype_protocol.mak CFG="Win64 Release" clean +rem nmake -f Skype_protocol.mak CFG="Win64 Release" +nmake -f Skype_protocol.mak CFG="Win64 UNICODE Release" clean +nmake -f Skype_protocol.mak CFG="Win64 UNICODE Release" +popd -- cgit v1.2.3