From 99dd8143ed24851a80ea39aca4ff741432648c3c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 13 Nov 2005 10:51:17 +0000 Subject: [PATCH] Add doc on setting up Win32 environment variable supplied by Kees van den Broek. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2579 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kes-1.38 | 2 ++ bacula/src/win32/README.vc8 | 1 + bacula/src/win32/README.win32 | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/bacula/kes-1.38 b/bacula/kes-1.38 index b02bbeecc4..2b34409539 100644 --- a/bacula/kes-1.38 +++ b/bacula/kes-1.38 @@ -5,6 +5,8 @@ General: 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 diff --git a/bacula/src/win32/README.vc8 b/bacula/src/win32/README.vc8 index 660e3b0e02..ce372f4bdf 100644 --- a/bacula/src/win32/README.vc8 +++ b/bacula/src/win32/README.vc8 @@ -50,6 +50,7 @@ Installation instructions: Build instructions: - deppkgs: + Start VC++ 2005 command prompt (in the start menu) + + run "\VC\PlatformSDK\SetEnv.Cmd" + cd /deppkgs-win32/zlib + run "nmake -f win32\Makefile.msc" (don't worry about the warnings) + cd /deppkgs-win32/pthreads diff --git a/bacula/src/win32/README.win32 b/bacula/src/win32/README.win32 index aa27590f56..c58c04ee73 100644 --- a/bacula/src/win32/README.win32 +++ b/bacula/src/win32/README.win32 @@ -66,6 +66,10 @@ To build it: - 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\PlatformSDK\SetEnv.Cmd" - The build is done in an rxvt window under the latest version of cygwin. - You need the Platform SDK installed. -- 2.39.5