summaryrefslogtreecommitdiff
path: root/Skype/make_w32.bat
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 15:41:10 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 15:41:10 +0000
commitf04d64869f3b1de54fb343f28f955584780001b8 (patch)
tree5453dc10de3d980de79ffe019fa0b5fcb692a27d /Skype/make_w32.bat
parent7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (diff)
Project folders rename part 3
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Skype/make_w32.bat')
-rw-r--r--Skype/make_w32.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/Skype/make_w32.bat b/Skype/make_w32.bat
new file mode 100644
index 0000000..ebcd4cf
--- /dev/null
+++ b/Skype/make_w32.bat
@@ -0,0 +1,5 @@
+call "F:\Programme\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT"
+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"