xref: /rockchip-linux_mpp/build/vc10-x86_64/make-solutions.bat (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1@echo off
2::
3:: run this batch file to create a Visual Studio solution file for this project.
4:: See the cmake documentation for other generator targets
5::
6cmake -G "Visual Studio 10 Win64" ../../ && cmake-gui ../../
7
8::pause on
9