summaryrefslogtreecommitdiff
path: root/plugins/Tabsrmm/sdkbuild.bat
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-05-18 22:02:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-05-18 22:02:50 +0000
commitf920ef497f3299ae24fe783ce03bdd93b419f764 (patch)
treebdaa9197c08d29ab141a6adfdd6cc0a68ddd3996 /plugins/Tabsrmm/sdkbuild.bat
parent6c3b0571f0678da0512069869afaa284c054377e (diff)
plugins folders renaming
git-svn-id: http://svn.miranda-ng.org/main/trunk@60 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Tabsrmm/sdkbuild.bat')
-rw-r--r--plugins/Tabsrmm/sdkbuild.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Tabsrmm/sdkbuild.bat b/plugins/Tabsrmm/sdkbuild.bat
new file mode 100644
index 0000000000..4f8d762dbd
--- /dev/null
+++ b/plugins/Tabsrmm/sdkbuild.bat
@@ -0,0 +1,13 @@
+@echo off
+
+echo * *
+echo ------------------------------------------------
+echo build tabSRMM with vcbuild.exe from Windows SDK
+echo requires a Windows PSDK (Version 7 or later)
+echo must be run from the SDK cmd shell with properly
+echo configured environment.
+echo ------------------------------------------------
+echo * *
+
+vcbuild.exe tabsrmm_9.vcproj "Release Unicode" /platform:Win32 /r
+vcbuild.exe tabsrmm_9.vcproj "Release Unicode" /platform:x64 /r