Skip to content

Scripts and tips to cross-compile D source files into Windows binaries from Linux using LDC

Notifications You must be signed in to change notification settings

atilaneves/ldc-xcompile-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross compile D source files to produce Windows binaries from Linux

The linker invocation that ldc uses doesn't work with Visual Studio 2017. The linker.sh script here fixes that but unfortunately has to be invoked separately from the compilation phase. See setup.md for more. To produce Windows .obj files, call ldc with -mtriple x86_64-windows-msvc or use compiler.sh.

About

Scripts and tips to cross-compile D source files into Windows binaries from Linux using LDC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published