xref: /OK3568_Linux_fs/external/mpp/build/vc12-x86_64/make-solutions.bat (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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 12 Win64" ../../ && cmake-gui ../../
7
8::pause on
9