Additional windows fixes.

This commit is contained in:
dg
2023-10-26 18:26:10 +00:00
parent fd884027c0
commit 8fd98d674a
6 changed files with 56 additions and 50 deletions

View File

@@ -219,14 +219,14 @@ cxxlibrary(
export(
name="all",
items={
"fluxengine": "src+fluxengine",
"fluxengine-gui": "src/gui",
"brother120tool": "tools+brother120tool",
"brother240tool": "tools+brother240tool",
"upgrade-flux-file": "tools+upgrade-flux-file",
"fluxengine$(EXT)": "src+fluxengine",
"fluxengine-gui$(EXT)": "src/gui",
"brother120tool$(EXT)": "tools+brother120tool",
"brother240tool$(EXT)": "tools+brother240tool",
"upgrade-flux-file$(EXT)": "tools+upgrade-flux-file",
}
| {"FluxEngine.pkg": "src/gui+fluxengine_pkg"}
| ({"FluxEngine.pkg": "src/gui+fluxengine_pkg"}
if config.osx
else {},
else {}),
deps=["tests", "src/formats+docs", "scripts+mkdocindex"],
)