fix compilation in linux

git-svn-id: svn://kolibrios.org@1728 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2010-12-27 12:29:39 +00:00
parent 987c59561a
commit 909f14782c
12 changed files with 38 additions and 38 deletions

View File

@ -481,20 +481,20 @@ still:
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
;-------------------------PROCEDURES--------------------------------------------- ;-------------------------PROCEDURES---------------------------------------------
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
include "tex3.inc" include "TEX3.INC"
include "flat_cat.inc" include "FLAT_CAT.INC"
include "tex_cat.inc" include "TEX_CAT.INC"
include "bump_cat.inc" include "BUMP_CAT.INC"
include "3dmath.inc" include "3DMATH.INC"
include "grd3.inc" include "GRD3.INC"
include "flat3.inc" include "FLAT3.INC"
include "bump3.inc" include "BUMP3.INC"
include "b_procs.inc" include "B_PROCS.INC"
include "a_procs.inc" include "A_PROCS.INC"
include "grd_cat.inc" include "GRD_CAT.INC"
include "bump_tex.inc" include "BUMP_TEX.INC"
include "grd_tex.inc" include "GRD_TEX.INC"
include "two_tex.inc" include "TWO_TEX.INC"
alloc_buffer_mem: alloc_buffer_mem:
movzx ecx,[size_x] movzx ecx,[size_x]

View File

@ -390,7 +390,7 @@ align 8
rand_seed dw ? rand_seed dw ?
align 8 align 8
buffer dq ? buffer dq ?
err dd ? err_ dd ?
drr dd ? drr dd ?
xx dd ? xx dd ?
yy dd ? yy dd ?

View File

@ -385,4 +385,4 @@ sign1 db 0
sign2 db 0 sign2 db 0
EYES_END: ; end of code EYES_END: ; end of code
file "EYES.RAW" file "eyes.raw"

View File

@ -19,7 +19,7 @@ use32
dd 0x100000 ; required amount of memory dd 0x100000 ; required amount of memory
dd 0x00000000 ; reserved=no extended header dd 0x00000000 ; reserved=no extended header
include "aspAPI.inc" include "aspapi.inc"
SCREEN_WIDTH equ 320 SCREEN_WIDTH equ 320
SCREEN_HEIGHT equ 200 SCREEN_HEIGHT equ 200
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -15,7 +15,7 @@ use32
dd 0x100000 ; required amount of memory dd 0x100000 ; required amount of memory
dd 0x00000000 ; reserved=no extended header dd 0x00000000 ; reserved=no extended header
include "aspAPI.inc" include "aspapi.inc"
SCREEN_WIDTH equ 100h SCREEN_WIDTH equ 100h
SCREEN_HEIGHT equ 100h SCREEN_HEIGHT equ 100h

View File

@ -18,7 +18,7 @@
;;================================================================================================;; ;;================================================================================================;;
include 'pcx.inc' include 'pcx.inc'
include '../../../../system/board/trunk/debug.inc' ;include '../../../../system/board/trunk/debug.inc'
;;================================================================================================;; ;;================================================================================================;;
proc img.is.pcx _data, _length ;//////////////////////////////////////////////////////////////////;; proc img.is.pcx _data, _length ;//////////////////////////////////////////////////////////////////;;

View File

@ -2004,21 +2004,21 @@ end if
negativedraw db 0 ; for procedure draw_card negativedraw db 0 ; for procedure draw_card
spade file 'SPADE.BMP': 54 spade file 'Spade.bmp': 54
spade_updown file 'SPADEUD.BMP': 54 spade_updown file 'SpadeUD.bmp': 54
spade_small file 'SPADESML.BMP': 54 spade_small file 'SpadeSml.bmp': 54
club file 'CLUB.BMP': 54 club file 'Club.bmp': 54
club_updown file 'CLUBUD.BMP': 54 club_updown file 'ClubUD.bmp': 54
club_small file 'CLUBSML.BMP': 54 club_small file 'ClubSml.bmp': 54
diamond file 'DIAM.BMP': 54 diamond file 'Diam.bmp': 54
diamond_updown file 'DIAMUD.BMP': 54 diamond_updown file 'DiamUD.bmp': 54
diamond_small file 'DIAMSML.BMP': 54 diamond_small file 'DiamSml.bmp': 54
heart file 'HEART.BMP': 54 heart file 'Heart.bmp': 54
heart_updown file 'HEARTUD.BMP': 54 heart_updown file 'HeartUD.bmp': 54
heart_small file 'HEARTSML.BMP': 54 heart_small file 'HeartSml.bmp': 54
scNotSelected = 0 scNotSelected = 0

View File

@ -265,7 +265,7 @@ draw_window:
mov ecx,25*65536+ (LEN_Y-BORDER_TOP-BORDER_BOTTOM)*ADOBE_SIZE+Y_LOCATION+30 mov ecx,25*65536+ (LEN_Y-BORDER_TOP-BORDER_BOTTOM)*ADOBE_SIZE+Y_LOCATION+30
mov edx,[sc.work] ; color of work area RRGGBB mov edx,[sc.work] ; color of work area RRGGBB
or edx,0x13000000 or edx,0x13000000
mov edi,header ; WINDOW LABEL mov edi,title ; WINDOW LABEL
int 0x40 int 0x40
@ -833,14 +833,14 @@ block_table:
if lang eq ru if lang eq ru
header db '<E280A6>ˆ 1.61 - <E28098>Šˆ ˆ <20><>Ž<EFBFBD>',0 title db '<E280A6>ˆ 1.61 - <E28098>Šˆ ˆ <20><>Ž<EFBFBD>',0
labe db '<27>€“‡€',0 labe db '<27>€“‡€',0
text db 'Žçª¨:',0 text db 'Žçª¨:',0
game_finished: db '<27>Ž€Ÿ',0 game_finished: db '<27>Ž€Ÿ',0
else else
header db 'TETRIS 1.61 - ARROWS & SPACE',0 title db 'TETRIS 1.61 - ARROWS & SPACE',0
labe db 'PAUSE',0 labe db 'PAUSE',0
text db 'Score:',0 text db 'Score:',0
game_finished: db 'NEW GAME',0 game_finished: db 'NEW GAME',0

View File

@ -43,7 +43,7 @@ DEFEND_INTERVAL equ 10 ; seconds (min. wait between defensive ARPs)
include '../../../proc32.inc' include '../../../proc32.inc'
include '../../../macros.inc' include '../../../macros.inc'
include 'eth.inc' include 'ETH.INC'
include 'debug-fdo.inc' include 'debug-fdo.inc'
include 'dhcp.inc' include 'dhcp.inc'
include 'dll.inc' include 'dll.inc'

View File

@ -12,7 +12,7 @@ include "..\..\..\MACROS.INC"
; <--- start of MenuetOS application ---> ; <--- start of MenuetOS application --->
MEOS_APP_START MEOS_APP_START
include "..\..\..\debug.inc" ;include "..\..\..\debug.inc"
; <--- start of code ---> ; <--- start of code --->

View File

@ -529,7 +529,7 @@ mmio_next_bar:
ret ret
include 'VENDORS.INC' include 'vendors.inc'
;------------------------------------------------------------------ ;------------------------------------------------------------------
; DATA AREA ; DATA AREA
DATA DATA

View File

@ -18,7 +18,7 @@ use32
dd 0x100000 ; required amount of memory dd 0x100000 ; required amount of memory
dd 0x00000000 ; reserved=no extended header dd 0x00000000 ; reserved=no extended header
include "aspAPI.inc" include "ASPAPI.INC"
N_KEYCOLOR equ 0x00677889 ; Normal button color N_KEYCOLOR equ 0x00677889 ; Normal button color
C_KEYCOLOR equ 0x00344556 ; Control button color C_KEYCOLOR equ 0x00344556 ; Control button color