]> git.tdb.fi Git - builder.git/commit
Add drivers for the MSVC toolchain
authorMikko Rasa <tdb@tdb.fi>
Tue, 31 Aug 2021 23:41:52 +0000 (02:41 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 1 Sep 2021 00:15:20 +0000 (03:15 +0300)
commitc0e0728ff439ddb364cee26f164e46705beac822
treeb682fe7f59228410d95275e0f0a5045aefcfd019
parent650560b14cac4bb35589b5b8db99197c5e1345cc
Add drivers for the MSVC toolchain

Shared libraries are not yet properly supported.  Import libraries are
not generated and all of my code lacks the necessary attributes anyway.
13 files changed:
Build
source/architecture.cpp
source/builder.cpp
source/microsofttools.cpp [new file with mode: 0644]
source/microsofttools.h [new file with mode: 0644]
source/msvcarchiver.cpp [new file with mode: 0644]
source/msvcarchiver.h [new file with mode: 0644]
source/msvccompiler.cpp [new file with mode: 0644]
source/msvccompiler.h [new file with mode: 0644]
source/msvclinker.cpp [new file with mode: 0644]
source/msvclinker.h [new file with mode: 0644]
source/sysutils.cpp
source/sysutils.h