Skip to content

Commit

Permalink
Adjust VC++ build after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Nov 27, 2021
1 parent 28a2ddc commit 91f58de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -2,7 +2,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "2.14.0"
#define RADIANT_VERSION "2.15.0pre1"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
2 changes: 0 additions & 2 deletions tools/msvc/DarkRadiantCore.vcxproj
Expand Up @@ -47,7 +47,6 @@
<ClCompile Include="..\..\radiantcore\entity\curve\CurveCatmullRom.cpp" />
<ClCompile Include="..\..\radiantcore\entity\curve\CurveEditInstance.cpp" />
<ClCompile Include="..\..\radiantcore\entity\curve\CurveNURBS.cpp" />
<ClCompile Include="..\..\radiantcore\entity\doom3group\Doom3Group.cpp" />
<ClCompile Include="..\..\radiantcore\entity\doom3group\Doom3GroupNode.cpp" />
<ClCompile Include="..\..\radiantcore\entity\eclassmodel\EclassModelNode.cpp" />
<ClCompile Include="..\..\radiantcore\entity\EntityModule.cpp" />
Expand Down Expand Up @@ -760,7 +759,6 @@
<ClInclude Include="..\..\radiantcore\entity\curve\CurveEditInstance.h" />
<ClInclude Include="..\..\radiantcore\entity\curve\CurveNURBS.h" />
<ClInclude Include="..\..\radiantcore\entity\curve\RenderableCurve.h" />
<ClInclude Include="..\..\radiantcore\entity\doom3group\Doom3Group.h" />
<ClInclude Include="..\..\radiantcore\entity\doom3group\Doom3GroupNode.h" />
<ClInclude Include="..\..\radiantcore\entity\eclassmodel\EclassModelNode.h" />
<ClInclude Include="..\..\radiantcore\entity\EntityModule.h" />
Expand Down
6 changes: 0 additions & 6 deletions tools/msvc/DarkRadiantCore.vcxproj.filters
Expand Up @@ -457,9 +457,6 @@
<ClCompile Include="..\..\radiantcore\entity\curve\CurveNURBS.cpp">
<Filter>src\entity\curve</Filter>
</ClCompile>
<ClCompile Include="..\..\radiantcore\entity\doom3group\Doom3Group.cpp">
<Filter>src\entity\doom3group</Filter>
</ClCompile>
<ClCompile Include="..\..\radiantcore\entity\doom3group\Doom3GroupNode.cpp">
<Filter>src\entity\doom3group</Filter>
</ClCompile>
Expand Down Expand Up @@ -1494,9 +1491,6 @@
<ClInclude Include="..\..\radiantcore\entity\curve\RenderableCurve.h">
<Filter>src\entity\curve</Filter>
</ClInclude>
<ClInclude Include="..\..\radiantcore\entity\doom3group\Doom3Group.h">
<Filter>src\entity\doom3group</Filter>
</ClInclude>
<ClInclude Include="..\..\radiantcore\entity\doom3group\Doom3GroupNode.h">
<Filter>src\entity\doom3group</Filter>
</ClInclude>
Expand Down

0 comments on commit 91f58de

Please sign in to comment.