Ignore:
Timestamp:
Sep 20, 2002, 6:10:06 AM (23 years ago)
Author:
bird
Message:

IPF support.

File:
1 edited

Legend:

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

    r9174 r9278  
    1 # $Id: setup.os2debemx.mk,v 1.11 2002-08-30 18:27:23 bird Exp $
     1# $Id: setup.os2debemx.mk,v 1.12 2002-09-20 04:10:03 bird Exp $
    22
    33# ---OS2, DEBUG, EMX----------------------------
     
    2929!include $(PATH_MAKE)\setup.os2ld.mk
    3030!include $(PATH_MAKE)\setup.os2ar.mk
     31!include $(PATH_MAKE)\setup.os2allipfc.mk
    3132!include $(PATH_MAKE)\setup.optional.emx.mk
    3233
     
    5354#CC_LST_OUT=-S -o$(SPACE:_= )
    5455CC_PC_2_STDOUT=-C -E
     56CC_PC_2_STRIPPED_STDOUT=-E -P
    5557CC_AS_2_FILE=-S -o$(SPACE:_= )
    5658
     
    6769#CXX_LST_OUT=-S -o$(SPACE:_= )
    6870CXX_PC_2_STDOUT=-C -E
     71CXX_PC_2_STRIPPED_STDOUT=-E -P
    6972CXX_AS_2_FILE=-S -o$(SPACE:_= )
    7073
Note: See TracChangeset for help on using the changeset viewer.