• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

POSIX.1 National Language Support API for MinGW


コミットメタ情報

リビジョンdd0c830c8583dcf5442977a2f89d0a4279a21386 (tree)
日時2008-01-10 07:13:58
作者Keith Marshall <keithmarshall@user...>
コミッターKeith Marshall

ログメッセージ

* README: Some minor wording improvements. Update copyright notice to include new year. Add additional notes regarding deployment of the pre-compiled development kit.

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
11 2008-01-09 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ * README: Some minor wording improvements.
4+ Update copyright notice to include new year.
5+ Add additional notes regarding deployment of the pre-compiled
6+ development kit.
7+
8+2008-01-09 Keith Marshall <keithmarshall@users.sourceforge.net>
9+
310 Retain `.exe' file name extension, if present, in program identity
411 banner displayed by `-help' and `-version' options.
512
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
11 MinGW catgets README
22 $Id$
33
4-Copyright (C) 2007, Keith Marshall
4+Copyright (C) 2007, 2008, Keith Marshall
55
66 Written by Keith Marshall <keithmarshall@users.sourceforge.net>
7-Last modification: 20-Dec-2007
7+Last modification: 09-Jan-2008
88
99 This package provides a native Win32 implementation of the POSIX National
1010 Language Support API, conforming generally to IEEE standard 1003.1-2001,
@@ -15,7 +15,7 @@ import library for dynamic linking, with supporting nl_types.h header file,
1515 delivering Win32 implementations of the catopen(), catgets() and catclose()
1616 functions, as required by the POSIX National Language Support API; this is
1717 accompanied by a suitable, standards conformant `gencat' utility program,
18-which is used to generate the message catalogue files, which are bound to
18+which is used to generate the message catalogue files for deployment with
1919 user applications making use of these library functions.
2020
2121 The MinGW catgets package is free software It is provided AS IS, in the
@@ -53,6 +53,19 @@ full text of this README file is included with each):--
5353 the `-lcatgets' option, specified *after* the dependent object modules,
5454 on the linking command line.
5555
56+ Note that this development kit is specifically intended for native use
57+ on a Win32 platform. To deploy it, you must also have libiconv-2.dll,
58+ installed in a directory named in your $PATH; you may build this from
59+ the mingwPORT, as noted in the following section, `Prerequisites for
60+ Building from Source', or you may download a precompiled version from
61+ the `MSYS Supplementary Tools' collection, on the MinGW download page
62+ on Sourceforge.
63+
64+ If you wish to develop `catgets' dependent MinGW applications, using
65+ a cross-compiler suite hosted on a non-Win32 platform, then you can
66+ not use this development kit; you should install the requisite tools
67+ as described in the later section, `Building for Cross-Hosted Use'.
68+
5669 3) mingw-catgets-<version>-src.tar.gz
5770
5871 Provides the full source code from which the above two packages have
@@ -220,8 +233,7 @@ chain, (which is identified by the prefix `i586-mingw32'):--
220233 been initiated in the cross-build subdirectory...
221234
222235 cd cross-build
223- make
224- make bindist
236+ make && make bindist devdist
225237
226238
227239 Linking MinGW Applications to use Message Catalogues