Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README_EN.txt | 2013-01-06 | 2.5 kB | |
Changes_EN.txt | 2013-01-06 | 176 Bytes | |
autoconf-2.13-patches_rv1.zip | 2013-01-06 | 4.0 kB | |
Totals: 3 Items | 6.7 kB | 0 |
* README_EN.txt * 2013.01.05 * autoconf-2.13-patches 1. DESCRIPTION 2. INSTALLATION 3. patchlist.ini format 4. AUTHOR EMAIL ------------------------------------------------------------------------------- 1. DESCRIPTION ------------------------------------------------------------------------------- Autoconf package patches fixing build targets under GCC v3.4.4 for the cygwin and under GCC v2.95.3-1 for the msysdvlpr backends. ------------------------------------------------------------------------------- 2. INSTALLATION ------------------------------------------------------------------------------- Apply all files mentioned in the patchlist.ini from platform specific subdirectory. ------------------------------------------------------------------------------- 3. patchlist.ini format ------------------------------------------------------------------------------- Formats: 1. <PatchFilePath>[:[<PatchCurDirPath>][:<PatchAttributes>]] 2. <PatchFilePath>:[<PatchCurDirPath>]: [<PatchingFileInputPath>]:<PatchingFileOutputPath>[:<PatchingFileAttr>] <PatchFilePath>: Represents a patch file or an executable to run. Has 2 formats, first - for a patch file, second - for an executable. If the <PatchCurDirPath> is defined, then is used to be a current directory before a run the <PatchFilePath> patch. <PatchCurDirPath>: Current directory which has to be switched to before run a patch or an executable. Has meaning only for relative input/output paths, otherwise input/output paths relative from values in TargetInputDirPath/TargetOutputDirPath variables. <PatchAttributes>: Arguments for a patch utility. <PatchingFileAttr>: Arguments for a executable. All values evaluatable if begins by the '$' character. EXAMPLES: examples/patch_example.patch examples/patch_example.patch::-u --fuzz=0 -p0 examples/patch_example.sh::RelativeInputPath/InputFile:RelativeOutputPath/OutputFile examples/patch_example.exe::/AbsoluteInputPath/InputFile:/AbsoluteOutputPath/OutputFile examples/patch_example.sh::$SomeVariable1/InputPath/InoutFile:$SomeVariable2/OutputPath/OutputFile examples/patch_example.sh:$TargetOutputDirPath/Subdir1:Subdir2/InoutFile:$TargetOutputDirPath/OutputPath/OutputFile ------------------------------------------------------------------------------- 4. AUTHOR EMAIL ------------------------------------------------------------------------------- andry at inbox dot ru