Skip to content

Commit fd21c71

Browse files
author
Fraser J. Gordon
committed
Re-add Server to the 7.0 Mac build process
1 parent 641d541 commit fd21c71

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

engine/engine.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@
557557
BE20AE01195B245B00850531 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE20AE00195B244800850531 /* AudioToolbox.framework */; };
558558
BE20AE02195B245C00850531 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE20AE00195B244800850531 /* AudioToolbox.framework */; };
559559
BE20AE03195B245D00850531 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE20AE00195B244800850531 /* AudioToolbox.framework */; };
560-
BE20AE04195B24B300850531 /* quicktimestubs.mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE369216195881B700386D30 /* quicktimestubs.mac.cpp */; };
561560
BE20AE05195B24B300850531 /* quicktimestubs.mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE369216195881B700386D30 /* quicktimestubs.mac.cpp */; };
562561
BE369208195880F300386D30 /* desktop-ans.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE369200195880E600386D30 /* desktop-ans.cpp */; };
563562
BE369209195880F300386D30 /* desktop-dc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE369201195880E600386D30 /* desktop-dc.cpp */; };
@@ -4022,7 +4021,6 @@
40224021
763FF4E918522CBE00B45FBA /* image_rep_resampled.cpp in Sources */,
40234022
E82206E2184F810A00117D10 /* resolution.cpp in Sources */,
40244023
BEBC51F61953513A00215C85 /* quicktime.cpp in Sources */,
4025-
BE20AE04195B24B300850531 /* quicktimestubs.mac.cpp in Sources */,
40264024
BEF6186019470E1E00C42C57 /* exec-engine.cpp in Sources */,
40274025
BEF6186119470E6100C42C57 /* exec-strings-chunk.cpp in Sources */,
40284026
BEF6186219470EA700C42C57 /* exec-array.cpp in Sources */,

stage.xcodeproj/project.pbxproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
buildPhases = (
1414
);
1515
dependencies = (
16+
7249F9F7196571C300D4D0DC /* PBXTargetDependency */,
1617
E8DAE479171428B100B96A87 /* PBXTargetDependency */,
1718
E8DAE47B171428B100B96A87 /* PBXTargetDependency */,
1819
E8DAE47D171428B100B96A87 /* PBXTargetDependency */,
@@ -233,6 +234,20 @@
233234
remoteGlobalIDString = 4D9BF4FE171447CB00B32D29;
234235
remoteInfo = "server-dbodbc";
235236
};
237+
7249F9F6196571C300D4D0DC /* PBXContainerItemProxy */ = {
238+
isa = PBXContainerItemProxy;
239+
containerPortal = E8DAE3DB1714271C00B96A87 /* engine.xcodeproj */;
240+
proxyType = 1;
241+
remoteGlobalIDString = 4DB846B3192B53E800771914;
242+
remoteInfo = "Server-Community";
243+
};
244+
7249F9FF196571C400D4D0DC /* PBXContainerItemProxy */ = {
245+
isa = PBXContainerItemProxy;
246+
containerPortal = E8DAE3DB1714271C00B96A87 /* engine.xcodeproj */;
247+
proxyType = 2;
248+
remoteGlobalIDString = 4DB846B4192B53E800771914;
249+
remoteInfo = "Server-Community";
250+
};
236251
E8D3735D18CDDA40005C1182 /* PBXContainerItemProxy */ = {
237252
isa = PBXContainerItemProxy;
238253
containerPortal = E8DAE3F41714275B00B96A87 /* revbrowser.xcodeproj */;
@@ -503,6 +518,7 @@
503518
E8DAE3EB1714271D00B96A87 /* LiveCode-Community.app */,
504519
E8DAE3ED1714271D00B96A87 /* Standalone-Community.app */,
505520
E8DAE3EF1714271D00B96A87 /* Installer.app */,
521+
7249FA00196571C400D4D0DC /* Server-Community */,
506522
);
507523
name = Products;
508524
sourceTree = "<group>";
@@ -769,6 +785,13 @@
769785
remoteRef = 4D9BF505171447E900B32D29 /* PBXContainerItemProxy */;
770786
sourceTree = BUILT_PRODUCTS_DIR;
771787
};
788+
7249FA00196571C400D4D0DC /* Server-Community */ = {
789+
isa = PBXReferenceProxy;
790+
fileType = "compiled.mach-o.executable";
791+
path = "Server-Community";
792+
remoteRef = 7249F9FF196571C400D4D0DC /* PBXContainerItemProxy */;
793+
sourceTree = BUILT_PRODUCTS_DIR;
794+
};
772795
E8D3735E18CDDA40005C1182 /* revbrowser-cefprocess.app */ = {
773796
isa = PBXReferenceProxy;
774797
fileType = wrapper.application;
@@ -944,6 +967,11 @@
944967
name = "server-revxml";
945968
targetProxy = 4D9BF4BF1714474E00B32D29 /* PBXContainerItemProxy */;
946969
};
970+
7249F9F7196571C300D4D0DC /* PBXTargetDependency */ = {
971+
isa = PBXTargetDependency;
972+
name = "Server-Community";
973+
targetProxy = 7249F9F6196571C300D4D0DC /* PBXContainerItemProxy */;
974+
};
947975
E8DAE479171428B100B96A87 /* PBXTargetDependency */ = {
948976
isa = PBXTargetDependency;
949977
name = LiveCode;

0 commit comments

Comments
 (0)