[Ttssh2-commit] [5751] コンパイラについての記述を整理した

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2014年 12月 31日 (水) 21:32:42 JST


Revision: 5751
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5751
Author:   maya
Date:     2014-12-31 21:32:37 +0900 (Wed, 31 Dec 2014)
Log Message:
-----------
コンパイラについての記述を整理した

Modified Paths:
--------------
    trunk/doc/en/html/reference/develop.txt
    trunk/doc/ja/html/reference/develop.txt

-------------- next part --------------
Modified: trunk/doc/en/html/reference/develop.txt
===================================================================
--- trunk/doc/en/html/reference/develop.txt	2014-12-31 12:10:22 UTC (rev 5750)
+++ trunk/doc/en/html/reference/develop.txt	2014-12-31 12:32:37 UTC (rev 5751)
@@ -2,25 +2,21 @@
 - OS
   Windows XP Professional / Windows 8 Pro / Windows 8.1 Pro
 - Compiler
-  Visual Studio 2005 SP1 Standard Edition (or higher edition)
-  Visual Studio Community 2013
-    Note: The executable program which was compiled by Visual Studio 2008 Standard Edition (or higher edition) does not work on Windows NT 4.0, 95, 98 and Me.
-    Note2: The executable program which was compiled by Visual Studio 2010 Professional Edition (or higher edition) does not work on Windows 2000, NT 4.0, 95, 98 and Me.
-    Note3: The executable program which was compiled by Visual Studio 2012 Professional Edition (or higher edition) does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
-           Also, please change below options.
-             - Project - Property - Configuration Properties - Linker - Advanced - "Image Has Safe Exception Handlers": No(/SAFESEH:NO)
-             - Project - Property - Configuration Properties - Manifest Tool - Input and Output - "Embed Manifest": No
-             - Linked imagehlp.lib
-    Note4: The executable program which was compiled by Visual Studio 2013 does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
-
-  Windows Server 2003 R2 Platform SDK(Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
-    Note: The OpenSSL 0.9.8i will not able to build by using the Visual Studio 2005 Standard Edition. So, install the Windows Server 2003 R2 Platform SDK to link the "Crypt32.Lib" library.
-    Note2: Configure the INCLUDE and LIB environment variables to be given priority for the SDK installation directory.
-
-  MFC MBCS DLL Add-on
-    Note: Above add-on must be installed into the Visual Studio Community 2013.
-
-
+-- Visual Studio 2005 SP1 Standard Edition (or higher edition)
+   Windows Server 2003 R2 Platform SDK(Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
+   Note: The OpenSSL will not able to build by using the Visual Studio 2005 Standard Edition. So, install the Windows Server 2003 R2 Platform SDK to link the "Crypt32.Lib" library.
+         Configure the INCLUDE and LIB environment variables to be given priority for the SDK installation directory.
+         e.g. INCLUDE "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include"
+              LIB     "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib"
+-- Visual Studio 2008 SP1 Standard Edition (or higher edition)
+   Note: The executable program which was compiled by this version does not work on Windows NT 4.0, 95, 98 and Me.
+-- Visual Studio 2010 SP1 Professional Edition (or higher edition)
+   Note: The executable program which was compiled by this version does not work on Windows 2000, NT 4.0, 95, 98 and Me.
+-- Visual Studio 2012 Update 4 Professional Edition (or higher edition)
+   Note: The executable program which was compiled by this version does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
+-- Visual Studio Community 2013 Update 4
+   MFC MBCS DLL Add-on
+   Note: The executable program which was compiled by this version does not work on Windows Vista, XP, 2000, NT 4.0, 95, 98 and Me.
 - Installer
   Inno Setup 5.4.3 ANSI (http://www.jrsoftware.org/isinfo.php) (5.5.0 or higher doesn't support Windows NT 4.0 and 9x)
   Inno Setup Preprocessor (from ispack-5.4.3)

Modified: trunk/doc/ja/html/reference/develop.txt
===================================================================
--- trunk/doc/ja/html/reference/develop.txt	2014-12-31 12:10:22 UTC (rev 5750)
+++ trunk/doc/ja/html/reference/develop.txt	2014-12-31 12:32:37 UTC (rev 5751)
@@ -2,24 +2,21 @@
 - OS
   Windows XP Professional / Windows 8 Pro / Windows 8.1 Pro
 - \x83R\x83\x93\x83p\x83C\x83\x89
-  Visual Studio 2005 SP1 (Standard Edition \x88ȏ\xE3)
-  Visual Studio Community 2013
-    \x92\x8D: Visual Studio 2008 (Standard Edition \x88ȏ\xE3) \x82ŃR\x83\x93\x83p\x83C\x83\x8B\x82\xB5\x82\xBD\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-    \x92\x8D2: Visual Studio 2010 (Professional Edition \x88ȏ\xE3)\x82ŃR\x83\x93\x83p\x83C\x83\x8B\x82\xB5\x82\xBD\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-    \x92\x8D3: Visual Studio 2012 (Professional Edition \x88ȏ\xE3)\x82ŃR\x83\x93\x83p\x83C\x83\x8B\x82\xB5\x82\xBD\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-         \x82܂\xBD\x81A\x89\xBA\x8BL\x82̃I\x83v\x83V\x83\x87\x83\x93\x95ύX\x82\xAA\x95K\x97v\x82ł\xB7\x81B
-           - \x83v\x83\x8D\x83W\x83F\x83N\x83g -> \x83v\x83\x8D\x83p\x83e\x83B -> \x8D\\x90\xAC\x83v\x83\x8D\x83p\x83e\x83B -> \x83\x8A\x83\x93\x83J\x81\ -> \x8Fڍאݒ\xE8 ->  "\x88\xC0\x91S\x82ȗ\xE1\x8AO\x83n\x83\x93\x83h\x83\x89\x81[\x82\xF0\x8A܂ރC\x83\x81\x81[\x83W"(/SAFESEH \x82\xF0\x8AO\x82\xB7)
-           - \x83v\x83\x8D\x83W\x83F\x83N\x83g\x82̃v\x83\x8D\x83p\x83e\x83B -> \x8D\\x90\xAC\x83v\x83\x8D\x83p\x83e\x83B -> \x83}\x83j\x83t\x83F\x83X\x83g\x83c\x81[\x83\x8B -> \x93\xFC\x97͂Əo\x97\xCD -> \x96\x84\x82ߍ\x9E\x82݃}\x83j\x83t\x83F\x83X\x83g\x82\xF0\x81h\x82\xA2\x82\xA2\x82\xA6\x81h\x82ɐݒ肷\x82\xE9
-           - imagehlp.lib\x82\xF0\x83\x8A\x83\x93\x83N\x82\xB7\x82\xE9
-    \x92\x8D4: Visual Studio 2013 \x82ŃR\x83\x93\x83p\x83C\x83\x8B\x82\xB5\x82\xBD\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
-    
-  Windows Server 2003 R2 Platform SDK(Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
-    \x92\x8D: Visual Studio 2005 Standard Edition\x82ł́AOpenSSL 0.9.8i\x82̃r\x83\x8B\x83h\x82\xAA\x8E\xB8\x94s\x82\xB5\x82܂\xB7\x81BWindows Server 2003 R2 Platform SDK \x82\xF0\x83C\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB5\x81A"Crypt32.Lib"\x82\xF0\x83\x8A\x83\x93\x83N\x82ł\xAB\x82\xE9\x82悤\x82ɂ\xB5\x82Ă\xA8\x82\xAD\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B
-    \x92\x8D2: SDK \x82ŃC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82ꂽ\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xAA\x8DŗD\x90\xE6\x82ɂȂ\xE9\x82悤\x81AINCLUDE \x82\xA8\x82\xE6\x82\xD1 LIB \x8A‹\xAB\x95ϐ\x94\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
-
-  MFC MBCS DLL \x83A\x83h\x83I\x83\x93
-    \x92\x8D: Visual Studio Community 2013\x82ɏ\xE3\x8BL\x83A\x83h\x83I\x83\x93\x82𓱓\xFC\x82\xB7\x82\xE9\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B
-
+-- Visual Studio 2005 SP1 (Standard Edition \x88ȏ\xE3)
+   Windows Server 2003 R2 Platform SDK(Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1)
+   \x92\x8D: Visual Studio 2005 Standard Edition\x82ł́AOpenSSL \x82̃r\x83\x8B\x83h\x82\xAA\x8E\xB8\x94s\x82\xB5\x82܂\xB7\x81BWindows Server 2003 R2 Platform SDK \x82\xF0\x83C\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB5\x81A"Crypt32.Lib"\x82\xF0\x83\x8A\x83\x93\x83N\x82ł\xAB\x82\xE9\x82悤\x82ɂ\xB5\x82Ă\xA8\x82\xAD\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B
+       SDK \x82ŃC\x83\x93\x83X\x83g\x81[\x83\x8B\x82\xB3\x82ꂽ\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xAA\x8DŗD\x90\xE6\x82ɂȂ\xE9\x82悤\x81AINCLUDE \x82\xA8\x82\xE6\x82\xD1 LIB \x8A‹\xAB\x95ϐ\x94\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
+       \x97\xE1: INCLUDE "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include"
+           LIB     "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib"
+-- Visual Studio 2008 SP1 (Standard Edition \x88ȏ\xE3)
+   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
+-- Visual Studio 2010 SP1 (Professional Edition \x88ȏ\xE3)
+   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
+-- Visual Studio 2012 Update 4 (Professional Edition \x88ȏ\xE3)
+   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
+-- Visual Studio Community 2013 Update 4
+   MFC MBCS DLL \x83A\x83h\x83I\x83\x93
+   \x92\x8D: \x83R\x83\x93\x83p\x83C\x83\x8B\x82\xB3\x82ꂽ\x8E\xC0\x8Ds\x83t\x83@\x83C\x83\x8B\x82\xCD Windows Vista, XP, 2000, NT 4.0, 95, 98, Me \x82œ\xAE\x82\xAB\x82܂\xB9\x82\xF1\x81B
 - \x83C\x83\x93\x83X\x83g\x81[\x83\x89
   Inno Setup 5.4.3 ANSI (http://www.jrsoftware.org/isinfo.php) (5.5.0 \x88ȏ\xE3\x82ō쐬\x82\xB5\x82\xBD\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82\xCD Windows NT 4.0, 9x \x82\xF0\x83T\x83|\x81[\x83g\x82\xB5\x82Ȃ\xA2\x82̂ŕs\x89\xC2)
   Inno Setup Preprocessor (ispack-5.4.3 \x82\xE6\x82\xE8)



Ttssh2-commit メーリングリストの案内
アーカイブの一覧に戻る