Skip to content

Commit

Permalink
xrWeatherEditor: change PRODUCT_NAME to CoP instead of CS
Browse files Browse the repository at this point in the history
Remove unneeded windows.h include
Solution: build xrEngine after xrWeatherEditor
  • Loading branch information
Xottab-DUTY committed Feb 1, 2018
1 parent 8e9fe15 commit 65488ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/editors/xrWeatherEditor/engine_include.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define ENGINE_INCLUDE_HPP_INCLUDED

#pragma unmanaged
#include <windows.h>
#include "include/editor/engine.hpp"
#pragma managed

Expand Down
2 changes: 1 addition & 1 deletion src/editors/xrWeatherEditor/window_ide_serialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using Microsoft::Win32::RegistryKey;
using Microsoft::Win32::RegistryValueKind;

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

template <typename T>
inline static T registry_value(RegistryKey ^ key, System::String ^ value_id, const T& default_value)
Expand Down
3 changes: 3 additions & 0 deletions src/engine.sln
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrRender_R3", "Layers\xrRenderPC_R3\xrRender_R3.vcxproj", "{3F383D3C-FCD8-4170-990B-EB4833F09248}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrEngine", "xrEngine\xrEngine.vcxproj", "{2578C6D8-660D-48AE-9322-7422F8664F06}"
ProjectSection(ProjectDependencies) = postProject
{492D3DFE-9068-4E7E-A008-7C2420A651C0} = {492D3DFE-9068-4E7E-A008-7C2420A651C0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrLC_Light", "utils\xrLC_Light\xrLC_Light.vcxproj", "{EFB76D6F-0092-439C-A783-C0BE10BD17C9}"
ProjectSection(ProjectDependencies) = postProject
Expand Down

0 comments on commit 65488ad

Please sign in to comment.