Created
February 21, 2020 23:30
-
-
Save denizzzka/9ec26185ddfc35fbe547ba5ec12da89e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d_dep = library( | |
| 'D code part', | |
| [ | |
| 'source/app.d', | |
| 'source/bindings/types.d', | |
| ], | |
| include_directories: [ | |
| 'source', | |
| ], | |
| ) | |
| Превращается в: | |
| ldc2 '-I=d/18ac3e7@@D code part@sta' -I=d -I=../d -I=../d/source -enable-color -wi -g -d-debug --mtriple=arm-none-eabi -mcpu=cortex-m3 -march=thumb -relocation-model=pic -of='d/18ac3e7@@D code part@sta/source_app.d.o' -c ../d/source/app.d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment