diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-13 14:18:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-13 14:18:43 +0000 |
commit | cf0d0dace174aa2c0e2f8b5df009d02266e0c96a (patch) | |
tree | a534b32bcb4784b7dfae5fe7fa3749bea4cd1c82 /protocols/SkypeClassic/build/make_w64.bat | |
parent | 96674592dd3493682a6cccb0b3dcf8ca019fd7a4 (diff) |
working C++ version restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@10178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/build/make_w64.bat')
-rw-r--r-- | protocols/SkypeClassic/build/make_w64.bat | 16 |
1 files changed, 8 insertions, 8 deletions
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 |