Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit fa5ea02

Browse files
committed
Updated Windows project files to support building commercial and community.
Updated fields in Windows RC files.
1 parent 41ff5b3 commit fa5ea02

13 files changed

Lines changed: 1989 additions & 1836 deletions

engine/engine.vcproj

Lines changed: 6 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<VisualStudioProject
33
ProjectType="Visual C++"
44
Version="8.00"
5-
Name="engine"
5+
Name="engine-community"
66
ProjectGUID="{FA4E9876-B625-48F4-8311-AA74B180E714}"
77
RootNamespace="oldengine"
88
Keyword="Win32Proj"
@@ -201,84 +201,28 @@
201201
ReferencedProjectIdentifier="{09751ABE-310B-4324-BACE-F7FFDA2299DE}"
202202
RelativePathToProject=".\thirdparty\libgif\libgif.vcproj"
203203
/>
204+
<ProjectReference
205+
ReferencedProjectIdentifier="{0491E47C-B996-4DBF-8D26-C88263DF6176}"
206+
RelativePathToProject=".\engine\kernel-development.vcproj"
207+
/>
204208
</References>
205209
<Files>
206210
<Filter
207211
Name="Source Files"
208212
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
209213
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
210214
>
211-
<File
212-
RelativePath=".\src\bsdiff_build.cpp"
213-
>
214-
</File>
215-
<File
216-
RelativePath=".\src\deploy.cpp"
217-
>
218-
</File>
219-
<File
220-
RelativePath=".\src\deploy_capsule.cpp"
221-
>
222-
</File>
223-
<File
224-
RelativePath=".\src\deploy_dmg.cpp"
225-
>
226-
</File>
227-
<File
228-
RelativePath=".\src\deploy_file.cpp"
229-
>
230-
</File>
231-
<File
232-
RelativePath=".\src\deploy_linux.cpp"
233-
>
234-
</File>
235-
<File
236-
RelativePath=".\src\deploy_macosx.cpp"
237-
>
238-
</File>
239-
<File
240-
RelativePath=".\src\deploy_sign.cpp"
241-
>
242-
</File>
243-
<File
244-
RelativePath=".\src\deploy_windows.cpp"
245-
>
246-
</File>
247215
<File
248216
RelativePath=".\src\deploysecurity.cpp"
249217
>
250218
</File>
251219
<File
252-
RelativePath=".\src\encodederrors.cpp"
253-
>
254-
</File>
255-
<File
256-
RelativePath=".\src\ide.cpp"
257-
>
258-
</File>
259-
<File
260-
RelativePath=".\src\internal_development.cpp"
261-
>
262-
</File>
263-
<File
264-
RelativePath=".\src\lextable.cpp"
265-
>
266-
</File>
267-
<File
268-
RelativePath=".\src\mode_development.cpp"
220+
RelativePath=".\src\stacksecurity.cpp"
269221
>
270222
</File>
271223
<File
272224
RelativePath=".\src\startupstack.cpp"
273225
>
274-
<FileConfiguration
275-
Name="Debug|Win32"
276-
>
277-
<Tool
278-
Name="VCCLCompilerTool"
279-
UsePrecompiledHeader="0"
280-
/>
281-
</FileConfiguration>
282226
</File>
283227
</Filter>
284228
<Filter
@@ -333,32 +277,6 @@
333277
</FileConfiguration>
334278
</File>
335279
</Filter>
336-
<File
337-
RelativePath=".\encode_errors.rev"
338-
>
339-
<FileConfiguration
340-
Name="Debug|Win32"
341-
>
342-
<Tool
343-
Name="VCCustomBuildTool"
344-
Description="Encoding error strings..."
345-
CommandLine="$(SolutionDir)prebuilt\bin\Revolution.exe &quot;$(InputDir)encode_errors.rev&quot; &quot;$(InputDir)src&quot; &quot;$(InputDir)src\encodederrors.cpp&quot;&#x0D;&#x0A;"
346-
AdditionalDependencies="$(InputDir)src\executionerrors.h;$(InputDir)src\parseerrors.h"
347-
Outputs="$(InputDir)src\encodederrors.cpp"
348-
/>
349-
</FileConfiguration>
350-
<FileConfiguration
351-
Name="Release|Win32"
352-
>
353-
<Tool
354-
Name="VCCustomBuildTool"
355-
Description="Encoding error strings..."
356-
CommandLine="$(SolutionDir)prebuilt\bin\Revolution.exe &quot;$(InputDir)encode_errors.rev&quot; &quot;$(InputDir)src&quot; &quot;$(InputDir)src\encodederrors.cpp&quot;&#x0D;&#x0A;"
357-
AdditionalDependencies="$(InputDir)src\executionerrors.h;$(InputDir)src\parseerrors.h"
358-
Outputs="$(InputDir)src\encodederrors.cpp"
359-
/>
360-
</FileConfiguration>
361-
</File>
362280
<File
363281
RelativePath=".\src\Environment.rev"
364282
>
@@ -383,32 +301,6 @@
383301
/>
384302
</FileConfiguration>
385303
</File>
386-
<File
387-
RelativePath=".\hash_strings.rev"
388-
>
389-
<FileConfiguration
390-
Name="Debug|Win32"
391-
>
392-
<Tool
393-
Name="VCCustomBuildTool"
394-
Description="Generating hashed strings for colorization..."
395-
CommandLine="$(SolutionDir)prebuilt\bin\Revolution.exe &quot;$(InputDir)hash_strings.rev&quot; &quot;$(InputDir)src\lextable.cpp&quot; &quot;$(InputDir)src\hashedstrings.cpp&quot;&#x0D;&#x0A;"
396-
AdditionalDependencies="$(InputDir)src\lextable.cpp"
397-
Outputs="$(InputDir)src\hashedstrings.cpp"
398-
/>
399-
</FileConfiguration>
400-
<FileConfiguration
401-
Name="Release|Win32"
402-
>
403-
<Tool
404-
Name="VCCustomBuildTool"
405-
Description="Generating hashed strings for colorization..."
406-
CommandLine="$(SolutionDir)\bin\tools\Revolution.exe &quot;$(InputDir)hash_strings.rev&quot; &quot;$(InputDir)src\lextable.cpp&quot; &quot;$(InputDir)src\hashedstrings.cpp&quot;&#x0D;&#x0A;"
407-
AdditionalDependencies="$(InputDir)src\lextable.cpp"
408-
Outputs="$(InputDir)src\hashedstrings.cpp"
409-
/>
410-
</FileConfiguration>
411-
</File>
412304
<File
413305
RelativePath=".\Makefile.development"
414306
>

engine/engine.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -562,42 +562,42 @@
562562
isa = PBXContainerItemProxy;
563563
containerPortal = 4D587D940B80944100200116 /* Project object */;
564564
proxyType = 1;
565-
remoteGlobalIDString = 4D221A9D171D58A700E7E557 /* kernel-development */;
565+
remoteGlobalIDString = 4D221A9D171D58A700E7E557;
566566
remoteInfo = "kernel-development";
567567
};
568568
4D221AFE171D5F3700E7E557 /* PBXContainerItemProxy */ = {
569569
isa = PBXContainerItemProxy;
570570
containerPortal = 4D587D940B80944100200116 /* Project object */;
571571
proxyType = 1;
572-
remoteGlobalIDString = 4D221AE0171D5EC500E7E557 /* kernel-standalone */;
572+
remoteGlobalIDString = 4D221AE0171D5EC500E7E557;
573573
remoteInfo = "kernel-standalone";
574574
};
575575
4D221B03171D5F7900E7E557 /* PBXContainerItemProxy */ = {
576576
isa = PBXContainerItemProxy;
577577
containerPortal = 4D587D940B80944100200116 /* Project object */;
578578
proxyType = 1;
579-
remoteGlobalIDString = 4DEE29F50FDE41BE0009423C /* kernel */;
579+
remoteGlobalIDString = 4DEE29F50FDE41BE0009423C;
580580
remoteInfo = kernel;
581581
};
582582
4D221B05171D5F8200E7E557 /* PBXContainerItemProxy */ = {
583583
isa = PBXContainerItemProxy;
584584
containerPortal = 4D587D940B80944100200116 /* Project object */;
585585
proxyType = 1;
586-
remoteGlobalIDString = 4DEE29F50FDE41BE0009423C /* kernel */;
586+
remoteGlobalIDString = 4DEE29F50FDE41BE0009423C;
587587
remoteInfo = kernel;
588588
};
589589
4D222013171D730100E7E557 /* PBXContainerItemProxy */ = {
590590
isa = PBXContainerItemProxy;
591591
containerPortal = 4D587D940B80944100200116 /* Project object */;
592592
proxyType = 1;
593-
remoteGlobalIDString = 4D22200F171D72A500E7E557 /* version */;
593+
remoteGlobalIDString = 4D22200F171D72A500E7E557;
594594
remoteInfo = version;
595595
};
596596
4D222015171D730B00E7E557 /* PBXContainerItemProxy */ = {
597597
isa = PBXContainerItemProxy;
598598
containerPortal = 4D587D940B80944100200116 /* Project object */;
599599
proxyType = 1;
600-
remoteGlobalIDString = 4D22200F171D72A500E7E557 /* version */;
600+
remoteGlobalIDString = 4D22200F171D72A500E7E557;
601601
remoteInfo = version;
602602
};
603603
4D2A579B1198634300135143 /* PBXContainerItemProxy */ = {

0 commit comments

Comments
 (0)