mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Move dmd files into compiler/
This commit is contained in:
parent
20bd0cacbd
commit
6374bb87b7
4579 changed files with 4 additions and 4 deletions
5
compiler/ini/openbsd/bin32/dmd.conf
Normal file
5
compiler/ini/openbsd/bin32/dmd.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Environment32]
|
||||
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib32 -L--export-dynamic -fPIC
|
||||
|
||||
[Environment64]
|
||||
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib64 -L--export-dynamic -fPIC
|
5
compiler/ini/openbsd/bin64/dmd.conf
Normal file
5
compiler/ini/openbsd/bin64/dmd.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Environment32]
|
||||
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib32 -L--export-dynamic -fPIC
|
||||
|
||||
[Environment64]
|
||||
DFLAGS=-I%@P%/../../src/phobos -I%@P%/../../src/druntime/import -L-L%@P%/../lib64 -L--export-dynamic -fPIC
|
Loading…
Add table
Add a link
Reference in a new issue