Is there a command I can add to my options that will specify an embedded manifest?Yes.
"%VS80COMNTOOLS%vsvars32.bat" x86
"%MS_SDK%\SetEnv.Cmd" /XP32 /RETAIL
mt.exe -manifest "$(TARGET_OUTPUT_FILE).manifest" /outputresource:"$(TARGET_OUTPUT_FILE)";1
Running target pre-build steps
"E:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat" x86
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
"\SetEnv.Cmd" /XP32 /RETAIL
Execution of '"\SetEnv.Cmd" /XP32 /RETAIL' in 'F:\ardour2\libs\libsndfile' failed.
Nothing to be done.
Or (more correctly I suppose) why doesn't MS_SDK seem to be defined??That was a place-holder I added there because originally there was the path to *my* installation.