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 ; memory for app (4 Kb)
|
||||||
dd i_end+0x2000 ; esp
|
dd i_end+0x2000 ; esp
|
||||||
dd 0x0 , 0x0 ; I_Param , I_Icon
|
dd 0x0 , 0x0 ; I_Param , I_Icon
|
||||||
include '..\..\..\MACROS.INC'
|
include '../../../macros.inc'
|
||||||
include 'debug.inc'
|
include 'debug.inc'
|
||||||
purge newline
|
purge newline
|
||||||
MAXSTRINGS = 16
|
MAXSTRINGS = 16
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
; <--- include all MeOS stuff --->
|
; <--- include all MeOS stuff --->
|
||||||
include "lang.inc"
|
include "lang.inc"
|
||||||
include "..\..\..\MACROS.INC"
|
include "../../../macros.inc"
|
||||||
|
|
||||||
; <--- start of MenuetOS application --->
|
; <--- start of MenuetOS application --->
|
||||||
MEOS_APP_START
|
MEOS_APP_START
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
; <--- include all MeOS stuff --->
|
; <--- include all MeOS stuff --->
|
||||||
include "lang.inc"
|
include "lang.inc"
|
||||||
include "..\..\..\MACROS.INC"
|
include "../../../macros.inc"
|
||||||
|
|
||||||
; <--- start of MenuetOS application --->
|
; <--- start of MenuetOS application --->
|
||||||
MEOS_APP_START
|
MEOS_APP_START
|
||||||
|
@ -31,7 +31,7 @@ appname equ 'Doc Pack'
|
|||||||
dd I_END+0x400 ; memory for app
|
dd I_END+0x400 ; memory for app
|
||||||
dd I_END+0x400 ; esp
|
dd I_END+0x400 ; esp
|
||||||
dd my_param , 0x0 ; I_Param , I_Icon
|
dd my_param , 0x0 ; I_Param , I_Icon
|
||||||
include '..\..\..\MACROS.INC'
|
include '../../../macros.inc'
|
||||||
include 'lang.inc'
|
include 'lang.inc'
|
||||||
|
|
||||||
start:
|
start:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
;
|
;
|
||||||
; Š®¬¯¨«¨àã©â¥ á ¯®¬®éìî FASM 1.52 ¨ ¢ëè¥
|
; Š®¬¯¨«¨àã©â¥ á ¯®¬®éìî FASM 1.52 ¨ ¢ëè¥
|
||||||
;
|
;
|
||||||
include "..\..\..\MACROS.INC"
|
include "../../../macros.inc"
|
||||||
|
|
||||||
use32
|
use32
|
||||||
org 0x0
|
org 0x0
|
||||||
|
Loading…
Reference in New Issue
Block a user