From 36b5168a0c15ac551a52295f42c5568cb93cad4b Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sat, 20 Feb 2016 17:25:07 +0000 Subject: [PATCH] fix path for clip git-svn-id: svn://kolibrios.org@6268 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/outdated/clip/trunk/@clip.ASM | 2 +- programs/other/outdated/clip/trunk/bdebug.inc | 2 +- programs/other/outdated/clip/trunk/cliptest.ASM | 2 +- programs/other/outdated/clip/trunk/test2.asm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/other/outdated/clip/trunk/@clip.ASM b/programs/other/outdated/clip/trunk/@clip.ASM index d961d76e7a..8a82403eff 100644 --- a/programs/other/outdated/clip/trunk/@clip.ASM +++ b/programs/other/outdated/clip/trunk/@clip.ASM @@ -6,7 +6,7 @@ ; <--- include all MeOS stuff ---> include "lang.inc" -include "../../../macros.inc" +include "..\..\..\..\macros.inc" ; <--- start of MenuetOS application ---> MEOS_APP_START diff --git a/programs/other/outdated/clip/trunk/bdebug.inc b/programs/other/outdated/clip/trunk/bdebug.inc index 86a417ca2c..84305e1a36 100644 --- a/programs/other/outdated/clip/trunk/bdebug.inc +++ b/programs/other/outdated/clip/trunk/bdebug.inc @@ -5,7 +5,7 @@ match =TRUE, DEBUG { -include '..\..\..\debug.inc' +include '..\..\..\..\debug.inc' macro dph1 str \{ diff --git a/programs/other/outdated/clip/trunk/cliptest.ASM b/programs/other/outdated/clip/trunk/cliptest.ASM index eb75cde1d2..b8fbe85ab2 100644 --- a/programs/other/outdated/clip/trunk/cliptest.ASM +++ b/programs/other/outdated/clip/trunk/cliptest.ASM @@ -7,7 +7,7 @@ ; <--- include all MeOS stuff ---> include "lang.inc" -include "..\..\..\macros.inc" +include "..\..\..\..\macros.inc" TEST_SIZE = 100000 ; должно делиться на 4 diff --git a/programs/other/outdated/clip/trunk/test2.asm b/programs/other/outdated/clip/trunk/test2.asm index 5147132d30..809885c2bb 100644 --- a/programs/other/outdated/clip/trunk/test2.asm +++ b/programs/other/outdated/clip/trunk/test2.asm @@ -8,7 +8,7 @@ ; <--- include all MeOS stuff ---> include "lang.inc" -include "..\..\..\macros.inc" +include "..\..\..\..\macros.inc" ; <--- start of MenuetOS application ---> MEOS_APP_START