outdated/clip: 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-06-28 00:46:38 -04:00
parent fa3049df7e
commit c4a39efecb
10 changed files with 994 additions and 973 deletions

View File

@@ -1,3 +1,9 @@
; SPDX-License-Identifier: NOASSERTION
;
; Text encoded with Code Page 866 - Cyrillic
; <--- description --->
; compiler: FASM
; name: Clipboard server/daemon
@@ -6,7 +12,7 @@
; <--- include all MeOS stuff --->
include "lang.inc"
include "..\..\..\..\macros.inc"
include "..\..\..\macros.inc"
; <--- start of MenuetOS application --->
MEOS_APP_START

View File

@@ -1,5 +1,5 @@
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")
add_include(tup.getvariantdir())

View File

@@ -1,3 +1,6 @@
; SPDX-License-Identifier: NOASSERTION
;
; debugging include file by barsuk
; if DEBUG=TRUE, adds debug.inc
; if DEBUG=FALSE, adds stubs for several macros from debug.inc
@@ -5,7 +8,7 @@
match =TRUE, DEBUG
{
include '..\..\..\..\debug.inc'
include '..\..\..\debug.inc'
macro dph1 str
\{

View File

@@ -1,3 +1,9 @@
; SPDX-License-Identifier: NOASSERTION
;
; Text encoded with Code Page 866 - Cyrillic
; <--- description --->
; compiler: FASM
; name: Clipboard Client Demo
@@ -7,7 +13,7 @@
; <--- include all MeOS stuff --->
include "lang.inc"
include "..\..\..\..\macros.inc"
include "..\..\..\macros.inc"
TEST_SIZE = 100000 ; ¤®«¦­® ¤¥«¨âìáï ­  4

View File

@@ -1,3 +1,9 @@
; SPDX-License-Identifier: NOASSERTION
;
; Text encoded with Code Page 866 - Cyrillic
; <--- description --->
; compiler: FASM
; name: Clipboard test with GUI.
@@ -8,7 +14,7 @@
; <--- include all MeOS stuff --->
include "lang.inc"
include "..\..\..\..\macros.inc"
include "..\..\..\macros.inc"
; <--- start of MenuetOS application --->
MEOS_APP_START