by Kees van den Broek.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2579
91ce42f0-d328-0410-95d8-
f526ca767f89
Changes to 1.38.1:
13Oct05
+- Add doc on setting up Win32 environment variable supplied
+ by Kees van den Broek.
- Turn off API debug output unless debug set to avoid confusing
the user.
- Add Solaris ACL detection in configure.in as supplied by
Build instructions:
- deppkgs:
+ Start VC++ 2005 command prompt (in the start menu)
+ + run "<vc++ install dir>\VC\PlatformSDK\SetEnv.Cmd"
+ cd <dev dir>/deppkgs-win32/zlib
+ run "nmake -f win32\Makefile.msc" (don't worry about the warnings)
+ cd <dev dir>/deppkgs-win32/pthreads
- Make sure nmake is on your PATH.
- Make sure your COMSPEC is properly setup (see full dump of
my cygwin environment below).
+- Running the following command may help setup the environment
+ variables used by VC++ (I don't use this command, but it might
+ just solve your problems).
+ run "<vc++ install dir>\VC\PlatformSDK\SetEnv.Cmd"
- The build is done in an rxvt window under the latest version
of cygwin.
- You need the Platform SDK installed.