diff --git a/programs/system/board/trunk/board.asm b/programs/system/board/trunk/board.asm index 3f64c63104..d1976f0186 100644 --- a/programs/system/board/trunk/board.asm +++ b/programs/system/board/trunk/board.asm @@ -26,7 +26,7 @@ include 'lang.inc' dd i_end+0x2000 ; memory for app (4 Kb) dd i_end+0x2000 ; esp dd 0x0 , 0x0 ; I_Param , I_Icon -include '..\..\..\MACROS.INC' +include '../../../macros.inc' include 'debug.inc' purge newline MAXSTRINGS = 16 diff --git a/programs/system/clip/trunk/@clip.ASM b/programs/system/clip/trunk/@clip.ASM index 916374bede..d961d76e7a 100644 --- a/programs/system/clip/trunk/@clip.ASM +++ b/programs/system/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 @@ -410,4 +410,4 @@ UDATA MEOS_APP_END -; <--- end of MenuetOS application ---> \ No newline at end of file +; <--- end of MenuetOS application ---> diff --git a/programs/system/disptest/trunk/disptest.ASM b/programs/system/disptest/trunk/disptest.ASM index 4d749258ad..be4cd7f988 100644 --- a/programs/system/disptest/trunk/disptest.ASM +++ b/programs/system/disptest/trunk/disptest.ASM @@ -7,7 +7,7 @@ ; <--- include all MeOS stuff ---> include "lang.inc" -include "..\..\..\MACROS.INC" +include "../../../macros.inc" ; <--- start of MenuetOS application ---> MEOS_APP_START @@ -884,4 +884,4 @@ UDATA MEOS_APP_END -; <--- end of MenuetOS application ---> \ No newline at end of file +; <--- end of MenuetOS application ---> diff --git a/programs/system/docpack/trunk/docpack.asm b/programs/system/docpack/trunk/docpack.asm index 6570386472..d76db23689 100755 --- a/programs/system/docpack/trunk/docpack.asm +++ b/programs/system/docpack/trunk/docpack.asm @@ -31,7 +31,7 @@ appname equ 'Doc Pack' dd I_END+0x400 ; memory for app dd I_END+0x400 ; esp dd my_param , 0x0 ; I_Param , I_Icon -include '..\..\..\MACROS.INC' +include '../../../macros.inc' include 'lang.inc' start: diff --git a/programs/system/launcher/trunk/launcher.asm b/programs/system/launcher/trunk/launcher.asm index e0bc8970da..7112c2b99e 100644 --- a/programs/system/launcher/trunk/launcher.asm +++ b/programs/system/launcher/trunk/launcher.asm @@ -6,7 +6,7 @@ ; ; Компилируйте с помощью FASM 1.52 и выше ; -include "..\..\..\MACROS.INC" +include "../../../macros.inc" use32 org 0x0