compilation fixes under Linux. Do not use backslashes, please...

git-svn-id: svn://kolibrios.org@1741 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2011-01-18 11:56:31 +00:00
parent b42efd5ff5
commit 8355d65f6d
5 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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 --->
; <--- end of MenuetOS application --->

View File

@ -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 --->
; <--- end of MenuetOS application --->

View File

@ -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:

View File

@ -6,7 +6,7 @@
;
; Š®¬¯¨«¨àã©â¥ á ¯®¬®éìî FASM 1.52 ¨ ¢ëè¥
;
include "..\..\..\MACROS.INC"
include "../../../macros.inc"
use32
org 0x0