Add sal/rtl/bootstrap.cxx for breakpointing convenience
Change-Id: I915b714aec4212cff563832772111b804af2bbd3
This commit is contained in:
parent
edc5b6678c
commit
3b2612c20d
1 changed files with 10 additions and 0 deletions
|
@ -303,6 +303,7 @@
|
|||
BE34D1FF219076CF00815297 /* formatsh.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = formatsh.cxx; path = "../../ios-device/sc/source/ui/view/formatsh.cxx"; sourceTree = "<group>"; };
|
||||
BE34D200219076CF00815297 /* dbfunc3.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dbfunc3.cxx; path = "../../ios-device/sc/source/ui/view/dbfunc3.cxx"; sourceTree = "<group>"; };
|
||||
BE43FD39222693F200376855 /* zcodec.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = zcodec.cxx; path = "../../ios-device/tools/source/zcodec/zcodec.cxx"; sourceTree = "<group>"; };
|
||||
BE43FD4222286B0700376855 /* bootstrap.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = bootstrap.cxx; path = "../../ios-device/sal/rtl/bootstrap.cxx"; sourceTree = "<group>"; };
|
||||
BE58E129217F295B00249358 /* Log.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Log.hpp; sourceTree = "<group>"; };
|
||||
BE58E12A217F295B00249358 /* Png.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Png.hpp; sourceTree = "<group>"; };
|
||||
BE58E12B217F295B00249358 /* SigUtil.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = SigUtil.hpp; sourceTree = "<group>"; };
|
||||
|
@ -946,6 +947,14 @@
|
|||
name = zcodec;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BE43FD4122286AEC00376855 /* rtl */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
BE43FD4222286B0700376855 /* bootstrap.cxx */,
|
||||
);
|
||||
name = rtl;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BE58E1312187938700249358 /* headless */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -1349,6 +1358,7 @@
|
|||
BEB6521A216F5D4600B8C09A /* sal */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
BE43FD4122286AEC00376855 /* rtl */,
|
||||
BEB6521B216F5D4C00B8C09A /* unx */,
|
||||
);
|
||||
name = sal;
|
||||
|
|
Loading…
Reference in a new issue