| 520389e3  xiaoyu
 
接入cocos源码,编译未通过,继续修改 | 1
2
3
4
5
6
7
8
9
10
11
12 |   # DO NOT EDIT
  # This makefile makes sure all linkable targets are
  # up-to-date with anything they link to
  default:
  	echo "Do not invoke directly"
  
  # Rules to remove targets that are older than anything to which they
  # link.  This forces Xcode to relink the targets from scratch.  It
  # does not seem to check these dependencies itself.
  
  
  # For each target create a dummy ruleso the target does not have to exist
 |