Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

root/tags/releases/0.99.8/lib/gdcinclude

Revision 4399, 226 bytes (checked in by fawzi, 3 years ago)

basic support for gdc mac

Line 
1 gdcversion() {
2     echo ">> Checking compiler version GDC"
3
4     GDCVERSION=`gdc --version | head -1 | cut -c 26-`
5     echo ">> Compiler version is $GDCVERSION"
6 }
7
8 gdcsettings() {
9     gdcversion
10 }
11
12 gdcbugs() {
13     gdcversion
14 }
Note: See TracBrowser for help on using the browser.