demos/3detx60b: Post-SVN tidy

- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-05-27 01:02:41 +01:00
parent 9a748b1dfe
commit 86b1ee4c75
10 changed files with 2547 additions and 2542 deletions

View File

@@ -202,7 +202,7 @@ echo *
echo Building demos echo Building demos
echo * echo *
fasm demos\3dcube2\3dcube2.asm %BIN%\3d\3dcube2 fasm demos\3dcube2\3dcube2.asm %BIN%\3d\3dcube2
rem fasm demos\3detx60b\trunk\3detx60b.asm %BIN%\3d\3detx60b rem fasm demos\3detx60b\3detx60b.asm %BIN%\3d\3detx60b
fasm demos\3dtcub10\trunk\3dtcub10.asm %BIN%\3d\3dtcub10 fasm demos\3dtcub10\trunk\3dtcub10.asm %BIN%\3d\3dtcub10
cd demos\aclock\trunk\ cd demos\aclock\trunk\
nasmw -t -f bin -o ..\..\..\%BIN%\demos\aclock aclock.asm nasmw -t -f bin -o ..\..\..\%BIN%\demos\aclock aclock.asm

View File

@@ -1,3 +1,8 @@
; SPDX-License-Identifier: NOASSERTION
;
; Text encoded with Code Page 866 - Cyrillic
; ;
; 3D …Š<E28099>ˆ<EFBFBD>Ž<E2809A>‰ „‚ˆ†ŽŠ 3D TEXTURED ENGINE ; 3D …Š<E28099>ˆ<EFBFBD>Ž<E2809A>‰ „‚ˆ†ŽŠ 3D TEXTURED ENGINE
; €Ž<E28099>: <20> ¢«î設 …¢£¥­¨© AUTOR: Pavlushin Evgeni ; €Ž<E28099>: <20> ¢«î設 …¢£¥­¨© AUTOR: Pavlushin Evgeni
@@ -61,7 +66,7 @@ MAP_YSIZE equ 128
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'
include 'ascgl.inc' include 'ascgl.inc'
include 'ascl.inc' include 'ascl.inc'

View File

@@ -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())

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB