Changeset 9170 for trunk/make


Ignore:
Timestamp:
Aug 29, 2002, 2:13:41 PM (23 years ago)
Author:
bird
Message:

No stripping of NE files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.optional.wlink.mk

    r9169 r9170  
    1 # $Id: setup.optional.wlink.mk,v 1.3 2002-08-29 12:06:17 bird Exp $
     1# $Id: setup.optional.wlink.mk,v 1.4 2002-08-29 12:13:41 bird Exp $
    22
    33#
     
    2828!ifdef LD_FORMAT
    2929! if "$(LD_FORMAT)" == "NE"
    30 _LD_FORMAT = $(BUILD_PLATFORM)-16
     30_LD_FORMAT      = $(BUILD_PLATFORM)-16
     31TOOLS_STRIP     =
    3132! else
    3233!  if "$(LD_FORMAT)" == "LX"
    33 _LD_FORMAT = os2
     34_LD_FORMAT      = os2
    3435!  else
    3536!   error error: LD_FORMAT other than NE and LX is not supported by this compiler ($(ENV_NAME)).
Note: See TracChangeset for help on using the changeset viewer.