Ignore:
Timestamp:
Jun 19, 2002, 4:20:02 AM (23 years ago)
Author:
bird
Message:

Added *_AS_2_FILE macro.

File:
1 edited

Legend:

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

    r8423 r8717  
    1 # $Id: setup.os2prfemx.mk,v 1.2 2002-05-16 11:37:03 bird Exp $
     1# $Id: setup.os2prfemx.mk,v 1.3 2002-06-19 02:20:01 bird Exp $
    22
    33# ---OS2, PROFILE, EMX----------------------------
     
    6161#CC_LST_OUT=-S -o$(SPACE:_= )
    6262CC_PC_2_STDOUT=-C -E
     63CC_AS_2_FILE=-S -o$(SPACE:_= )
    6364
    6465
     
    7475#CXX_LST_OUT=-S -o$(SPACE:_= )
    7576CXX_PC_2_STDOUT=-C -E
     77CXX_AS_2_FILE=-S -o$(SPACE:_= )
    7678
    7779!if "$(CC_AS_CXX)" != ""
Note: See TracChangeset for help on using the changeset viewer.