Keith McCreery - 2004-08-11

Logged In: YES
user_id=317870

I am able to get both DEBUG and RELEASE to build, but with
the same warnings. I am investigating the issue...

FYI... I am using .NET 2003 and I replaced both 'custom build'
entries for the NTEventLogCategories.mc file with...

if not exist "$(OutDir)" md "$(OutDir)"
"$(DevEnvDir)..\tools\bin\mc.exe" -h $(OutDir) -r $(OutDir)
$(ProjectDir)..\$(InputName).mc
"$(DevEnvDir)..\tools\bin\RC.exe" -r -fo $(OutDir)
\$(InputName).res $(OutDir)\$(InputName).rc
"$(DevEnvDir)..\..\vc7\bin\link.exe" /MACHINE:IX86 -dll -
noentry -out:$(OutDir)\NTEventLogAppender.dll $(OutDir)
\$(InputName).res

... which has slightly different build paths. Also, I only build
the DLL.

Keith