forked from KolibriOS/kolibrios
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:
parent
00039a43da
commit
16b277dba2
@ -36,14 +36,14 @@ uFMOD_MAX_VOL = 25
|
|||||||
uFMOD_DEFAULT_VOL = 25
|
uFMOD_DEFAULT_VOL = 25
|
||||||
|
|
||||||
; The XM track.
|
; The XM track.
|
||||||
xm file '..\ufmodlib\media\mini.xm'
|
xm file '..\media\mini.xm'
|
||||||
xm_length = $ - xm
|
xm_length = $ - xm
|
||||||
|
|
||||||
; Optimization:
|
; Optimization:
|
||||||
; This header file is suitable for mini.xm track only!
|
; This header file is suitable for mini.xm track only!
|
||||||
; If you change the track, update the optimization header.
|
; If you change the track, update the optimization header.
|
||||||
; (Use the standart eff.inc file for a general purpose player app.)
|
; (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.
|
; Include the GUI framework.
|
||||||
FRMWRK_CALLBACK_ON equ 1 ; Enable callback
|
FRMWRK_CALLBACK_ON equ 1 ; Enable callback
|
||||||
@ -101,7 +101,7 @@ error:
|
|||||||
; your main code to avoid naming conflicts, but still
|
; your main code to avoid naming conflicts, but still
|
||||||
; inside your code section.)
|
; inside your code section.)
|
||||||
macro PUBLIC symbol {} ; hide all publics
|
macro PUBLIC symbol {} ; hide all publics
|
||||||
include '..\ufmodlib\src\fasm.asm'
|
include '..\fasm.asm'
|
||||||
|
|
||||||
align 4
|
align 4
|
||||||
rb 1020
|
rb 1020
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
include 'proc32.inc'
|
include '../../../../proc32.inc'
|
||||||
|
|
||||||
struc system_colors
|
struc system_colors
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
include 'proc32.inc'
|
include '../../../../proc32.inc'
|
||||||
|
|
||||||
struc system_colors
|
struc system_colors
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
include 'proc32.inc'
|
include '../../../../proc32.inc'
|
||||||
|
|
||||||
struc system_colors
|
struc system_colors
|
||||||
{
|
{
|
||||||
|
@ -1 +0,0 @@
|
|||||||
lang fix ru
|
|
@ -1 +0,0 @@
|
|||||||
lang fix ru
|
|
@ -1 +0,0 @@
|
|||||||
lang fix en
|
|
@ -6,7 +6,7 @@ SSMIX_CHANMODE_WAITRESET equ 4
|
|||||||
|
|
||||||
include 'snd.inc'
|
include 'snd.inc'
|
||||||
include 'snd_const.inc'
|
include 'snd_const.inc'
|
||||||
include 'proc32.inc'
|
include '../../proc32.inc'
|
||||||
;include 'macros.inc'
|
;include 'macros.inc'
|
||||||
;include 'debug.inc'
|
;include 'debug.inc'
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ use32
|
|||||||
dd 0x4000
|
dd 0x4000
|
||||||
dd 0x0,0x0
|
dd 0x0,0x0
|
||||||
|
|
||||||
include 'macros.inc'
|
include '../../macros.inc'
|
||||||
include 'lang.inc'
|
include 'lang.inc'
|
||||||
include 'draw_window.inc'
|
include 'draw_window.inc'
|
||||||
include 'ball_operations.inc'
|
include 'ball_operations.inc'
|
||||||
|
Binary file not shown.
@ -20,7 +20,7 @@ use32
|
|||||||
dd (I_END+100) and not 3
|
dd (I_END+100) and not 3
|
||||||
dd 0x0,0x0
|
dd 0x0,0x0
|
||||||
|
|
||||||
include 'macros.inc'
|
include '../../macros.inc'
|
||||||
|
|
||||||
START:
|
START:
|
||||||
mcall 40,0x7
|
mcall 40,0x7
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; Battery Indicator v0.ALPHA by Gluk
|
; Battery Indicator v0.ALPHA by Gluk
|
||||||
include "macros.inc"
|
include "../../macros.inc"
|
||||||
MEOS_APP_START
|
MEOS_APP_START
|
||||||
CODE
|
CODE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user