summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/build/make_w64.bat
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-08-11 21:19:54 +0000
committerRobert Pösel <robyer@seznam.cz>2014-08-11 21:19:54 +0000
commit4f3031386a93610686ce917c47582fa04f3d5eca (patch)
tree6f420819c8945b4b18b9e45e4964baf188dd2e2f /protocols/SkypeClassic/build/make_w64.bat
parent41ec75629ab19e84dd25a168797afe5fe8c01594 (diff)
Updated SkypeClassic sources from leecher (compatible with IM, but broken with NG)
git-svn-id: http://svn.miranda-ng.org/main/trunk@10159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/build/make_w64.bat')
-rw-r--r--protocols/SkypeClassic/build/make_w64.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/SkypeClassic/build/make_w64.bat b/protocols/SkypeClassic/build/make_w64.bat
new file mode 100644
index 0000000000..fdab907c07
--- /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