axmol/cocos
Anton Sokolchenko 5f74b8568d Fix CCImage to be compatible with UNIX2003
Without this wrapper I get errors below.
Mac Os X 10.9.3 Xcode 6 beta(the same problem also exists in Xcode 5)
I found a solution at http://stackoverflow.com/questions/8732393/code-coverage-with-xcode-4-2-missing-files and added one more wrapping function.

Undefined symbols for architecture i386:
  "_fwrite$UNIX2003", referenced from:
      _unixErrorHandler in libcocos2dx iOS.a(tif_unix.o)
      _unixWarningHandler in libcocos2dx iOS.a(tif_unix.o)
      _empty_output_buffer in libcocos2dx iOS.a(jdatadst.o)
      _term_destination in libcocos2dx iOS.a(jdatadst.o)
      _Fax3PrintDir in libcocos2dx iOS.a(tif_fax3.o)
      _PredictorPrintDir in libcocos2dx iOS.a(tif_predict.o)
  "_strerror$UNIX2003", referenced from:
      _TIFFOpen in libcocos2dx iOS.a(tif_unix.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
2014-06-05 16:54:00 +03:00
..
2d Merge remote-tracking branch 'cocos2d/v3' into normalized_position 2014-06-04 09:19:22 -07:00
3d Merge remote-tracking branch 'cocos2d/v3' into normalized_position 2014-06-04 09:19:22 -07:00
audio Merge pull request #6657 from asmodehn/asmo_newv3_cmake_win32 2014-05-29 15:25:58 +08:00
base Merge remote-tracking branch 'cocos2d/v3' into normalized_position 2014-06-04 09:19:22 -07:00
deprecated Point is no longer deprecated 2014-05-18 15:12:48 -07:00
editor-support Merge remote-tracking branch 'cocos2d/v3' into normalized_position 2014-06-04 09:19:22 -07:00
math Point is no longer deprecated 2014-05-18 15:12:48 -07:00
network Merge pull request #6657 from asmodehn/asmo_newv3_cmake_win32 2014-05-29 15:25:58 +08:00
physics closed #4944: fixed bug: physics engine crashes occasionally when remove bodies at physics contact callback. 2014-05-21 16:07:49 +08:00
platform Fix CCImage to be compatible with UNIX2003 2014-06-05 16:54:00 +03:00
renderer Merge branch 'v3.1hotfix' into v3 2014-05-30 10:19:56 +08:00
scripting/lua-bindings [AUTO]: updating luabinding automatically 2014-06-05 07:06:07 +00:00
storage upgrade win32 projects for Visual Studio 2013 (solves Platform Toolset v100 not found). 2014-05-07 17:41:04 +03:00
ui Compiles on Windows and Android 2014-06-04 09:48:35 -07:00
Android.mk fix other platform compile error 2014-06-04 14:56:34 +08:00
CMakeLists.txt Squashed commit of the following: 2014-05-18 14:49:16 -07:00
cocos2d-prefix.pch Squashed commit of the following: 2014-05-16 14:36:00 -07:00
cocos2d.cpp update version 2014-05-23 14:30:08 +08:00
cocos2d.h move the capturen screen interface from Director to ccUtils 2014-05-27 10:44:23 +08:00