]> git.sur5r.net Git - bacula/bacula/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)
commit14af45e9b9d01115610afe4b13559d49338f1670
tree8aa55233a7662d999fbf0254f98114e2858f1c2b
parent7391aa0152e7367f4ef69564cf42ca852a8b0876
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.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3282 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/win32/External-mingw32 [new file with mode: 0644]
bacula/src/win32/External-msvc [new file with mode: 0644]
bacula/src/win32/README.mingw32
bacula/src/win32/build-dependencies [deleted file]
bacula/src/win32/build-depkgs-mingw32 [new file with mode: 0644]
bacula/src/win32/build-depkgs-msvc.cmd [new file with mode: 0644]
bacula/src/win32/installer/winbacula.nsi
bacula/src/win32/patches/mt.patch
bacula/src/win32/patches/mtx-msvc1.patch [new file with mode: 0644]
bacula/src/win32/patches/mtx-msvc2.patch [new file with mode: 0644]