summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/sdkbuild.bat
blob: 4f8d762dbd3a3424b750e375b9a8bafd6b84be35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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