Forgot to add custom build step for EventLog.mc to release target. Fixes issue 101.

This commit is contained in:
jonathan pickett
2014-04-24 19:05:00 -07:00
parent a2ef6a4fdc
commit de0a37aa76
+4
View File
@@ -47,6 +47,10 @@
mc.exe -A -b -c -h . -r resources EventLog.mc
rc.exe -foresources/EventLog.res resources/EventLog.rc</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EventLog.h</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">md resources
mc.exe -A -b -c -h . -r resources EventLog.mc
rc.exe -foresources/EventLog.res resources/EventLog.rc</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">EventLog.h</Outputs>
</CustomBuild>
</ItemGroup>
<PropertyGroup Label="Globals">