fix some include paths, remove some lang.inc and soko binary

git-svn-id: svn://kolibrios.org@5093 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2014-09-05 17:26:19 +00:00
parent 00039a43da
commit 16b277dba2
12 changed files with 10 additions and 13 deletions

View File

@ -36,14 +36,14 @@ uFMOD_MAX_VOL = 25
uFMOD_DEFAULT_VOL = 25
; The XM track.
xm file '..\ufmodlib\media\mini.xm'
xm file '..\media\mini.xm'
xm_length = $ - xm
; Optimization:
; This header file is suitable for mini.xm track only!
; If you change the track, update the optimization header.
; (Use the standart eff.inc file for a general purpose player app.)
include '..\ufmodlib\media\mini.eff.inc'
include '..\media\mini.eff.inc'
; Include the GUI framework.
FRMWRK_CALLBACK_ON equ 1 ; Enable callback
@ -101,7 +101,7 @@ error:
; your main code to avoid naming conflicts, but still
; inside your code section.)
macro PUBLIC symbol {} ; hide all publics
include '..\ufmodlib\src\fasm.asm'
include '..\fasm.asm'
align 4
rb 1020

View File

@ -1,5 +1,5 @@
include 'proc32.inc'
include '../../../../proc32.inc'
struc system_colors
{

View File

@ -1,5 +1,5 @@
include 'proc32.inc'
include '../../../../proc32.inc'
struc system_colors
{

View File

@ -1,5 +1,5 @@
include 'proc32.inc'
include '../../../../proc32.inc'
struc system_colors
{

View File

@ -1 +0,0 @@
lang fix ru

View File

@ -1 +0,0 @@
lang fix ru

View File

@ -1 +0,0 @@
lang fix en

View File

@ -6,7 +6,7 @@ SSMIX_CHANMODE_WAITRESET equ 4
include 'snd.inc'
include 'snd_const.inc'
include 'proc32.inc'
include '../../proc32.inc'
;include 'macros.inc'
;include 'debug.inc'

View File

@ -8,7 +8,7 @@ use32
dd 0x4000
dd 0x0,0x0
include 'macros.inc'
include '../../macros.inc'
include 'lang.inc'
include 'draw_window.inc'
include 'ball_operations.inc'

Binary file not shown.

View File

@ -20,7 +20,7 @@ use32
dd (I_END+100) and not 3
dd 0x0,0x0
include 'macros.inc'
include '../../macros.inc'
START:
mcall 40,0x7

View File

@ -1,5 +1,5 @@
; Battery Indicator v0.ALPHA by Gluk
include "macros.inc"
include "../../macros.inc"
MEOS_APP_START
CODE