The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13158 ====================================================================== Reported By: Andrey Kamaev Assigned To: ====================================================================== Project: CMake Issue ID: 13158 Category: CMake Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2012-04-20 23:20 MSD Last Modified: 2012-04-20 23:20 MSD ====================================================================== Summary: Ninja: patch fixing Windows builds Description: Thank you guys for your great work and please consider my small patch making possible to use ninja on Windows.
With this patch I've successfully compiled OpenCV library (http://opencv.willowgarage.com/wiki/) with MS compiler from VS2010 and cross-compiled it for Android (also on Windows). mingw build also works, but it fails if any sub-directory has more than one library/executable target because of problem not handled by this patch (mingw ar does not automatically generate directories). Additional Information: Patch is made for 2.8.8 release ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-04-20 23:20 Andrey Kamaev New Issue 2012-04-20 23:20 Andrey Kamaev File Added: win_ninja.patch ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
