c++ - Can I make Visual Studio create the Debug DLL as XXXd.DLL instead of XXX.DLL? -


I have found a solution for this, but it only works when you use .DEF files ( not me).

I wonder if this can be done without .DEF files.

Project & gt; Properties . Then Configuration Properties & gt; Linker & gt; General & gt; Output file Here you have something to do: $ (OutDir) \ $ (ProjectName). Dll simply put $ (OutDir) \ $ (ProjectName) d.dll


Comments