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:
@@ -1,3 +1,9 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
|
; Text encoded with Code Page 866 - Cyrillic
|
||||||
|
|
||||||
|
|
||||||
; <--- description --->
|
; <--- description --->
|
||||||
; compiler: FASM
|
; compiler: FASM
|
||||||
; name: Clipboard server/daemon
|
; name: Clipboard server/daemon
|
||||||
@@ -6,7 +12,7 @@
|
|||||||
|
|
||||||
; <--- include all MeOS stuff --->
|
; <--- include all MeOS stuff --->
|
||||||
include "lang.inc"
|
include "lang.inc"
|
||||||
include "..\..\..\..\macros.inc"
|
include "..\..\..\macros.inc"
|
||||||
|
|
||||||
; <--- start of MenuetOS application --->
|
; <--- start of MenuetOS application --->
|
||||||
MEOS_APP_START
|
MEOS_APP_START
|
@@ -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
|
||||||
|
;
|
||||||
|
|
||||||
; debugging include file by barsuk
|
; debugging include file by barsuk
|
||||||
; if DEBUG=TRUE, adds debug.inc
|
; if DEBUG=TRUE, adds debug.inc
|
||||||
; if DEBUG=FALSE, adds stubs for several macros from debug.inc
|
; if DEBUG=FALSE, adds stubs for several macros from debug.inc
|
||||||
@@ -5,7 +8,7 @@
|
|||||||
match =TRUE, DEBUG
|
match =TRUE, DEBUG
|
||||||
{
|
{
|
||||||
|
|
||||||
include '..\..\..\..\debug.inc'
|
include '..\..\..\debug.inc'
|
||||||
|
|
||||||
macro dph1 str
|
macro dph1 str
|
||||||
\{
|
\{
|
@@ -1,3 +1,9 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
|
; Text encoded with Code Page 866 - Cyrillic
|
||||||
|
|
||||||
|
|
||||||
; <--- description --->
|
; <--- description --->
|
||||||
; compiler: FASM
|
; compiler: FASM
|
||||||
; name: Clipboard Client Demo
|
; name: Clipboard Client Demo
|
||||||
@@ -7,7 +13,7 @@
|
|||||||
|
|
||||||
; <--- include all MeOS stuff --->
|
; <--- include all MeOS stuff --->
|
||||||
include "lang.inc"
|
include "lang.inc"
|
||||||
include "..\..\..\..\macros.inc"
|
include "..\..\..\macros.inc"
|
||||||
|
|
||||||
TEST_SIZE = 100000 ; ¤®«¦® ¤¥«¨âìáï 4
|
TEST_SIZE = 100000 ; ¤®«¦® ¤¥«¨âìáï 4
|
||||||
|
|
@@ -1,3 +1,9 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
|
; Text encoded with Code Page 866 - Cyrillic
|
||||||
|
|
||||||
|
|
||||||
; <--- description --->
|
; <--- description --->
|
||||||
; compiler: FASM
|
; compiler: FASM
|
||||||
; name: Clipboard test with GUI.
|
; name: Clipboard test with GUI.
|
||||||
@@ -8,7 +14,7 @@
|
|||||||
|
|
||||||
; <--- include all MeOS stuff --->
|
; <--- include all MeOS stuff --->
|
||||||
include "lang.inc"
|
include "lang.inc"
|
||||||
include "..\..\..\..\macros.inc"
|
include "..\..\..\macros.inc"
|
||||||
|
|
||||||
; <--- start of MenuetOS application --->
|
; <--- start of MenuetOS application --->
|
||||||
MEOS_APP_START
|
MEOS_APP_START
|
Reference in New Issue
Block a user