• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Tera Termの個人的な作業用リポジトリ


Commit MetaInfo

Revisão4e2fae343668b880ec7559901d2ee969e4a1e3be (tree)
Hora2020-11-02 23:40:00
Autorzmatsuo <zmatsuo@user...>
Commiterzmatsuo

Mensagem de Log

cJSON.c を VS 2008 でビルドできるよう修正

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

git-svn-id: svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk@9023 f5f01b69-1e22-0410-acbf-894ab4bd6246

Mudança Sumário

Diff

--- a/TTXSamples/TTXCheckUpdate/CMakeLists.txt
+++ b/TTXSamples/TTXCheckUpdate/CMakeLists.txt
@@ -42,8 +42,8 @@ target_compile_definitions(
4242 -D CJSON_HIDE_SYMBOLS
4343 )
4444
45-if(MSVC_VERSION STREQUAL 1400)
46- # VS2005 special define
45+if(MSVC_VERSION STRLESS 1600)
46+ # VS2005(1400),2008(1500) (<2010(1600)) special define
4747 set_source_files_properties(
4848 ../../libs/cJSON/cJSON.c
4949 PROPERTIES