mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-01-01 11:14:36 +03:00
fix path for clip
git-svn-id: svn://kolibrios.org@6268 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
31410fbdb3
commit
36b5168a0c
@ -6,7 +6,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
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
match =TRUE, DEBUG
|
match =TRUE, DEBUG
|
||||||
{
|
{
|
||||||
|
|
||||||
include '..\..\..\debug.inc'
|
include '..\..\..\..\debug.inc'
|
||||||
|
|
||||||
macro dph1 str
|
macro dph1 str
|
||||||
\{
|
\{
|
||||||
|
@ -7,7 +7,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
|
||||||
|
|
||||||
|
@ -8,7 +8,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
|
||||||
|
Loading…
Reference in New Issue
Block a user