diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2013-05-21 15:39:11 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2013-05-21 15:40:11 -0500 |
commit | f72fdf44f68188d3c14e6bb1e1a0045c91a2204b (patch) | |
tree | bd3e773d755ead0d067a306061d2137fcfca8b20 /web | |
parent | 42dde412411dcd77efa72216980c6175170c0549 (diff) | |
download | Nim-f72fdf44f68188d3c14e6bb1e1a0045c91a2204b.tar.gz |
removed unsupported compilers from the FAQ
Diffstat (limited to 'web')
-rw-r--r-- | web/question.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/question.txt b/web/question.txt index 09e97bbcf..659534db2 100644 --- a/web/question.txt +++ b/web/question.txt @@ -114,12 +114,8 @@ Change the value of the ``cc`` variable to one of the following: Abbreviation C/C++ Compiler ============== ============================================ ``dmc`` Digital Mars C++ -``wcc`` Watcom C++ (now unsupported!) -``bcc`` Borland C++ (now unsupported!) ``vcc`` Microsoft's Visual C++ ``gcc`` Gnu C -``pcc`` Pelles C (now unsupported!) -``lcc`` Lcc-win32 (now unsupported!) ``tcc`` Tiny C ``llvm_gcc`` LLVM-GCC compiler ``icc`` Intel C++ compiler |