mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
The frametest program gets promoted to the real imager.
This commit is contained in:
2
build.py
2
build.py
@@ -99,7 +99,7 @@ export(
|
||||
items={
|
||||
"fluxengine$(EXT)": "src+fluxengine",
|
||||
"fluxengine-gui$(EXT)": "src/gui",
|
||||
"frametest$(EXT)": "src/gui2+frametest",
|
||||
"fluxengine-imager$(EXT)": "src/gui2+imager",
|
||||
"brother120tool$(EXT)": "tools+brother120tool",
|
||||
"brother240tool$(EXT)": "tools+brother240tool",
|
||||
"upgrade-flux-file$(EXT)": "tools+upgrade-flux-file",
|
||||
|
||||
@@ -136,9 +136,9 @@ cxxlibrary(
|
||||
# )
|
||||
|
||||
cxxprogram(
|
||||
name="frametest",
|
||||
name="imager",
|
||||
srcs=[
|
||||
"./frametest.cc",
|
||||
"./mainwindow-imager.cc",
|
||||
".+imager_h",
|
||||
],
|
||||
cflags=["-fPIC"],
|
||||
|
||||
Reference in New Issue
Block a user