Skip to content

Commit

Permalink
Merge pull request #6 from rdkcentral/development/WindowsPreparations
Browse files Browse the repository at this point in the history
[WINDOWS] Copy the definitions.h file in the windows environment (i.…
  • Loading branch information
pwielders authored Oct 25, 2020
2 parents 27525f4 + 26237e6 commit b21e89f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions definitions/Definitions.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@
<OutputItemType>ClCompile</OutputItemType>
<TreatOutputAsContent>true</TreatOutputAsContent>
</CustomBuild>
<PostBuildEvent>
<Command>copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -330,6 +333,9 @@
<OutputItemType>ClCompile</OutputItemType>
<TreatOutputAsContent>true</TreatOutputAsContent>
</CustomBuild>
<PostBuildEvent>
<Command>copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
Expand Down Expand Up @@ -379,6 +385,9 @@
<OutputItemType>ClCompile</OutputItemType>
<TreatOutputAsContent>true</TreatOutputAsContent>
</CustomBuild>
<PostBuildEvent>
<Command>copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
Expand Down Expand Up @@ -428,6 +437,9 @@
<OutputItemType>ClCompile</OutputItemType>
<TreatOutputAsContent>true</TreatOutputAsContent>
</CustomBuild>
<PostBuildEvent>
<Command>copy $(ProjectDir)definitions.h $(ProjectDir)..\interfaces</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down

0 comments on commit b21e89f

Please sign in to comment.