Changeset 1512


Ignore:
Timestamp:
Apr 12, 2010, 6:39:31 PM (16 years ago)
Author:
Steven Levine
Message:

Default to wipfc; support USE_IPFC option to override

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/Makefile

    r1435 r1512  
    22# $Id$
    33
    4 # Copyright (c) 2006, 2009 Steven H. Levine
     4# Copyright (c) 2006, 2010 Steven H. Levine
    55
    66# 19 Oct 06 SHL Baseline
    77# 15 Jun 07 SHL Update for OpenWatcom
    8 # 25 Apr 09 SHL Support wipfc
     8# 25 Apr 09 SHL Support wipfc; use USE_WIPFC to enable
     9# 19 Mar 10 SHL Default to wipfc; support USE_IPFC option to override
    910
    1011!ifndef USE_WIPFC                       # if not defined on command line
     
    1415!endif
    1516
    16 !ifdef USE_WIPFC
     17!ifndef USE_IPFC                        # if not defined on command line
     18!ifdef %USE_IPFC                        # if defined in environment
     19USE_IPFC = $(%USE_IPFC)
     20!endif
     21!endif
     22
     23!ifdef USE_IPFC
     24IPFC = ipfc
     25IFLAGS = /CODEPAGE=850
     26!else
    1727IPFC = wipfc
    1828IFLAGS = -l en_US
    19 !else
    20 IPFC = ipfc
    21 IFLAGS = /CODEPAGE=850
    2229!endif
    2330
Note: See TracChangeset for help on using the changeset viewer.