Forgot to add custom build step for EventLog.mc to release target. Fixes issue 101.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user