Skip to content

Commit feb55a1

Browse files
committed
don't churn readme every build + other versioning fix
1 parent 5da43d9 commit feb55a1

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

IntelPresentMon/AppCef/source/winmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
277277

278278
// code from here on is only executed by the root process (browser window process)
279279

280-
pmlog_info(std::format("== client section starting build#{} clean:{} ==", BuildIdShortHash(), BuildIdDirtyFlag()));
280+
pmlog_info(std::format("== client section starting build#{} clean:{} ==", BuildIdShortHash(), !BuildIdDirtyFlag()));
281281

282282
{
283283
auto& folderResolver = infra::util::FolderResolver::Get();

PresentMon/PresentMon.vcxproj

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
<PropertyGroup Condition="'$(Configuration)'=='Release'">
9494
<LinkIncremental>false</LinkIncremental>
9595
</PropertyGroup>
96-
<PropertyGroup>
97-
<CustomBuildAfterTargets>Build</CustomBuildAfterTargets>
98-
</PropertyGroup>
96+
<PropertyGroup />
9997
<PropertyGroup Label="Vcpkg">
10098
<VcpkgEnabled>false</VcpkgEnabled>
10199
</PropertyGroup>
@@ -114,20 +112,14 @@
114112
<GenerateDebugInformation>true</GenerateDebugInformation>
115113
</Link>
116114
<CustomBuildStep>
117-
<Message>Generating README-ConsoleApplication.md</Message>
118-
<Command>call ..\Tools\generate\readme\generate.cmd</Command>
115+
<Message>
116+
</Message>
117+
<Command>
118+
</Command>
119119
<Inputs>
120-
..\IntelPresentMon\metrics.csv;
121-
..\PresentMon.props;
122-
..\Tools\generate\readme\generate.cmd;
123-
..\Tools\generate\readme\CSVIntro.md;
124-
..\Tools\generate\readme\CSVOutro.md;
125-
..\Tools\generate\readme\ConsoleIntro.md;
126-
..\Tools\generate\readme\metrics.awk;
127-
..\Tools\generate\readme\version.awk;
128-
CommandLine.cpp;
129120
</Inputs>
130-
<Outputs>..\README-ConsoleApplication.md</Outputs>
121+
<Outputs>
122+
</Outputs>
131123
</CustomBuildStep>
132124
</ItemDefinitionGroup>
133125
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">

0 commit comments

Comments
 (0)