summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/sdkbuild.bat
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-23 07:44:30 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-23 07:44:30 +0000
commitf3d44bc057201407373012b7f682881bda7b3d98 (patch)
treeddf031a82529c84e13222131cf184ecf176d3954 /plugins/TabSRMM/sdkbuild.bat
parentc2d827972a16f1710406d15e58304aecc4e1c9b5 (diff)
some includes restored, mir_full.sln updated, some renaming of folders and projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@140 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