1- I Have a Workspace
2- the Workspace have two project: Project_1,Project_2
3- the Project-1 have three Targets: Debug (exe), Release (exe), Dll
Q1, When I "build all", the IDE start build Project_1 and Project_2,but when build Project_1, IDE always build the "DEBUG" target ONLY, even I have set "DLL " as the active target of project_1. why?
Q2, when set "Project's dependencies..", How to set a Project dependencied on a specific target of the other project ? Now, After I Set Project_2 dependencied on Project_1, it was meant the Project_2 dependencied on the "DEBUG" target of Project_1.
sorry for my english!
thks!