mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2404 from minggo/assetmanager
fix a compiling error
This commit is contained in:
commit
37dc03b7d6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue