diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-07 11:59:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-07 11:59:59 +0000 |
commit | d472416d3e24ecc00083369d0a91c2ce1144f295 (patch) | |
tree | ef58fb0bd144f8dc508de6a26091298e3c72eeaa /plugins/TabSRMM/BuildScripts/VS_2010_Toolset9.bat | |
parent | ebd0e5dfd0f1e594dc2b7b5bd1429c57a91e41e6 (diff) |
removed not needed files
git-svn-id: http://svn.miranda-ng.org/main/trunk@354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/BuildScripts/VS_2010_Toolset9.bat')
-rw-r--r-- | plugins/TabSRMM/BuildScripts/VS_2010_Toolset9.bat | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/TabSRMM/BuildScripts/VS_2010_Toolset9.bat b/plugins/TabSRMM/BuildScripts/VS_2010_Toolset9.bat deleted file mode 100644 index cad0559f2f..0000000000 --- a/plugins/TabSRMM/BuildScripts/VS_2010_Toolset9.bat +++ /dev/null @@ -1,18 +0,0 @@ -@echo off
-
-REM ignore this if you do not have Visual Studio 2010 installed.
-
-echo * ------------------------------------------------- *
-echo This builds x86/x64 targets using the Visual C++ 9
-echo toolset. The builds will use the msvcr90 runtime,
-echo same as builds created with Visual Studio 2008 SP1.
-echo
-echo This must be used from a Visual Studio 2010 command
-echo line prompt to be found in:
-echo
-echo Start->Visual Studio 2010->Visual Studio Tools
-echo * ------------------------------------------------- *
-
-cd ..
-msbuild tabsrmm_10.sln /t:rebuild /p:"Configuration=Release Unicode";platform=Win32;PlatformToolset=v90
-msbuild tabsrmm_10.sln /t:rebuild /p:"Configuration=Release Unicode";platform=x64;PlatformToolset=v90
|