Home | History | Annotate | Download | only in cmake

Lines Matching full:nmake

107      C:\Path\to\protobuf\cmake\build\release>cmake -G "NMake Makefiles" ^
112 It will generate *nmake* *Makefile* in current directory.
117 C:\Path\to\protobuf\cmake\build\debug>cmake -G "NMake Makefiles" ^
122 It will generate *nmake* *Makefile* in current directory.
141 C:\Path\to\protobuf\cmake\build\release>nmake
145 C:\Path\to\protobuf\cmake\build\debug>nmake
163 C:\Path\to\protobuf\cmake\build\release>nmake check
167 C:\Path\to\protobuf\cmake\build\debug>nmake check
211 C:\Path\to\protobuf\cmake\build\release>nmake install
215 C:\Path\to\protobuf\cmake\build\debug>nmake install
286 C:\Path\to\zlib\build\release>cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ^
288 C:\Path\to\zlib\build\release>nmake & nmake install