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