Files
dmd/dmd.conf
Matthias Eliasson b89011affc Accepting request 564049 from home:elimat:branches:devel:languages:D
- Update to 2.078.0
- Update auto_bootstrap version to 2.078.0
- Remove bootrap option for ldc since we have working bootstraping with dmd
- Did some more clean-up in spec of build flags that was wrong and redundant
- Update default dmd.conf with more accurate includes

OBS-URL: https://build.opensuse.org/request/show/564049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/dmd?expand=0&rev=38
2018-01-14 00:00:07 +00:00

19 lines
567 B
Plaintext

;
; dmd.conf file for dmd
;
; dmd will look for dmd.conf in the following sequence of directories:
; - current working directory
; - directory specified by the HOME environment variable
; - directory dmd resides in
; - /etc directory
;
; Names enclosed by %% are searched for in the existing environment and inserted
;
; The special name %@P% is replaced with the path to this file
;
[Environment32]
DFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib -L--export-dynamic -fPIC
[Environment64]
DFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib64 -L--export-dynamic -fPIC