summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-06-09 22:09:35 +0000
committerDRC <dcommander@users.sourceforge.net>2011-06-09 22:09:35 +0000
commitcc69857849b24f927b8bb5686e530871a8b38023 (patch)
tree98f5c1741523a8955259409295bb7b9a70e41b05 /doc
parent5dc23afeae3545dfb42c0ac25be6db7650a8f73e (diff)
downloadtigervnc-cc69857849b24f927b8bb5686e530871a8b38023.tar.gz
tigervnc-cc69857849b24f927b8bb5686e530871a8b38023.zip
Remove obsolete Visual C++ 7 build instructions
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4488 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r--doc/building-vc7.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/building-vc7.txt b/doc/building-vc7.txt
deleted file mode 100644
index cadde88a..00000000
--- a/doc/building-vc7.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-How to build TigerVNC with VC7 (Visual C++ .NET)
-================================================
-
-
-Introduction
-------------
-
-This text documents how to build TigerVNC with VC7.
-
-
-The VC7 "Standard" Edition
---------------------------
-
-The VC7 "Standard" Edition does not come with an optimizing
-compiler. It is possible to use the compiler from the free Visual C++
-Toolkit 2003, though. See
-http://www.sawtoothdistortion.com/Articles/FreeOptimizingCompiler.html
-for more information. (This documents assumes that you are using Method
-Two.)
-
-
-Building
---------
-
-* Open vnc.dsw. Select "Yes to all".
-
-* Select Build->Configuration Manager->Active Solution
- Configuration->Release.
-
-* In Solution Explorer, select all projects except
- "logmessages". Right-click, and select properties.
-
-* Below Configuration Properties->C/C++->Precompiled Headers, select
- "Not Using Precompiled Headers".
-
-* If you are using the Standard Edition and would like to build with
- optimizations, select Configuration Properties->C/C++->Command Line
- and fill in "/O2".
-
-* Build Solution.