Changeset 1512
- Timestamp:
- Apr 12, 2010, 6:39:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/ipf/Makefile
r1435 r1512 2 2 # $Id$ 3 3 4 # Copyright (c) 2006, 20 09Steven H. Levine4 # Copyright (c) 2006, 2010 Steven H. Levine 5 5 6 6 # 19 Oct 06 SHL Baseline 7 7 # 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 9 10 10 11 !ifndef USE_WIPFC # if not defined on command line … … 14 15 !endif 15 16 16 !ifdef USE_WIPFC 17 !ifndef USE_IPFC # if not defined on command line 18 !ifdef %USE_IPFC # if defined in environment 19 USE_IPFC = $(%USE_IPFC) 20 !endif 21 !endif 22 23 !ifdef USE_IPFC 24 IPFC = ipfc 25 IFLAGS = /CODEPAGE=850 26 !else 17 27 IPFC = wipfc 18 28 IFLAGS = -l en_US 19 !else20 IPFC = ipfc21 IFLAGS = /CODEPAGE=85022 29 !endif 23 30
Note:
See TracChangeset
for help on using the changeset viewer.