From: Kern Sibbald Date: Sat, 12 Jan 2008 14:12:37 +0000 (+0000) Subject: Update win32 readme X-Git-Tag: Release-3.0.0~1980 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71e9bf1d5098e0a8751aec2e6c24d121da6e5cf6;p=bacula%2Fbacula Update win32 readme git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6279 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/README.mingw32 b/bacula/src/win32/README.mingw32 index a7d739d9f4..ecd0bb6b88 100644 --- a/bacula/src/win32/README.mingw32 +++ b/bacula/src/win32/README.mingw32 @@ -15,6 +15,40 @@ expect that there may be problems on systems other than Linux where you are pretty much on your own. However, we will try to provide responses to your questions on the bacula-devel list, but we can't guarantee anything. +Directory Structure +===================== +The new directory structure is: + + bacula-top Top level directory -- any name + bacula Top level Bacula source directory -- any name + src + win32 Main directory where Windows version is built. + + docs Top level Bacula documentation directory + + depkgs-mingw32 (MinGW32) 3rd Party Dependencies for MinGW32 build +or + depkgs-msvc (MS VC++) 3rd Party Dependencies for Microsoft VC++ build. + bin -- + include | + lib | + man | Created by script + nsis |-- .../bacula/src/win32/build-depkgs-mingw32 + scons | + share | + src | + ssl -- + vss + inc A copy of the Windows VSS/inc directory + + cross-tools (MinGW32) Cross compilation tools (gcc, g++, mingw32, ...) + binutils-mingw32 -- + gcc-mingw32 | Created by script + mingw32 |-- .../bacula/src/win32/build-win32-cross-tools + mingw-utils | + source -- + + One-time Setup ==============