apps/ac97snd: add to img as a binary instead of not-working msvc autobuild (#494)

Co-authored-by: Burer <burer@kolibrios.org>
Reviewed-on: #494
Reviewed-by: Burer <burer@kolibrios.org>
Reviewed-by: Mikhail Frolov <mixa.frolov2003@gmail.com>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
This commit was merged in pull request #494.
This commit is contained in:
2026-06-12 15:39:07 +00:00
committed by Burer
co-authored by Burer
parent 5e1b701c84
commit a9ae0dbc73
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -41,11 +41,11 @@ img_files = {
-- {"LIB/ICONV.OBJ", "common/lib/iconv.obj"},
{"LIB/KMENU.OBJ", "common/lib/kmenu.obj"},
{"LIB/PIXLIB.OBJ", "common/lib/pixlib.obj"},
{"MEDIA/AC97SND", "common/media/ac97snd"},
{"MEDIA/IMGF/IMGF", "common/media/ImgF/ImgF"},
{"MEDIA/IMGF/CEDG.OBJ", "common/media/ImgF/cEdg.obj"},
{"MEDIA/IMGF/DITHER.OBJ", "common/media/ImgF/dither.obj"},
{"MEDIA/IMGF/INVSOL.OBJ", "common/media/ImgF/invSol.obj"},
{"MEDIA/PIXIESKN.PNG", SRC_PROGS .. "/cmm/pixie2/pixieskn.png"},
{"NETWORK/FTPC.INI", SRC_PROGS .. "/network/ftpc/ftpc.ini"},
{"NETWORK/FTPD.INI", "common/network/ftpd.ini"},
{"NETWORK/KNMAP", "common/network/knmap"},
@@ -694,6 +694,7 @@ tup.append_table(img_files, {
{"GAMES/MINE", VAR_PROGS .. "/games/mine/mine"},
{"GAMES/NUMBERS", VAR_PROGS .. "/games/FindNumbers/FindNumbers"},
{"MEDIA/PIXIE", VAR_PROGS .. "/cmm/pixie2/pixie.com"},
{"MEDIA/PIXIESKN.PNG", SRC_PROGS .. "/cmm/pixie2/pixieskn.png"},
{"MEDIA/ICONEDIT", VAR_PROGS .. "/cmm/iconedit/iconedit.com"},
{"NETWORK/DL", VAR_PROGS .. "/cmm/downloader/dl.com"},
{"NETWORK/WEBVIEW", VAR_PROGS .. "/cmm/browser/WebView.com"},
@@ -717,7 +718,6 @@ if tup.getconfig('NO_MSVC') ~= 'full' then
tup.append_table(img_files, {
{"GRAPH", VAR_PROGS .. "/other/graph/graph"},
{"TABLE", VAR_PROGS .. "/other/table/table"},
{"MEDIA/AC97SND", VAR_PROGS .. "/media/ac97snd/ac97snd.bin"},
{"GAMES/KOSILKA", VAR_PROGS .. "/games/kosilka/kosilka"},
{"GAMES/RFORCES", VAR_PROGS .. "/games/rforces/rforces"},
{"GAMES/XONIX", VAR_PROGS .. "/games/xonix/xonix"},
Binary file not shown.