system/run: Post-SVN clean up
- Move source code from `trunk` into program root directory. - Update build files and ASM include paths.
This commit is contained in:
@@ -75,7 +75,7 @@ fasm system\PANEL\trunk\@TASKBAR.ASM %BIN%\@TASKBAR
|
|||||||
fasm system\pcidev\trunk\pcidev.asm %BIN%\pcidev
|
fasm system\pcidev\trunk\pcidev.asm %BIN%\pcidev
|
||||||
fasm system\RB\trunk\@RB.ASM %BIN%\@RB
|
fasm system\RB\trunk\@RB.ASM %BIN%\@RB
|
||||||
fasm system\rdsave\rdsave.asm %BIN%\rdsave
|
fasm system\rdsave\rdsave.asm %BIN%\rdsave
|
||||||
fasm system\run\trunk\run.asm %BIN%\run
|
fasm system\run\run.asm %BIN%\run
|
||||||
fasm system\setup\trunk\setup.asm %BIN%\setup
|
fasm system\setup\trunk\setup.asm %BIN%\setup
|
||||||
fasm system\skinsel\skinsel.asm %BIN%\skinsel
|
fasm system\skinsel\skinsel.asm %BIN%\skinsel
|
||||||
fasm system\ss\trunk\@ss.asm %BIN%\@ss
|
fasm system\ss\trunk\@ss.asm %BIN%\@ss
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||||
add_include(tup.getvariantdir())
|
add_include(tup.getvariantdir())
|
||||||
|
|
@@ -1,11 +1,16 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
|
; Text encoded with Code Page 866 - Cyrillic
|
||||||
|
|
||||||
window_h=85
|
window_h=85
|
||||||
window_w=430
|
window_w=430
|
||||||
;--- ¤à㣨¥ ¬ ªà®áë ---
|
;--- ¤à㣨¥ ¬ ªà®áë ---
|
||||||
include '../../../KOSfuncs.inc'
|
include '../../KOSfuncs.inc'
|
||||||
include '../../../load_lib.mac'
|
include '../../load_lib.mac'
|
||||||
include '../../../develop/libraries/box_lib/trunk/box_lib.mac'
|
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
|
||||||
include 'txtbut.inc'
|
include 'txtbut.inc'
|
||||||
include '../../../macros.inc'
|
include '../../macros.inc'
|
||||||
include 'run.mac'
|
include 'run.mac'
|
||||||
include 'lang.inc' ; Language support for locales: ru_RU (CP866), it_IT, en_US.
|
include 'lang.inc' ; Language support for locales: ru_RU (CP866), it_IT, en_US.
|
||||||
use32
|
use32
|
Reference in New Issue
Block a user