Ignore:
Timestamp:
Oct 4, 2002, 6:44:02 AM (23 years ago)
Author:
bird
Message:

Corrected debugging information level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.os2allalp.mk

    r9174 r9325  
    1 # $Id: setup.os2allalp.mk,v 1.1 2002-08-30 18:27:22 bird Exp $
     1# $Id: setup.os2allalp.mk,v 1.2 2002-10-04 04:44:02 bird Exp $
    22
    33#
     
    2929!endif
    3030
    31 _AS_DEBUG_TYPE = +Ods:IBM32
     31_AS_DEBUG_TYPE = +Od:IBM32
    3232!ifdef AS_DEBUG_TYPE
    3333! if "$(AS_DEBUG_TYPE)" == "Codeview"
    34 _AS_DEBUG_TYPE = +Ods:MS16
     34_AS_DEBUG_TYPE = +Od:MS16
    3535! else
    3636!  if "$(AS_DEBUG_TYPE)" != "HLL"
Note: See TracChangeset for help on using the changeset viewer.