OSDN Git Service

Small fix. Licence Caution of Watcom C
authorKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Sun, 30 May 2004 15:29:45 +0000 (15:29 +0000)
committerKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Sun, 30 May 2004 15:29:45 +0000 (15:29 +0000)
Modified Files:
   doc/C/README.w32 doc/ja_JP.eucJP/README.w32

doc/C/README.w32
doc/ja_JP.eucJP/README.w32

index 7ab2f7c..4f105fc 100644 (file)
@@ -236,6 +236,9 @@ done
 
 3.OpenWatcom C++ in Msys environment
 
+======= CAUTION !! ===========
+You cannnat distribute generated TiMidity++ binary!!. Because of LICENCE issue.
+==============================
 (1)OpenWatcom and MSYS
     1)Set OpenWatcom(http://www.openwatcom.org)
        1-1)Download OpenWatcom, install and configure them
@@ -307,7 +310,6 @@ done
            ./configure --enable-network --enable-w32gui \
             --enable-audio=w32,vorbis,gogo,ogg,flac,portaudio \
             --disable-oggtest --disable-vorbistest --disable-libFLACtest --disable-libOggFLACtest
-            ( cl386(except cl)  is need for watcom detection in configure script. )
             (make)
              make
              mv timidity.exe timw32g.exe
@@ -317,7 +319,6 @@ done
             ./configure --enable-network --enable-winsyng \
             --enable-audio=w32,vorbis,gogo,ogg,flac,portaudio \
             --disable-oggtest --disable-vorbistest --disable-libFLACtest --disable-libOggFLACtest
-            ( cl386(except cl)  is need for watcom detection in configure script. )
              (make)
              make
              mv timidity.exe twsyng.exe
@@ -327,7 +328,6 @@ done
             ./configure --enable-network --enable-winsyng \
             --enable-audio=w32,vorbis,gogo,ogg,flac,portaudio \
             --disable-oggtest --disable-vorbistest --disable-libFLACtest --disable-libOggFLACtest
-            ( cl386(except cl)  is need for watcom detection in configure script. )
             add config.h following line
                 #define TWSYNSRV 1
              (make)
@@ -354,7 +354,7 @@ done
             Microsoft Platform SDK
         install and configure them.
 ======= CAUTION !! ===========
-If you plan to distribute TiMidity++ binary, use "Visual C++" or "Visual Studio" not "Microsoft Visual C++ Toolkit 2003". because of LICENCE issue.
+If you plan to distribute TiMidity++ binary, use "Visual C++" or "Visual Studio" not "Microsoft Visual C++ Toolkit 2003". because of LICENCE issue. And link msvcrt.lib instead of libcmt.lib
 ==============================
 
    2)Setup Mngw and MSYS (See MingwWiki(http://mingw.sourceforge.net/MinGWiki/))
index 2b7191e..d0da1ae 100644 (file)
@@ -205,6 +205,9 @@ done
 
 
 £³¡¥Msys´Ä¶­²¼¤ÇOpenWatcom¤Ç¥³¥ó¥Ñ¥¤¥ë
+======= CAUTION !! ===========
+Open Watcom ¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥Ð¥¤¥Ê¥ê¤Ï¥é¥¤¥»¥ó¥¹¾åÇÛÉۤǤ­¤Ê¤¤¡£
+============================== 
 ¡Ê£±¡ËOpenWatcom¤ÈMSYS¤Î¥»¥Ã¥È¥¢¥Ã¥×
        £±¡ËOpenWatcom¤Î¥»¥Ã¥È¥¢¥Ã¥×(http://www.openwatcom.org)
                £±¡Ý£±¡ËOpenWatcom¤ò¥À¥¦¥ó¥í¡¼¥É¤·¤Æ¤¯¤ë¡£
@@ -271,7 +274,6 @@ done
            ./configure --enable-network --enable-w32gui \
             --enable-audio=w32,vorbis,gogo,ogg,flac,portaudio \
             --disable-oggtest --disable-vorbistest --disable-libFLACtest --disable-libOggFLACtest
-            ( cl386(except cl)  is need for watcom detection in configure script. )
             (make)
              make
              mv timidity.exe timw32g.exe
@@ -281,7 +283,6 @@ done
             ./configure --enable-network --enable-winsyng \
             --enable-audio=w32,vorbis,gogo,ogg,flac,portaudio \
             --disable-oggtest --disable-vorbistest --disable-libFLACtest --disable-libOggFLACtest
-            ( cl386(except cl)  is need for watcom detection in configure script. )
              (make)
              make
              mv timidity.exe twsyng.exe
@@ -291,7 +292,6 @@ done
             ./configure --enable-network --enable-winsyng \
             --enable-audio=w32,vorbis,gogo,ogg,flac,portaudio \
             --disable-oggtest --disable-vorbistest --disable-libFLACtest --disable-libOggFLACtest
-            ( cl386(except cl)  is need for watcom detection in configure script. )
             add config.h following line
                 #define TWSYNSRV 1
              (make)
@@ -315,8 +315,9 @@ done
                Microsoft Platform SDK
                ¤ò¥À¥¦¥ó¥í¡¼¥É¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¡£
 ======= CAUTION !! ===========
-Microsoft Visual C++ Toolkit 2003¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥é¥¤¥Ö¥é¥ê¤Ï¥é¥¤¥»¥ó¥¹¾åÇÛÉۤǤ­¤Ê¤¤¡£
+Microsoft Visual C++ Toolkit 2003¤Ç¥³¥ó¥Ñ¥¤¥ë¤·¤¿¥Ð¥¤¥Ê¥ê¤Ï¥é¥¤¥»¥ó¥¹¾åÇÛÉۤǤ­¤Ê¤¤¡£
 ÇÛÉÛ¤¹¤ë¥Ð¥¤¥Ê¥ê¤Ï¡¢"Visual C++" ¤« "Visual Studio"¤Çºî¤ëɬÍפ¬¤¢¤ë¡£
+¤½¤ÎºÝ¤Ï¡¡libcmt.lib ¤Ç¤Ï¤Ê¤¯¡¡msvcrt.lib¤ò¥ê¥ó¥¯¤¹¤ë¤³¤È
 ============================== 
                
        £²¡ËMSYS¤Î¥»¥Ã¥È¥¢¥Ã¥×(http://sourceforge.net/projects/mingw/¡¡http://mingw.sourceforge.net/MinGWiki/))