develop/keyascii: Post-SVN tidy
- Move source code from `trunk` into program root directory. - Update build files and ASM include paths.
This commit is contained in:
@@ -91,7 +91,7 @@ fasm develop\fasm\trunk\fasm.asm %BIN%\develop\fasm
|
|||||||
fasm develop\h2d2b\h2d2b.asm %BIN%\develop\h2d2b
|
fasm develop\h2d2b\h2d2b.asm %BIN%\develop\h2d2b
|
||||||
fasm develop\heed\heed.asm %BIN%\demos\heed
|
fasm develop\heed\heed.asm %BIN%\demos\heed
|
||||||
rem fasm develop\hexview\trunk\hexview.asm hexview
|
rem fasm develop\hexview\trunk\hexview.asm hexview
|
||||||
fasm develop\keyascii\trunk\keyascii.asm %BIN%\develop\keyascii
|
fasm develop\keyascii\keyascii.asm %BIN%\develop\keyascii
|
||||||
fasm develop\mtdbg\mtdbg.asm %BIN%\develop\mtdbg
|
fasm develop\mtdbg\mtdbg.asm %BIN%\develop\mtdbg
|
||||||
rem fasm develop\param\trunk\param.asm param
|
rem fasm develop\param\trunk\param.asm param
|
||||||
fasm develop\scancode\trunk\scancode.asm %BIN%\develop\scancode
|
fasm develop\scancode\trunk\scancode.asm %BIN%\develop\scancode
|
||||||
|
@@ -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,3 +1,6 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
; Author: M. Lisovin
|
; Author: M. Lisovin
|
||||||
; Compile with FASM for Menuet
|
; Compile with FASM for Menuet
|
||||||
;
|
;
|
||||||
@@ -15,7 +18,7 @@ use32
|
|||||||
dd 0x0 , 0x0 ; I_Param , I_Icon
|
dd 0x0 , 0x0 ; I_Param , I_Icon
|
||||||
|
|
||||||
include 'lang.inc'
|
include 'lang.inc'
|
||||||
include '..\..\..\macros.inc'
|
include '..\..\macros.inc'
|
||||||
|
|
||||||
START: ; start of execution
|
START: ; start of execution
|
||||||
red:
|
red:
|
||||||
@@ -107,5 +110,3 @@ draw_window:
|
|||||||
I_END:
|
I_END:
|
||||||
keyid: rb 1
|
keyid: rb 1
|
||||||
scan_keyid: rb 1
|
scan_keyid: rb 1
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user