summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2002-11-14 17:48:57 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2002-11-14 17:48:57 +0000
commit1393ce6b10ef28fb27be7e65d29f93364801d778 (patch)
treef6f3ebfa57780f22f1311e77ed9323aea7c76099 /win32
parentf69de936e6b2c5b1573363396fbfbb8d5cdf9be2 (diff)
downloadlibxslt-1393ce6b10ef28fb27be7e65d29f93364801d778.tar.gz
libxslt-1393ce6b10ef28fb27be7e65d29f93364801d778.tar.bz2
libxslt-1393ce6b10ef28fb27be7e65d29f93364801d778.zip
cleanup
Diffstat (limited to 'win32')
-rw-r--r--win32/Readme.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/win32/Readme.txt b/win32/Readme.txt
index b7d85d26..70cac541 100644
--- a/win32/Readme.txt
+++ b/win32/Readme.txt
@@ -95,7 +95,11 @@ configuration.
-------------
After the configuration stage has been completed, you want to build
-the software. To do that, type
+the software. You will have to use the make tool which comes with
+your compiler. If you, for example, configured the source to build
+with Microsoft's MSVC compiler, you would use the NMAKE utility. If
+żou configured it to build with GNU C compiler, mingw edition, you
+would use the GNU make. Assuming you use MSVC, type
nmake
@@ -125,5 +129,5 @@ possible, and there is also a chance that support exists for IDEs
which I have never seen.
-March 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de>
+November 2002, Igor Zlatkovic <igor@stud.fh-frankfurt.de>