summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2007-05-04 00:17:18 +0000
committerkwaclaw <kwaclaw>2007-05-04 00:17:18 +0000
commitc32036eda49df32ad45d739e6e2e167e5f37b9c2 (patch)
treeb9df330e73b8a8f6fc21789d89884edac0549708 /win32
parentb0d876a1fcc9bf85339841a15f564f1a5006d077 (diff)
downloadlibexpat-c32036eda49df32ad45d739e6e2e167e5f37b9c2.tar.gz
Added note about output locations for MS builds.
Diffstat (limited to 'win32')
-rw-r--r--win32/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/README.txt b/win32/README.txt
index 2cad767..77a94bc 100644
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -16,6 +16,11 @@ Expat can be built on Windows in three ways:
* MS Visual Studio .NET 2002, 2003, 2005:
The VC++ 6 workspace file (expat.dsw) and project files (.dsp)
can be opened and imported in VS.NET without problems.
+
+* All MS C/C++ compilers:
+ The output for all projects will be generated in the win32\bin
+ directory, intermediate files will be located in project-specific
+ subdirectories of win32\tmp.
* Creating MinGW dynamic libraries from MS VC++ DLLs: