summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-08-15 15:14:47 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-08-15 15:14:47 +0000
commit3e78e05a4c0adc8a58a9876e570457075ecd4d01 (patch)
tree03b9fd514d9184ffe2a5b781be94832cae5d720c /docs
parent1099dcdc0984eb628f6984ec616e76dab117db15 (diff)
Add notes about needing to run VCVARS32.BAT before compiling.
Reword some notes about the build process.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.WIN3214
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/README.WIN32 b/docs/README.WIN32
index d98cdd2ebc..ba71c0ab6e 100644
--- a/docs/README.WIN32
+++ b/docs/README.WIN32
@@ -1,12 +1,13 @@
File: docs/README.WIN32
-Last updated: Nov 29, 2001 - Karl Schultz - kschultz@users.sourceforge.net
+Last updated: Aug 15, 2002 - Karl Schultz - kschultz@users.sourceforge.net
Quick Start
If you have Microsoft Visual C++ 6.0 installed, simply go to the top directory
of the Mesa distribution and type 'nmake -f Makefile.win NODEBUG=1' for
-an optimized build.
+an optimized build. Note that you may have to run ...VC98/BIN/VCVARS32.BAT
+to set up the appropriate compiler environment variables.
Details and Notes
@@ -17,9 +18,12 @@ Details and Notes
demos a handful of demo executables.
- After building, you can copy the above DLL files to a place in your PATH
- or to the demos directory if you just want to give the demos a try.
- The DLL and LIB files are copied to the ./lib directory. The makefile
- creates this directory if it does not already exist.
+ such as $SystemRoot/SYSTEM32. If you don't like putting things in a
+ system directory, place them in the same directory as the executable(s).
+ For example, you can copy the DLL files to the demos directory if you
+ just want to run the demos. The build process places the DLL and LIB files
+ in the ./lib directory. The makefile creates this directory if it does
+ not already exist.
- The make targets 'clean' and 'clobber' will remove objects and libraries.
But the files in ./lib are never cleaned.