diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-08-15 14:13:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-08-15 14:13:56 -0400 |
commit | b25ee9095deca0cd0c7eedafda89e021734d0ca7 (patch) | |
tree | 6935c66d03dd22775dff5eae40d3f6ec7aee844d /indra/tools/vstool/README.txt | |
parent | 4fb100ac7a33174883184f1320d0beac08ead3a7 (diff) |
Remove VSTool, its build info and all invocations.
VSTool manipulates the SecondLife.sln solution file for the convenience of a
developer subsequently running Visual Studio interactively. But the cost of
having it sometimes break TeamCity automated builds is too high -- especially
since we never expect to run Visual Studio interactively on a TC build host.
Also remove the CMake UNATTENDED variable that controlled it.
Diffstat (limited to 'indra/tools/vstool/README.txt')
-rw-r--r-- | indra/tools/vstool/README.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/tools/vstool/README.txt b/indra/tools/vstool/README.txt deleted file mode 100644 index e419180031..0000000000 --- a/indra/tools/vstool/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -VSTool is a command line utility to manipulate VisualStudio settings.
-
-The windows cmake project configuration uses VSTool.exe
-
-A handy upgrade:
- figure out how to make cmake build this csharp app
- - or write the app using script (jscript?!?) so it doesn't need to be built.
-
-
|