diff options
Diffstat (limited to 'plugins/TabSRMM/sdkbuild.bat')
-rw-r--r-- | plugins/TabSRMM/sdkbuild.bat | 13 |
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
|