Merge pull request #2404 from minggo/assetmanager

fix a compiling error
This commit is contained in:
minggo 2013-04-18 19:36:03 -07:00
commit 37dc03b7d6
1 changed files with 0 additions and 2 deletions

View File

@ -300,7 +300,6 @@
46A2143916D4ABFD00723F2B /* ScriptingCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptingCore.cpp; sourceTree = "<group>"; };
46A2143A16D4ABFD00723F2B /* ScriptingCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptingCore.h; sourceTree = "<group>"; };
46A2143B16D4ABFD00723F2B /* spidermonkey_specifics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spidermonkey_specifics.h; sourceTree = "<group>"; };
46A2143C16D4ABFD00723F2B /* uthash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uthash.h; sourceTree = "<group>"; };
46A2146016D4B04A00723F2B /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Background.png; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -647,7 +646,6 @@
46A2143916D4ABFD00723F2B /* ScriptingCore.cpp */,
46A2143A16D4ABFD00723F2B /* ScriptingCore.h */,
46A2143B16D4ABFD00723F2B /* spidermonkey_specifics.h */,
46A2143C16D4ABFD00723F2B /* uthash.h */,
);
name = bindings;
path = ../../../../scripting/javascript/bindings;