summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/build/make_debug_w32.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_debug_w32.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_debug_w32.bat')
-rw-r--r--protocols/SkypeClassic/build/make_debug_w32.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/SkypeClassic/build/make_debug_w32.bat b/protocols/SkypeClassic/build/make_debug_w32.bat
new file mode 100644
index 0000000000..5e89655e60
--- /dev/null
+++ b/protocols/SkypeClassic/build/make_debug_w32.bat
@@ -0,0 +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