]> git.sur5r.net Git - bacula/bacula/commitdiff
Add doc on setting up Win32 environment variable supplied
authorKern Sibbald <kern@sibbald.com>
Sun, 13 Nov 2005 10:51:17 +0000 (10:51 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 13 Nov 2005 10:51:17 +0000 (10:51 +0000)
  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
bacula/src/win32/README.vc8
bacula/src/win32/README.win32

index b02bbeecc41e750bd492b0959c538d1c51bb6164..2b34409539587bef86dedab8d2328c518c5a34d8 100644 (file)
@@ -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
index 660e3b0e0236d59afd132dac7688c477a35cfab7..ce372f4bdf4b7883b2fed45e71c0560afc89ee00 100644 (file)
@@ -50,6 +50,7 @@ Installation instructions:
 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
index aa27590f5603714d0bd59db08aeb40c66c8d77da..c58c04ee735d49bf9726f3df739c4aaf95ceebde 100644 (file)
@@ -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++ 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.