Ignore:
Timestamp:
Jan 29, 2022, 3:41:10 AM (3 years ago)
Author:
bird
Message:

grep: Use get_crt_codepage(). Don't default to the UTF-8 manifest for older VCC versions as the CRT won't do the right thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grep/Makefile.kmk

    r3537 r3548  
    134134       lib/strerror.c \
    135135       \
    136         ../lib/maybe_con_fwrite.c \
    137         ../lib/is_console.c \
     136        ../lib/get_codepage.c \
    138137        ../lib/nt/ntstat.c \
    139138        ../lib/nt/ntdir.c \
     
    240239        $(CP) -f -- "$^" "$@"
    241240
    242 if 1 # Add a manifest making UTF-8 as the active code page.
     241ifndef KBUILD_NEW_VCC # Add a manifest making UTF-8 as the active code page.
    243242kmk_grep_LNK_DEPS.win = \
    244243        $(kmk_grep_0_OUTDIR)/kmk_grep.manifest
Note: See TracChangeset for help on using the changeset viewer.