Jon Turney
54c680c4ba
Apply work-around for windres bug with msys2 clang also
...
The windres bug with paths with spaces appears irrespective of compiler
6 years ago
Jussi Pakkanen
17bfbb99e5
Condense test dirs.
6 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
Jon Turney
6c9260c47f
Run test cases/windows/ tests on Cygwin
...
Also, always run 'test cases/windows/5 resources' on Cygwin since it can
handle args containing spaces correctly.
8 years ago
Nirbheek Chauhan
87f35d7118
tests/windows/5: Skip if build_to_src has spaces
...
In this case, the arguments to MinGW windres will contain spaces and
the test will definitely fail, so just skip it.
This effectively means that manually running the test will be fine, but
running it via run_project_tests.py will always fail (skip).
8 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