Very basic stuff working on linux 32-bit with dmd and phobos2.
This commit is contained in:
parent
f23eee9828
commit
67f0225e42
152 changed files with 113 additions and 0 deletions
5
cmaked/CMakeDCompilerABI.d
Normal file
5
cmaked/CMakeDCompilerABI.d
Normal file
|
@ -0,0 +1,5 @@
|
|||
int main( string[] args )
|
||||
{
|
||||
int require = 0;
|
||||
return require;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue