Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:nmake

611     cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory}
612 nmake
720 with NMake, remove `-DCMAKE_BUILD_TYPE=Release` (Debug builds are the default
721 with NMake.)
817 an installer package.) To do this, run `make install` or `nmake install`
819 `make uninstall` or `nmake uninstall` (or building the "uninstall" target in
917 If using NMake:
920 nmake installer
944 `nmake test` (Windows command line) or by building the "RUN_TESTS" target
953 Invoking `make testclean` (Un*x) or `nmake testclean` (Windows command line) or