Changeset 3548 for trunk/src/grep/Makefile.kmk
- Timestamp:
- Jan 29, 2022, 3:41:10 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grep/Makefile.kmk
r3537 r3548 134 134 lib/strerror.c \ 135 135 \ 136 ../lib/maybe_con_fwrite.c \ 137 ../lib/is_console.c \ 136 ../lib/get_codepage.c \ 138 137 ../lib/nt/ntstat.c \ 139 138 ../lib/nt/ntdir.c \ … … 240 239 $(CP) -f -- "$^" "$@" 241 240 242 if 1# Add a manifest making UTF-8 as the active code page.241 ifndef KBUILD_NEW_VCC # Add a manifest making UTF-8 as the active code page. 243 242 kmk_grep_LNK_DEPS.win = \ 244 243 $(kmk_grep_0_OUTDIR)/kmk_grep.manifest
Note:
See TracChangeset
for help on using the changeset viewer.