]> git.tdb.fi Git - builder.git/commit
Initial support for building on Darwin (a.k.a. Mac OS X)
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2013 17:29:52 +0000 (20:29 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2013 17:49:41 +0000 (20:49 +0300)
commit6e02286dcbd62b8f5ef56987c2298d54b689ad9c
tree9fd1d54ca1eaedfab38efc3650e0120f4d408b28
parente516e78510ad455eebc0e06645c9f12943117525
Initial support for building on Darwin (a.k.a. Mac OS X)
12 files changed:
bootstrap.sh
source/architecture.cpp
source/builder.cpp
source/clangccompiler.cpp [new file with mode: 0644]
source/clangccompiler.h [new file with mode: 0644]
source/clangcxxcompiler.cpp [new file with mode: 0644]
source/clangcxxcompiler.h [new file with mode: 0644]
source/clangtools.cpp [new file with mode: 0644]
source/clangtools.h [new file with mode: 0644]
source/gnucompiler.cpp
source/gnulinker.cpp
source/sharedlibrary.cpp