How to: Embed a Manifest Inside a C/C++ Application
# makefile.inc -- Include this file into existing makefile at the very top. # _VC_MANIFEST_INC specifies whether build is incremental (1 - incremental). # _VC_MANIFEST_BASENAME specifies name of a temporary resource file. !if "$(DEBUG)" == "1" CPPFLAGS ..
msdn.microsoft.com |