[Ttssh2-commit] [9024] cJSON.c を VS 2008 でビルドできるよう修正

アーカイブの一覧に戻る
scmno****@osdn***** scmno****@osdn*****
2020年 11月 3日 (火) 22:57:13 JST


Revision: 9024
          https://osdn.net/projects/ttssh2/scm/svn/commits/9024
Author:   zmatsuo
Date:     2020-11-03 22:57:13 +0900 (Tue, 03 Nov 2020)
Log Message:
-----------
cJSON.c を VS 2008 でビルドできるよう修正

- r8959 と同じ方法でとりあえず回避

MFT: r9023

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/8959
    https://osdn.net/projects/ttssh2/scm/svn/commits/9023

Modified Paths:
--------------
    branches/proto_unicode/TTXSamples/TTXCheckUpdate/CMakeLists.txt

-------------- next part --------------
Modified: branches/proto_unicode/TTXSamples/TTXCheckUpdate/CMakeLists.txt
===================================================================
--- branches/proto_unicode/TTXSamples/TTXCheckUpdate/CMakeLists.txt	2020-11-02 14:40:00 UTC (rev 9023)
+++ branches/proto_unicode/TTXSamples/TTXCheckUpdate/CMakeLists.txt	2020-11-03 13:57:13 UTC (rev 9024)
@@ -42,8 +42,8 @@
   -D CJSON_HIDE_SYMBOLS
   )
 
-if(MSVC_VERSION STREQUAL 1400)
-  # VS2005 special define
+if(MSVC_VERSION STRLESS 1600)
+  # VS2005(1400),2008(1500) (<2010(1600)) special define
   set_source_files_properties(
     ../../libs/cJSON/cJSON.c
     PROPERTIES


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