summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-03-29 16:20:30 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:18 +0200
commit55330d5547a8ec7848309fc14c6d2ddaf5f78dca (patch)
tree81e1b017d15944d39daa73b2d0795157b8df6ca1 /README.woe32
parentd3dadca327ce84419829350cb1385b274d60cfe1 (diff)
downloadexternal_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.zip
external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.tar.gz
external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.tar.bz2
Native Woe32/MSVC support.
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe3229
1 files changed, 29 insertions, 0 deletions
diff --git a/README.woe32 b/README.woe32
new file mode 100644
index 0000000..08dbf89
--- /dev/null
+++ b/README.woe32
@@ -0,0 +1,29 @@
+Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
+
+- Requires MS Visual C/C++ 4.0 or 5.0 or 6.0 or 7.0.
+
+- Cannot build in a separate directory.
+
+- Build instructions:
+
+ Make sure that the MSVC4.0 or MSVC5.0 or MSVC6.0 utilities ("cl" etc.) are
+ found in PATH.
+
+ For shared library (DLL):
+
+ nmake -f Makefile.msvc DLL=1 MFLAGS=-MD
+
+ For static library:
+
+ nmake -f Makefile.msvc
+
+ If you want to build both the shared and static library, you have to
+ unpack the gettext sources twice in different directories. Don't mix
+ the two formats; you cannot use the libintl.h generated for the static
+ library together with the shared library or vice versa.
+
+- Installation:
+
+ nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install prefix=InstallBaseDirectory
+ or
+ nmake -f Makefile.msvc install prefix=InstallBaseDirectory