]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/README.win32
Fix btape autochanger handling
[bacula/bacula] / bacula / src / win32 / README.win32
1
2 This code written by:
3
4    Christopher S. Hull, February 2004
5
6 This directory <bacula-src>/src/win32 contains the build
7 environment for building the native Win32 Bacula File daemon.
8 The directory structure is:
9
10   src/win32      Makefiles and scripts
11     baculafd     Visual Studio Files
12       Release    Release objects, and bacula-fd.exe
13        Debug     Debug object, and bacula-fd.exe produced
14                     by VC++
15     console      Build of console program (not yet complete)
16     filed        Links to core filed code
17     findlib      Links to core findlib code
18     lib          Links to core lib code
19     pthreads     The POSIX pthreads library (third party)
20     zlib         The zlib library (third party)
21
22 To build it, make sure that VC++ 6.0 include files are in
23 the INCLUDE environment variable, the libraries are in
24 the LIB environment variable and the compiler and tools
25 are on the PATH.  Then enter:
26
27   make
28
29 See License.txt for the License.