summaryrefslogtreecommitdiffstats
path: root/Tests/ExternalOBJ
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug where VS2010 did not use .obj files as part of the build.Bill Hoffman2011-04-011-0/+6
| | | | | | | For VS2010 if a precompiled .obj file was the output of a custom commad, it was used as part of the build. If it was not, then VS did not use it as part of the build. This commit updates the test to check for this issue, and fixes the problem. This fixes bugs #0011891 and
* BUG: make test more robustKen Martin2008-03-251-2/+1
|
* BUG: add debugging into to check out a problemKen Martin2008-03-251-0/+2
|
* ENH: preclean some warningsKen Martin2008-03-252-0/+2
|
* BUG: Do not remove the source file extension when computing an object file ↵Brad King2007-12-291-17/+6
| | | | name. This addresses bug #6169. If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected.
* ENH: some cleanup, condensing some tests, removing arguments that were not ↵Ken Martin2007-05-181-1/+1
| | | | needed but rather were cut and paste copies etc
* ENH: add support for universal binariesBill Hoffman2006-03-242-0/+19
|
* BUG: Fixed support for external object files built by custom commands. Also ↵Brad King2005-11-171-1/+10
| | | | added a test to keep it working.
* BUG: We still want to print out the location where the object was found if ↵Brad King2005-02-181-5/+5
| | | | it was found by the glob.
* ENH: all tests are passing for XCodeBill Hoffman2005-02-181-1/+5
|
* ENH: Adding test for external object file feature.Brad King2005-02-045-0/+57