Wolfenstein 3D:

- The catalog of autobuild of the binary has been changed.

git-svn-id: svn://kolibrios.org@8653 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat 2021-03-25 23:53:43 +00:00
parent db383811a8
commit 7e8b08ecf1
2 changed files with 3 additions and 3 deletions

View File

@ -26,4 +26,4 @@ compile_gcc{
"SDL_mixer/effects_internal.c", "SDL_mixer/effect_position.c", "SDL_mixer/effects_internal.c", "SDL_mixer/effect_position.c",
} }
link_gcc("bin/wolf3d") link_gcc("wolf3d")

View File

@ -719,8 +719,8 @@ tup.append_table(extra_files, {
{"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"}, {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
{"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"}, {"kolibrios/games/fridge/", PROGS .. "/games/fridge/fridge"},
{"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"}, {"kolibrios/games/", PROGS .. "/games/checkers/trunk/checkers"},
{"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/bin/wolf3d"}, {"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/wolf3d"},
{"kolibrios/games/wolf3d/", "common/games/wolf3d/*wl6"}, {"kolibrios/games/wolf3d/", "common/games/wolf3d/*"},
}) })
-- For russian build, add russian-only programs. -- For russian build, add russian-only programs.
if build_type == "rus" then tup.append_table(extra_files, { if build_type == "rus" then tup.append_table(extra_files, {