forked from KolibriOS/kolibrios
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:
parent
b42efd5ff5
commit
8355d65f6d
@ -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
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
; <--- include all MeOS stuff --->
|
||||
include "lang.inc"
|
||||
include "..\..\..\MACROS.INC"
|
||||
include "../../../macros.inc"
|
||||
|
||||
; <--- start of MenuetOS application --->
|
||||
MEOS_APP_START
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
; <--- include all MeOS stuff --->
|
||||
include "lang.inc"
|
||||
include "..\..\..\MACROS.INC"
|
||||
include "../../../macros.inc"
|
||||
|
||||
; <--- start of MenuetOS application --->
|
||||
MEOS_APP_START
|
||||
|
@ -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:
|
||||
|
@ -6,7 +6,7 @@
|
||||
;
|
||||
; Š®¬¯¨«¨àã©â¥ á ¯®¬®éìî FASM 1.52 ¨ ¢ëè¥
|
||||
;
|
||||
include "..\..\..\MACROS.INC"
|
||||
include "../../../macros.inc"
|
||||
|
||||
use32
|
||||
org 0x0
|
||||
|
Loading…
Reference in New Issue
Block a user