From de0a37aa76ddc6008822cd6ddd892531cccfd49d Mon Sep 17 00:00:00 2001 From: jonathan pickett Date: Thu, 24 Apr 2014 19:05:00 -0700 Subject: [PATCH] Forgot to add custom build step for EventLog.mc to release target. Fixes issue 101. --- src/Win32_Interop/Win32_Interop.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Win32_Interop/Win32_Interop.vcxproj b/src/Win32_Interop/Win32_Interop.vcxproj index 78593242..093a8fbc 100644 --- a/src/Win32_Interop/Win32_Interop.vcxproj +++ b/src/Win32_Interop/Win32_Interop.vcxproj @@ -47,6 +47,10 @@ mc.exe -A -b -c -h . -r resources EventLog.mc rc.exe -foresources/EventLog.res resources/EventLog.rc EventLog.h + md resources +mc.exe -A -b -c -h . -r resources EventLog.mc +rc.exe -foresources/EventLog.res resources/EventLog.rc + EventLog.h