Ignore:
Timestamp:
Aug 20, 2002, 11:20:11 PM (23 years ago)
Author:
bird
Message:

CXX_AS_CC typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.os2relwat11-16.mk

    r9060 r9066  
    1 # $Id: setup.os2relwat11-16.mk,v 1.5 2002-08-20 19:14:34 bird Exp $
     1# $Id: setup.os2relwat11-16.mk,v 1.6 2002-08-20 21:20:10 bird Exp $
    22
    33# ---OS2, RELEASE, WAT11-------------------------
     
    7171!if "$(CC_AS_CXX)" != ""
    7272! if "$(CXX_AS_CC)" != ""
    73 !  if [@(ECHO) $(CLRERR)Error: Do you think you're smart? CC_AS_CXX and CXX_AS_CC is mutual execlusive!$(CLRRST)]
     73!  if [@(ECHO) $(CLRERR)Error: CC_AS_CXX and CXX_AS_CC is mutual execlusive!$(CLRRST)]
    7474!  endif
    7575!  error
     
    8484!if "$(CXX_AS_CC)" != ""
    8585CXX=$(CC)
    86 CXX_FLAGS_EXE=$(C_FLAGS_EXE)
    87 CXX_FLAGS_DLL=$(C_FLAGS_DLL)
    88 CXX_FLAGS_SYS=$(C_FLAGS_SYS)
    89 CXX_FLAGS_VDD=$(C_FLAGS_VDD)
    90 CXX_FLAGS_IFS=$(C_FLAGS_IFS)
     86CXX_FLAGS_EXE=$(CC_FLAGS_EXE)
     87CXX_FLAGS_DLL=$(CC_FLAGS_DLL)
     88CXX_FLAGS_SYS=$(CC_FLAGS_SYS)
     89CXX_FLAGS_VDD=$(CC_FLAGS_VDD)
     90CXX_FLAGS_IFS=$(CC_FLAGS_IFS)
    9191!endif
    9292
     
    126126_LIB_MT = mt # this is the only one there is a MT edition of, don't know why.
    127127!endif
     128_LIB_DLL=
    128129!if "$(TARGET_MODE)" == "DLL" # quirk! TODO/FIXME
    129130_LIB_DLL= dl
Note: See TracChangeset for help on using the changeset viewer.