diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 20:49:54 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-26 20:49:54 +0300 |
commit | 65014fd211dfbd4be48685998cb5a12aaa29c8d2 (patch) | |
tree | 886df71738ce7d62bdc8bf229fb63b01bcce3f0c /windows/Makefile | |
parent | Rename process_file() to coder_run(). (diff) | |
download | xz-65014fd211dfbd4be48685998cb5a12aaa29c8d2.tar.xz |
Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]
to avoid problems on systems with system headers with those
names.
Diffstat (limited to 'windows/Makefile')
-rw-r--r-- | windows/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |