From cf0d0dace174aa2c0e2f8b5df009d02266e0c96a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 13 Aug 2014 14:18:43 +0000 Subject: working C++ version restored git-svn-id: http://svn.miranda-ng.org/main/trunk@10178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeClassic/build/deploy.bat | 34 ++++++++++++------------- protocols/SkypeClassic/build/make.bat | 12 ++++----- protocols/SkypeClassic/build/make_debug_w32.bat | 14 +++++----- protocols/SkypeClassic/build/make_debug_w64.bat | 10 ++++---- protocols/SkypeClassic/build/make_w32.bat | 14 +++++----- protocols/SkypeClassic/build/make_w64.bat | 16 ++++++------ 6 files changed, 50 insertions(+), 50 deletions(-) (limited to 'protocols/SkypeClassic/build') diff --git a/protocols/SkypeClassic/build/deploy.bat b/protocols/SkypeClassic/build/deploy.bat index 2b3b25687d..6beabe6439 100644 --- a/protocols/SkypeClassic/build/deploy.bat +++ b/protocols/SkypeClassic/build/deploy.bat @@ -1,17 +1,17 @@ -@echo off -set PATH=%PATH%;C:\Programme\WinRAR -echo Deploying.. -pushd .. -winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol.zip Release\skype.dll -rem There is no ANSI x64 Build -rem winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_x64.zip Release64\skype.dll -winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_unicode.zip Release-UNICODE\skype.dll -winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_unicode_x64.zip Release64-UNICODE\skype.dll - -winrar a -apDebug -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug\skype.pdb -winrar a -apDebug\Plugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug\skype.dll -winrar a -apDebug64-UNICODE -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug64-UNICODE\skype.pdb -winrar a -apDebug64-UNICODE\Plugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug64-UNICODE\skype.dll -winrar a -apDebug-UNICODE -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug-UNICODE\skype.pdb -winrar a -apDebug-UNICODE\Plugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug-UNICODE\skype.dll -popd +@echo off +set PATH=%PATH%;C:\Programme\WinRAR +echo Deploying.. +pushd .. +winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol.zip Release\skype.dll +rem There is no ANSI x64 Build +rem winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_x64.zip Release64\skype.dll +winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_unicode.zip Release-UNICODE\skype.dll +winrar a -apPlugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_unicode_x64.zip Release64-UNICODE\skype.dll + +winrar a -apDebug -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug\skype.pdb +winrar a -apDebug\Plugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug\skype.dll +winrar a -apDebug64-UNICODE -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug64-UNICODE\skype.pdb +winrar a -apDebug64-UNICODE\Plugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug64-UNICODE\skype.dll +winrar a -apDebug-UNICODE -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug-UNICODE\skype.pdb +winrar a -apDebug-UNICODE\Plugins -ep1 \\linux01\leecher\webserver\Skype\Skype_protocol_debug.zip Debug-UNICODE\skype.dll +popd diff --git a/protocols/SkypeClassic/build/make.bat b/protocols/SkypeClassic/build/make.bat index 0821b0041f..1e947ad005 100644 --- a/protocols/SkypeClassic/build/make.bat +++ b/protocols/SkypeClassic/build/make.bat @@ -1,6 +1,6 @@ -cmd /c make_w32 -cmd /c make_w64 -cmd /c make_debug_w32 -cmd /c make_debug_w64 -pause -deploy +cmd /c make_w32 +cmd /c make_w64 +cmd /c make_debug_w32 +cmd /c make_debug_w64 +pause +deploy diff --git a/protocols/SkypeClassic/build/make_debug_w32.bat b/protocols/SkypeClassic/build/make_debug_w32.bat index dc8609885b..5e89655e60 100644 --- a/protocols/SkypeClassic/build/make_debug_w32.bat +++ b/protocols/SkypeClassic/build/make_debug_w32.bat @@ -1,7 +1,7 @@ -call "F:\Programme\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" -pushd .. -nmake -f Skype_protocol.mak CFG="Win32 UNICODE Debug" clean -nmake -f Skype_protocol.mak CFG="Win32 UNICODE Debug" -nmake -f Skype_protocol.mak CFG="Win32 Debug" clean -nmake -f Skype_protocol.mak CFG="Win32 Debug" -popd +call "F:\Programme\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" +pushd .. +nmake -f Skype_protocol.mak CFG="Win32 UNICODE Debug" clean +nmake -f Skype_protocol.mak CFG="Win32 UNICODE Debug" +nmake -f Skype_protocol.mak CFG="Win32 Debug" clean +nmake -f Skype_protocol.mak CFG="Win32 Debug" +popd diff --git a/protocols/SkypeClassic/build/make_debug_w64.bat b/protocols/SkypeClassic/build/make_debug_w64.bat index cb3c8ab315..e52f94b05e 100644 --- a/protocols/SkypeClassic/build/make_debug_w64.bat +++ b/protocols/SkypeClassic/build/make_debug_w64.bat @@ -1,5 +1,5 @@ -call f:\PlatformSDK\SetEnv /X64 /RETAIL -pushd .. -nmake -f Skype_protocol.mak CFG="Win64 UNICODE Debug" clean -nmake -f Skype_protocol.mak CFG="Win64 UNICODE Debug" -popd +call f:\PlatformSDK\SetEnv /X64 /RETAIL +pushd .. +nmake -f Skype_protocol.mak CFG="Win64 UNICODE Debug" clean +nmake -f Skype_protocol.mak CFG="Win64 UNICODE Debug" +popd diff --git a/protocols/SkypeClassic/build/make_w32.bat b/protocols/SkypeClassic/build/make_w32.bat index c888c2e6f3..466966e699 100644 --- a/protocols/SkypeClassic/build/make_w32.bat +++ b/protocols/SkypeClassic/build/make_w32.bat @@ -1,7 +1,7 @@ -call "F:\Programme\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" -pushd .. -nmake -f Skype_protocol.mak CFG="Win32 Release" clean -nmake -f Skype_protocol.mak CFG="Win32 Release" -nmake -f Skype_protocol.mak CFG="Win32 UNICODE Release" clean -nmake -f Skype_protocol.mak CFG="Win32 UNICODE Release" -popd +call "F:\Programme\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" +pushd .. +nmake -f Skype_protocol.mak CFG="Win32 Release" clean +nmake -f Skype_protocol.mak CFG="Win32 Release" +nmake -f Skype_protocol.mak CFG="Win32 UNICODE Release" clean +nmake -f Skype_protocol.mak CFG="Win32 UNICODE Release" +popd diff --git a/protocols/SkypeClassic/build/make_w64.bat b/protocols/SkypeClassic/build/make_w64.bat index b553650866..fdab907c07 100644 --- a/protocols/SkypeClassic/build/make_w64.bat +++ b/protocols/SkypeClassic/build/make_w64.bat @@ -1,8 +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 +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