]> git.sur5r.net Git - bacula/rescue/commit
Reworked the MinGW32 build-dependencies script, it has been renamed to build-depkgs...
authorRobert Nelson <robertn@the-nelsons.org>
Sat, 12 Aug 2006 23:18:24 +0000 (23:18 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Sat, 12 Aug 2006 23:18:24 +0000 (23:18 +0000)
commitbaee3b96e962fb72548f8c4a693696fa292ce8ad
tree78d611e83c83ae953f4e598390c40d59f81cda8c
parent2f4f077321c1ac172f3c7eb18e4d5f291fbd5c94
Reworked the MinGW32  build-dependencies script, it has been renamed to build-depkgs-mingw32.  It now handles two options -h to display help and -C to reextract the source and apply the patches.  The -C option is useful for updating the source after new patches are released.

Moved the 3rd party package URLs to a separate file External-mingw32.  This allows us to update to new versions without having to modify the script and makes it easier to figure out which packages and which versions are used.

Added a new script build-depkgs-msvc.cmd which does the same thing as build-depkgs-mingw32 except they are built using Microsoft Visual C and placed in the depkgs-msvc directory.  There is also an External-msvc file to describe the packages.

Updated README.mingw32 with the updated instructions.

Added a couple of missing files to the installer for PostgreSQL.