diff options
author | Araq <rumpf_a@web.de> | 2013-05-24 00:25:07 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-24 00:25:07 +0200 |
commit | 72457052fc32c80fcfd5d4a46acbb89133831d66 (patch) | |
tree | 3c47617dde0a7ff3e80ade81362025b048cf6166 | |
parent | 1284a34fc373bb72d82839f581605ad015f866b4 (diff) | |
parent | f72fdf44f68188d3c14e6bb1e1a0045c91a2204b (diff) | |
download | Nim-72457052fc32c80fcfd5d4a46acbb89133831d66.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
-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 |