view Resources/ThirdParty/patch/NOTES.txt @ 1546:17a3814fd8a1

fix patches on windows
author jodogne
date Fri, 14 Aug 2015 11:16:17 +0200
parents 1c2c7e6c3a7a
children 5e65349c896b
line wrap: on
line source

This is a precompiled version of the "patch" standard tool for Windows
(version 2.6.1). It was cross-compiled as follows under Linux thanks
to MinGW32:

# wget ftp://ftp.gnu.org/gnu/patch/patch-2.6.1.tar.gz
# tar xvfz patch-2.6.1.tar.gz
# patch -p0 < fix-sources.patch 
# cd patch-2.6.1
# ./configure --host=i586-mingw32msvc
# make
# cd ..
# cp patch-2.6.1/src/patch.exe .
# i586-mingw32msvc-strip ./patch.exe 


URL to the project:
http://savannah.gnu.org/projects/patch/

License: GPLv3+ (GNU General Public License v3 or later)

Copyright (C) 1988 Larry Wall
Copyright (C) 2003, 2009 Free Software Foundation, Inc.