Subversion Repositories Kolibri OS

Rev

Rev 1931 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1931 Rev 1979
Line 1... Line 1...
1
; application : View3ds ver. 0.057 - tiny .3ds files viewer.
1
; application : View3ds ver. 0.059 - tiny .3ds files viewer.
2
; compiler    : FASM
2
; compiler    : FASM
3
; system      : KolibriOS
3
; system      : KolibriOS
4
; author      : Macgub aka Maciej Guba
4
; author      : Macgub aka Maciej Guba
5
; email       : macgub3@wp.pl
5
; email       : macgub3@wp.pl
6
; web         : www.macgub.hekko.pl
6
; web         : www.macgub.hekko.pl
Line 32... Line 32...
32
LIGHT_SIZE equ 22			       ;      |  |
32
LIGHT_SIZE equ 22			       ;      |  |
33
NON   =   0				       ;     -/  \-
33
NON   =   0				       ;     -/  \-
34
MMX   =   1
34
MMX   =   1
35
SSE   =   2
35
SSE   =   2
36
Ext   =   MMX		     ;Ext={ NON | MMX | SSE}
36
SSE2  =   3
-
 
37
Ext   =   MMX		    ;Ext={ NON | MMX | SSE | SSE2 }
37
 
38
 
Line 38... Line 39...
38
; 0 for short names (Menuet-compatible), 1 for long names (Kolibri features)
39
; 0 for short names (Menuet-compatible), 1 for long names (Kolibri features)
39
USE_LFN = 1
40
USE_LFN = 1
Line 40... Line 41...
40
 
41
 
Line 2794... Line 2795...
2794
 
2795
 
Line 2795... Line 2796...
2795
 
2796
 
Line 2796... Line 2797...
2796
   ; DATA AREA  ************************************
2797
   ; DATA AREA  ************************************
Line 2797... Line 2798...
2797
 
2798