Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Fix Tegra-Android platform linking of libraries by name | Brad King | 2014-09-30 | 1 | -0/+1 |
| | | | | | | | Nsight Tegra Visual Studio Edition handles prefixing of library names with '-l' automatically, so teach the generator not to do so. Reported-by: Mourad Boufarguine <mourad@boufarguine.name> | ||||
* | Tests: Add test for VS Nsight Tegra generator support | Brad King | 2014-09-30 | 8 | -0/+179 |
Create a VSNsightTegra test based on the "two-libs" example from the Android NDK. Add it whenever testing on a machine with VS 11 or 12 and the NVIDIA Nsight Tegra Visual Studio Edition installed. Exclude it when there is a space in the path to the source or build tree because the tools do not seem to support it. |