Subversion Repositories Kolibri OS

Rev

Rev 9924 | Rev 9947 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9924 Rev 9939
Line 189... Line 189...
189
 {"kolibrios/emul/e80/readme.txt", PROGS .. "/emulator/e80/trunk/readme.txt"},
189
 {"kolibrios/emul/e80/readme.txt", PROGS .. "/emulator/e80/trunk/readme.txt"},
190
 {"kolibrios/emul/e80/keyboard.png", PROGS .. "/emulator/e80/trunk/keyboard.png"},
190
 {"kolibrios/emul/e80/keyboard.png", PROGS .. "/emulator/e80/trunk/keyboard.png"},
191
 {"kolibrios/emul/fceu/fceu", PROGS .. "/emulator/fceu/fceu"},
191
 {"kolibrios/emul/fceu/fceu", PROGS .. "/emulator/fceu/fceu"},
192
 {"kolibrios/emul/fceu/FCEU ReadMe.txt", PROGS .. "/emulator/fceu/FCEU ReadMe.txt"},
192
 {"kolibrios/emul/fceu/FCEU ReadMe.txt", PROGS .. "/emulator/fceu/FCEU ReadMe.txt"},
193
 {"kolibrios/emul/chip8/chip8", PROGS .. "/emulator/chip8/chip8"},
193
 {"kolibrios/emul/chip8/chip8", PROGS .. "/emulator/chip8/chip8"},
194
 {"kolibrios/emul/dgen/dgen", PROGS .. "/emulator/dgen-sdl-1.33/dgen"},
-
 
195
 {"kolibrios/emul/dgen/dgen.man", PROGS .. "/emulator/dgen-sdl-1.33/dgen.man"},
-
 
196
 {"kolibrios/emul/dgen/dgenrc.man", PROGS .. "/emulator/dgen-sdl-1.33/dgenrc.man"},
-
 
197
 {"kolibrios/emul/chip8/readme.txt", PROGS .. "/emulator/chip8/readme.txt"},
194
 {"kolibrios/emul/chip8/readme.txt", PROGS .. "/emulator/chip8/readme.txt"},
198
 {"kolibrios/emul/chip8/roms/", PROGS .. "/emulator/chip8/roms/*"},
195
 {"kolibrios/emul/chip8/roms/", PROGS .. "/emulator/chip8/roms/*"},
199
 {"kolibrios/emul/kwine/kwine", PROGS .. "/emulator/kwine/bin/kwine"},
196
 {"kolibrios/emul/kwine/kwine", PROGS .. "/emulator/kwine/bin/kwine"},
200
 {"kolibrios/emul/kwine/lib/", PROGS .. "/emulator/kwine/bin/lib/*"},
197
 {"kolibrios/emul/kwine/lib/", PROGS .. "/emulator/kwine/bin/lib/*"},
201
 {"kolibrios/emul/uarm/", "common/emul/uarm/*"},
198
 {"kolibrios/emul/uarm/", "common/emul/uarm/*"},
Line 775... Line 772...
775
   {"kolibrios/games/tyrian/data/", "common/games/tyrian/data/*"},
772
   {"kolibrios/games/tyrian/data/", "common/games/tyrian/data/*"},
776
   {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
773
   {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake
777
   {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
774
   {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"},
778
   {"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/wolf3d"},
775
   {"kolibrios/games/wolf3d/", "../contrib/games/wolf3d/wolf3d"},
779
   {"kolibrios/games/wolf3d/", "common/games/wolf3d/*"},
776
   {"kolibrios/games/wolf3d/", "common/games/wolf3d/*"},
-
 
777
   {"kolibrios/emul/dgen/dgen", PROGS .. "/emulator/dgen-sdl-1.33/dgen"},
-
 
778
   {"kolibrios/emul/dgen/dgen.man", PROGS .. "/emulator/dgen-sdl-1.33/dgen.man"},
-
 
779
   {"kolibrios/emul/dgen/dgenrc.man", PROGS .. "/emulator/dgen-sdl-1.33/dgenrc.man"},
780
  })
780
  })
781
end
781
end
782
-- For russian build, add russian-only programs.
782
-- For russian build, add russian-only programs.
783
if build_type == "rus" then tup.append_table(extra_files, {
783
if build_type == "rus" then tup.append_table(extra_files, {
784
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},
784
 {"kolibrios/games/21days", PROGS .. "/games/21days/21days"},