Changed __ENV_LINUX__ to __linux__

This commit is contained in:
Bradley Bell 2001-10-19 09:34:02 +00:00
parent 028be9cb2f
commit 9733012f78
3 changed files with 13 additions and 7 deletions

View file

@ -10,13 +10,16 @@
;COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
;
; $Source: /cvs/cvsroot/d2x/2d/linear.asm,v $
; $Revision: 1.1.1.1 $
; $Revision: 1.2 $
; $Author: bradleyb $
; $Date: 2001-01-19 03:29:57 $
; $Date: 2001-10-19 09:34:02 $
;
; Routines to access linear VGA memory
;
; $Log: not supported by cvs2svn $
; Revision 1.1.1.1 2001/01/19 03:29:57 bradleyb
; Import of d2x-0.0.8
;
; Revision 1.1.1.1 1999/06/14 21:57:07 donut
; Import of d1x 1.37 source.
;
@ -90,7 +93,7 @@
section .data
; Put data here
%ifdef __ENV_LINUX__
%ifdef __linux__
%define _gr_var_color gr_var_color
%define _gr_var_bitmap gr_var_bitmap
%define _gr_var_bwidth gr_var_bwidth

View file

@ -11,7 +11,7 @@
[BITS 32]
%ifdef __ENV_LINUX__
%ifdef __linux__
%define _fixdivquadlong fixdivquadlong
%define _fixmul fixmul
%define _fixdiv fixdiv

View file

@ -10,13 +10,16 @@
;COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
;
; $Source: /cvs/cvsroot/d2x/maths/vecmata.asm,v $
; $Revision: 1.1.1.1 $
; $Revision: 1.2 $
; $Author: bradleyb $
; $Date: 2001-01-19 03:29:58 $
; $Date: 2001-10-19 09:34:02 $
;
; Source for vector/matrix library
;
; $Log: not supported by cvs2svn $
; Revision 1.1.1.1 2001/01/19 03:29:58 bradleyb
; Import of d2x-0.0.8
;
; Revision 1.1.1.1 1999/06/14 22:13:33 donut
; Import of d1x 1.37 source.
;
@ -198,7 +201,7 @@
[BITS 32]
%ifdef __ENV_LINUX__
%ifdef __linux__
; Cater for linux ELF compilers which don't prefix underscores...
; Variables:
%define _vmd_zero_vector vmd_zero_vector