You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
247 B
10 lines
247 B
12 years ago
|
#
|
||
|
# RPM macros for D applications.
|
||
|
#
|
||
|
# Include directory where all .di or .d file are installed.
|
||
|
%_d_includedir %{_includedir}/d
|
||
|
# Compile options for ldc and make file
|
||
|
%_d_optflags -release -w -g -O3
|
||
|
# Lib directory path
|
||
|
%_d_libdir %{_libdir}/d/
|