Skip to content

Commit 65488ad

Browse files
committed
xrWeatherEditor: change PRODUCT_NAME to CoP instead of CS
Remove unneeded windows.h include Solution: build xrEngine after xrWeatherEditor
1 parent 8e9fe15 commit 65488ad

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/editors/xrWeatherEditor/engine_include.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#define ENGINE_INCLUDE_HPP_INCLUDED
1111

1212
#pragma unmanaged
13-
#include <windows.h>
1413
#include "include/editor/engine.hpp"
1514
#pragma managed
1615

src/editors/xrWeatherEditor/window_ide_serialize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using Microsoft::Win32::RegistryKey;
1616
using Microsoft::Win32::RegistryValueKind;
1717

1818
#define COMPANY_NAME "GSC Game World"
19-
#define PRODUCT_NAME "S.T.A.L.K.E.R.: CLear Sky"
19+
#define PRODUCT_NAME "S.T.A.L.K.E.R.: Call of Pripyat"
2020

2121
template <typename T>
2222
inline static T registry_value(RegistryKey ^ key, System::String ^ value_id, const T& default_value)

src/engine.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ EndProject
109109
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrRender_R3", "Layers\xrRenderPC_R3\xrRender_R3.vcxproj", "{3F383D3C-FCD8-4170-990B-EB4833F09248}"
110110
EndProject
111111
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrEngine", "xrEngine\xrEngine.vcxproj", "{2578C6D8-660D-48AE-9322-7422F8664F06}"
112+
ProjectSection(ProjectDependencies) = postProject
113+
{492D3DFE-9068-4E7E-A008-7C2420A651C0} = {492D3DFE-9068-4E7E-A008-7C2420A651C0}
114+
EndProjectSection
112115
EndProject
113116
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrLC_Light", "utils\xrLC_Light\xrLC_Light.vcxproj", "{EFB76D6F-0092-439C-A783-C0BE10BD17C9}"
114117
ProjectSection(ProjectDependencies) = postProject

0 commit comments

Comments
 (0)