From 65014fd211dfbd4be48685998cb5a12aaa29c8d2 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 26 Jun 2009 20:49:54 +0300 Subject: Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] to avoid problems on systems with system headers with those names. --- windows/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/Makefile') diff --git a/windows/Makefile b/windows/Makefile index 192348bd..0ff45a81 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -273,12 +273,12 @@ xz: xz-dynamic.exe xz.exe XZ_SRCS = \ ../src/xz/args.c \ + ../src/xz/coder.c \ + ../src/xz/file_io.c \ ../src/xz/hardware.c \ - ../src/xz/io.c \ ../src/xz/main.c \ ../src/xz/message.c \ ../src/xz/options.c \ - ../src/xz/process.c \ ../src/xz/signals.c \ ../src/xz/suffix.c \ ../src/xz/util.c -- cgit v1.2.3