| Age | Commit message (Collapse) | Author |
|
The rule mrc definition was emitted and the .rc.obj was listed as a link
input, but no build edge was generated for it, so a clean ninja build
failed with "missing and no known rule to make it".
Fixes #7682
Co-Authored-By: Claude Fable 5 <[email protected]>
|
|
|
|
|
|
|
|
This allows seeing source files added by add_files but not directly
supported by xmake (e.g. when support is provided by a custom rule)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes: https://github.com/xmake-io/xmake/issues/7526
|
|
Detect targets whose source kinds are entirely "cs" and emit a .csproj
|
|
doesn't contain IMPORTED_OBJECTS property
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add benchmarks and optimize config/build targets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|