Skip to content

Commit

Permalink
Xcode: Adjust paths of ddslib and picomodellib
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Dec 24, 2019
1 parent 3a8bcd8 commit 3dd375c
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions tools/xcode/DarkRadiant.xcodeproj/project.pbxproj
Expand Up @@ -2965,35 +2965,35 @@
3AEBDC881E5067630062D9AF /* zlib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = zlib.xcconfig; sourceTree = "<group>"; };
3AEBDCDE1E50A8350062D9AF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
3AEBDEA31E50C3330062D9AF /* libdds.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdds.a; sourceTree = BUILT_PRODUCTS_DIR; };
3AEBDEAE1E50C34F0062D9AF /* ddslib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ddslib.cpp; path = ../../../libs/ddslib/ddslib.cpp; sourceTree = "<group>"; };
3AEBDEB01E50C35D0062D9AF /* ddslib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ddslib.h; path = ../../../libs/ddslib.h; sourceTree = "<group>"; };
3AEBDEAE1E50C34F0062D9AF /* ddslib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ddslib.cpp; path = ../../radiant/image/ddslib.cpp; sourceTree = SOURCE_ROOT; };
3AEBDEB01E50C35D0062D9AF /* ddslib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ddslib.h; path = ../../radiant/image/ddslib.h; sourceTree = SOURCE_ROOT; };
3AEBDFF31E50CAEE0062D9AF /* libpicomodel.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpicomodel.a; sourceTree = BUILT_PRODUCTS_DIR; };
3AEBDFF91E50CB120062D9AF /* clip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = clip.c; path = ../../libs/picomodel/lwo/clip.c; sourceTree = SOURCE_ROOT; };
3AEBDFFA1E50CB120062D9AF /* envelope.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = envelope.c; path = ../../libs/picomodel/lwo/envelope.c; sourceTree = SOURCE_ROOT; };
3AEBDFFB1E50CB120062D9AF /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = list.c; path = ../../libs/picomodel/lwo/list.c; sourceTree = SOURCE_ROOT; };
3AEBDFFC1E50CB120062D9AF /* lwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lwio.c; path = ../../libs/picomodel/lwo/lwio.c; sourceTree = SOURCE_ROOT; };
3AEBDFFD1E50CB120062D9AF /* lwo2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lwo2.c; path = ../../libs/picomodel/lwo/lwo2.c; sourceTree = SOURCE_ROOT; };
3AEBDFFE1E50CB120062D9AF /* lwo2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lwo2.h; path = ../../libs/picomodel/lwo/lwo2.h; sourceTree = SOURCE_ROOT; };
3AEBDFFF1E50CB120062D9AF /* lwob.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lwob.c; path = ../../libs/picomodel/lwo/lwob.c; sourceTree = SOURCE_ROOT; };
3AEBE0001E50CB120062D9AF /* pntspols.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pntspols.c; path = ../../libs/picomodel/lwo/pntspols.c; sourceTree = SOURCE_ROOT; };
3AEBE0011E50CB120062D9AF /* surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = surface.c; path = ../../libs/picomodel/lwo/surface.c; sourceTree = SOURCE_ROOT; };
3AEBE0021E50CB120062D9AF /* vecmath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vecmath.c; path = ../../libs/picomodel/lwo/vecmath.c; sourceTree = SOURCE_ROOT; };
3AEBE0031E50CB120062D9AF /* vmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vmap.c; path = ../../libs/picomodel/lwo/vmap.c; sourceTree = SOURCE_ROOT; };
3AEBE0061E50CB120062D9AF /* picointernal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = picointernal.c; path = ../../libs/picomodel/picointernal.c; sourceTree = SOURCE_ROOT; };
3AEBE0071E50CB120062D9AF /* picointernal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = picointernal.h; path = ../../libs/picomodel/picointernal.h; sourceTree = SOURCE_ROOT; };
3AEBE0081E50CB120062D9AF /* picomodel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = picomodel.c; path = ../../libs/picomodel/picomodel.c; sourceTree = SOURCE_ROOT; };
3AEBE0091E50CB120062D9AF /* picomodules.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = picomodules.c; path = ../../libs/picomodel/picomodules.c; sourceTree = SOURCE_ROOT; };
3AEBE00A1E50CB120062D9AF /* pm_3ds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_3ds.c; path = ../../libs/picomodel/pm_3ds.c; sourceTree = SOURCE_ROOT; };
3AEBE00B1E50CB120062D9AF /* pm_ase.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_ase.c; path = ../../libs/picomodel/pm_ase.c; sourceTree = SOURCE_ROOT; };
3AEBE00C1E50CB120062D9AF /* pm_fm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_fm.c; path = ../../libs/picomodel/pm_fm.c; sourceTree = SOURCE_ROOT; };
3AEBE00D1E50CB120062D9AF /* pm_fm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pm_fm.h; path = ../../libs/picomodel/pm_fm.h; sourceTree = SOURCE_ROOT; };
3AEBE00E1E50CB120062D9AF /* pm_lwo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_lwo.c; path = ../../libs/picomodel/pm_lwo.c; sourceTree = SOURCE_ROOT; };
3AEBE00F1E50CB120062D9AF /* pm_md2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_md2.c; path = ../../libs/picomodel/pm_md2.c; sourceTree = SOURCE_ROOT; };
3AEBE0101E50CB120062D9AF /* pm_md3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_md3.c; path = ../../libs/picomodel/pm_md3.c; sourceTree = SOURCE_ROOT; };
3AEBE0111E50CB120062D9AF /* pm_mdc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_mdc.c; path = ../../libs/picomodel/pm_mdc.c; sourceTree = SOURCE_ROOT; };
3AEBE0121E50CB120062D9AF /* pm_ms3d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_ms3d.c; path = ../../libs/picomodel/pm_ms3d.c; sourceTree = SOURCE_ROOT; };
3AEBE0131E50CB120062D9AF /* pm_obj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_obj.c; path = ../../libs/picomodel/pm_obj.c; sourceTree = SOURCE_ROOT; };
3AEBE0141E50CB120062D9AF /* pm_terrain.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_terrain.c; path = ../../libs/picomodel/pm_terrain.c; sourceTree = SOURCE_ROOT; };
3AEBDFF91E50CB120062D9AF /* clip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = clip.c; path = ../../radiant/modelfile/picomodel/lwo/clip.c; sourceTree = SOURCE_ROOT; };
3AEBDFFA1E50CB120062D9AF /* envelope.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = envelope.c; path = ../../radiant/modelfile/picomodel/lwo/envelope.c; sourceTree = SOURCE_ROOT; };
3AEBDFFB1E50CB120062D9AF /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = list.c; path = ../../radiant/modelfile/picomodel/lwo/list.c; sourceTree = SOURCE_ROOT; };
3AEBDFFC1E50CB120062D9AF /* lwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lwio.c; path = ../../radiant/modelfile/picomodel/lwo/lwio.c; sourceTree = SOURCE_ROOT; };
3AEBDFFD1E50CB120062D9AF /* lwo2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lwo2.c; path = ../../radiant/modelfile/picomodel/lwo/lwo2.c; sourceTree = SOURCE_ROOT; };
3AEBDFFE1E50CB120062D9AF /* lwo2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lwo2.h; path = ../../radiant/modelfile/picomodel/lwo/lwo2.h; sourceTree = SOURCE_ROOT; };
3AEBDFFF1E50CB120062D9AF /* lwob.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lwob.c; path = ../../radiant/modelfile/picomodel/lwo/lwob.c; sourceTree = SOURCE_ROOT; };
3AEBE0001E50CB120062D9AF /* pntspols.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pntspols.c; path = ../../radiant/modelfile/picomodel/lwo/pntspols.c; sourceTree = SOURCE_ROOT; };
3AEBE0011E50CB120062D9AF /* surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = surface.c; path = ../../radiant/modelfile/picomodel/lwo/surface.c; sourceTree = SOURCE_ROOT; };
3AEBE0021E50CB120062D9AF /* vecmath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vecmath.c; path = ../../radiant/modelfile/picomodel/lwo/vecmath.c; sourceTree = SOURCE_ROOT; };
3AEBE0031E50CB120062D9AF /* vmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vmap.c; path = ../../radiant/modelfile/picomodel/lwo/vmap.c; sourceTree = SOURCE_ROOT; };
3AEBE0061E50CB120062D9AF /* picointernal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = picointernal.c; path = ../../radiant/modelfile/picomodel/picointernal.c; sourceTree = SOURCE_ROOT; };
3AEBE0071E50CB120062D9AF /* picointernal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = picointernal.h; path = ../../radiant/modelfile/picomodel/picointernal.h; sourceTree = SOURCE_ROOT; };
3AEBE0081E50CB120062D9AF /* picomodel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = picomodel.c; path = ../../radiant/modelfile/picomodel/picomodel.c; sourceTree = SOURCE_ROOT; };
3AEBE0091E50CB120062D9AF /* picomodules.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = picomodules.c; path = ../../radiant/modelfile/picomodel/picomodules.c; sourceTree = SOURCE_ROOT; };
3AEBE00A1E50CB120062D9AF /* pm_3ds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_3ds.c; path = ../../radiant/modelfile/picomodel/pm_3ds.c; sourceTree = SOURCE_ROOT; };
3AEBE00B1E50CB120062D9AF /* pm_ase.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_ase.c; path = ../../radiant/modelfile/picomodel/pm_ase.c; sourceTree = SOURCE_ROOT; };
3AEBE00C1E50CB120062D9AF /* pm_fm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_fm.c; path = ../../radiant/modelfile/picomodel/pm_fm.c; sourceTree = SOURCE_ROOT; };
3AEBE00D1E50CB120062D9AF /* pm_fm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pm_fm.h; path = ../../radiant/modelfile/picomodel/pm_fm.h; sourceTree = SOURCE_ROOT; };
3AEBE00E1E50CB120062D9AF /* pm_lwo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_lwo.c; path = ../../radiant/modelfile/picomodel/pm_lwo.c; sourceTree = SOURCE_ROOT; };
3AEBE00F1E50CB120062D9AF /* pm_md2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_md2.c; path = ../../radiant/modelfile/picomodel/pm_md2.c; sourceTree = SOURCE_ROOT; };
3AEBE0101E50CB120062D9AF /* pm_md3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_md3.c; path = ../../radiant/modelfile/picomodel/pm_md3.c; sourceTree = SOURCE_ROOT; };
3AEBE0111E50CB120062D9AF /* pm_mdc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_mdc.c; path = ../../radiant/modelfile/picomodel/pm_mdc.c; sourceTree = SOURCE_ROOT; };
3AEBE0121E50CB120062D9AF /* pm_ms3d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_ms3d.c; path = ../../radiant/modelfile/picomodel/pm_ms3d.c; sourceTree = SOURCE_ROOT; };
3AEBE0131E50CB120062D9AF /* pm_obj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_obj.c; path = ../../radiant/modelfile/picomodel/pm_obj.c; sourceTree = SOURCE_ROOT; };
3AEBE0141E50CB120062D9AF /* pm_terrain.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pm_terrain.c; path = ../../radiant/modelfile/picomodel/pm_terrain.c; sourceTree = SOURCE_ROOT; };
3AEBE04A1E50D5ED0062D9AF /* picomodel.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = picomodel.xcconfig; sourceTree = "<group>"; };
3AEBE0B21E50D8D50062D9AF /* script.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = script.so; sourceTree = BUILT_PRODUCTS_DIR; };
3AEBE0BE1E50D9200062D9AF /* BrushInterface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BrushInterface.cpp; path = ../../plugins/script/interfaces/BrushInterface.cpp; sourceTree = SOURCE_ROOT; };
Expand Down

0 comments on commit 3dd375c

Please sign in to comment.