Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Jussi Pakkanen
17bfbb99e5
Condense test dirs.
6 years ago
Jon Turney
ac480c1857
Extend test_rc_depends_files test case
...
Extend test_rc_depends_files test case to also cover depfile generation for
a resource file generated by a custom_target
7 years ago
Andrei Alexeyev
f8bd1c5ff2
windows.compile_resources: fix compiling multiple resources within one project
7 years ago
Andrei Alexeyev
ef7cb9f280
[windows] make compile_resources use custom targets instead of generators
7 years ago
Nirbheek Chauhan
03d0feec7c
tests/windows/5: Add more subdirs to the test
...
This improves test coverage by testing that resources, includes, and
build targets being in separate directories works properly.
8 years ago
Elliott Sales de Andrade
157549fe72
Add include_directories to windows.compile_resources.
8 years ago
Jussi Pakkanen
015688f506
Compile Windows resources. Closes #333 .
9 years ago