gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Project attempts to link even though dependencies failed #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a solution where a .so project depends on another .a project.
If the .a fails to build, the .so attempts to link anyway, resulting in output 
window spam of every single missing symbol in the .a .. In my case, this is 
spamming thousands of missing functions every time I press F7 (while working my 
way through the compile errors preventing the .a to build in the first place)

Suggest; don't attempt to link if dependencies failed?

Original issue reported on code.google.com by turkey...@gmail.com on 27 Nov 2011 at 3:56

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 28 Nov 2011 at 6:07

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 21 Feb 2012 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by gavin.dj.pugh on 25 Jul 2012 at 1:57