Use the user-defined $(LOSRCDIR) variable for the paths to the core source files
This commit is contained in:
parent
72be8e3ad7
commit
79934ad4b2
1 changed files with 8 additions and 8 deletions
|
@ -88,15 +88,15 @@
|
|||
BE5EB5D92140363100E0826C /* ios.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ios.mm; path = ../../ios/ios.mm; sourceTree = "<group>"; };
|
||||
BE5EB5DB2140480B00E0826C /* icudt62l.dat */ = {isa = PBXFileReference; lastKnownFileType = file; name = icudt62l.dat; path = "$(LOBUILDDIR)/workdir/CustomTarget/ios/resources/icudt62l.dat"; sourceTree = "<group>"; };
|
||||
BE636210215101D000F4237E /* WebSocketHandler.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = WebSocketHandler.hpp; sourceTree = "<group>"; };
|
||||
BE6362C02153A7B500F4237E /* init.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = init.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/desktop/source/lib/init.cxx"; sourceTree = "<group>"; };
|
||||
BE6362C02153A7B500F4237E /* init.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = init.cxx; path = "$(LOSRCDIR)/desktop/source/lib/init.cxx"; sourceTree = "<group>"; };
|
||||
BE6362C12153B5B500F4237E /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
|
||||
BE6362D22154479000F4237E /* ctfonts.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/ctfonts.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D32154479000F4237E /* salvd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salvd.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salvd.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D42154479000F4237E /* salbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salbmp.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salbmp.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D52154479000F4237E /* utils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/utils.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D62154479000F4237E /* salgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salgdi.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D72154479000F4237E /* salgdicommon.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdicommon.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salgdicommon.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D82154479000F4237E /* salgdiutils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdiutils.cxx; path = "../../../../../Volumes/TML13/lo/ios-device/vcl/quartz/salgdiutils.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D22154479000F4237E /* ctfonts.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ctfonts.cxx; path = "$(LOSRCDIR)/vcl/quartz/ctfonts.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D32154479000F4237E /* salvd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salvd.cxx; path = "$(LOSRCDIR)/vcl/quartz/salvd.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D42154479000F4237E /* salbmp.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salbmp.cxx; path = "$(LOSRCDIR)/vcl/quartz/salbmp.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D52154479000F4237E /* utils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utils.cxx; path = "$(LOSRCDIR)/vcl/quartz/utils.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D62154479000F4237E /* salgdi.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdi.cxx; path = "$(LOSRCDIR)/vcl/quartz/salgdi.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D72154479000F4237E /* salgdicommon.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdicommon.cxx; path = "$(LOSRCDIR)/vcl/quartz/salgdicommon.cxx"; sourceTree = "<group>"; };
|
||||
BE6362D82154479000F4237E /* salgdiutils.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = salgdiutils.cxx; path = "$(LOSRCDIR)/vcl/quartz/salgdiutils.cxx"; sourceTree = "<group>"; };
|
||||
BE8D77272136762500AC58EA /* Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mobile.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
BE8D772A2136762500AC58EA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
BE8D772B2136762500AC58EA /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; };
|
||||
|
|
Loading…
Reference in a new issue