Searched full:nmake (Results 1 – 25 of 134) sorted by relevance
123456
| /third_party/openssl/ |
| D | appveyor.yml | 56 $env:NMAKE="nmake" 58 $env:NMAKE="nmake /S" 65 - "%NMAKE% build_all_generated" 66 - "%NMAKE% PERL=no-perl" 73 cmd /c "%NMAKE% test VERBOSE_FAILURE=yes 2>&1" 75 cmd /c "%NMAKE% test VERBOSE_FAILURE=yes TESTS=-test_fuzz 2>&1" 80 cmd /c "%NMAKE% install DESTDIR=..\_install 2>&1"
|
| D | NOTES-WINDOWS.md | 70 This sets up the environment variables needed for `nmake.exe`, `cl.exe`, 82 6. `nmake` 84 7. `nmake test` 86 8. `nmake install` 116 Administrator" before running `nmake install`. The other solution
|
| /third_party/icu/icu4c/source/samples/uresb/ |
| D | resources.vcxproj | 21 …<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /f "resourc… 22 …<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /f "resou… 23 …<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /f "resourc… 32 …<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake /f "resources… 33 …<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake /f "resourc… 34 …<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nmake /f "resources… 43 …<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake /f "resou… 44 …<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake /f "res… 45 …<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nmake /f "resou… 54 …<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nmake /f "resourc… [all …]
|
| /third_party/protobuf/cmake/ |
| D | README.md | 104 C:\Path\to\protobuf\cmake\build\release>cmake -G "NMake Makefiles" ^ 109 It will generate *nmake* *Makefile* in current directory. 114 C:\Path\to\protobuf\cmake\build\debug>cmake -G "NMake Makefiles" ^ 119 It will generate *nmake* *Makefile* in current directory. 145 C:\Path\to\protobuf\cmake\build\release>nmake 149 C:\Path\to\protobuf\cmake\build\debug>nmake 167 C:\Path\to\protobuf\cmake\build\release>nmake check 171 C:\Path\to\protobuf\cmake\build\debug>nmake check 215 C:\Path\to\protobuf\cmake\build\release>nmake install 219 C:\Path\to\protobuf\cmake\build\debug>nmake install [all …]
|
| /third_party/curl/winbuild/ |
| D | README.md | 74 Then you can call `nmake /f Makefile.vc` with the desired options (see 76 a directory named using the options given to the nmake call. 78 nmake /f Makefile.vc mode=<static or dll> <options> 118 If you are using mode=static nmake will create and link to the static build 119 of libcurl but *not* the static CRT. If you must you can force nmake to link 121 that option, and nmake will default to the DLL CRT. `RTLIBCFG` is rarely used 125 configuration so that nmake can build it from scratch. 133 When you build curl and libcurl, nmake will show the relative path where the 134 output directory is. The output directory is named from the options nmake used 141 nmake /f Makefile.vc mode=dll VC=10
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | README-Windows.txt | 48 Studio 2005 using the included nmake.mak as a Makefile for nmake. IDE 50 defines mentioned in nmake.mak. Example VS2005 solution and project 57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so 59 stored elsewhere as long as the WINPCAPDIR in nmake.mak is updated to 69 nmake.mak file expects OpenSSL to be installed into C:\dev\openssl, but 71 nmake.mak. 78 default nmake.mak. Copy {Win32OpenSSLRoot}\include into
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | README-Windows.txt | 48 Studio 2005 using the included nmake.mak as a Makefile for nmake. IDE 50 defines mentioned in nmake.mak. Example VS2005 solution and project 57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so 59 stored elsewhere as long as the WINPCAPDIR in nmake.mak is updated to 69 nmake.mak file expects OpenSSL to be installed into C:\dev\openssl, but 71 nmake.mak. 78 default nmake.mak. Copy {Win32OpenSSLRoot}\include into
|
| /third_party/skia/third_party/externals/icu/source/extra/uconv/ |
| D | makedata.mak | 7 # nmake file for creating data files on win32 9 # nmake /f makedata.mak icup=<path_to_icu_instalation> [Debug|Release] 22 !MESSAGE You can specify a configuration when running NMAKE 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 73 …e sure the necessary tools exist before continuing. (This is to prevent cryptic errors from NMAKE).
|
| /third_party/icu/icu4c/source/data/ |
| D | makedata_uwp.vcxproj | 59 <!-- NMake --> 60 …<NMakeBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) UWP=UWP</NMak… 61 …<NMakeReBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) UWP=UWP cle… 62 …<NMakeCleanCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) UWP=UWP clean…
|
| D | makedata.vcxproj | 25 <!-- NMake --> 26 …<NMakeBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) DEBUG=$(Debug… 27 …<NMakeReBuildCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) clean all</… 28 …<NMakeCleanCommandLine>NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=$(MakeCFG) clean</NMakeC…
|
| /third_party/icu/icu4c/source/test/testmap/ |
| D | testmap.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "testmap.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "testmap.mak" CFG="testmap - Win32 Debug"
|
| /third_party/icu/icu4c/source/extra/uconv/ |
| D | makedata.mak | 7 # nmake file for creating data files on win32 9 # nmake /f makedata.mak icup=<path_to_icu_instalation> [Debug|Release] 22 !MESSAGE You can specify a configuration when running NMAKE 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 90 …e sure the necessary tools exist before continuing. (This is to prevent cryptic errors from NMAKE).
|
| /third_party/icu/icu4c/source/test/thaitest/ |
| D | thaitest.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "thaitest.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "thaitest.mak" CFG="thaitest - Win32 Debug"
|
| /third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
| D | srtest.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "srtest.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "srtest.mak" CFG="srtest - Win32 Debug"
|
| /third_party/icu/icu4c/source/extra/scrptrun/ |
| D | srtest.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "srtest.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "srtest.mak" CFG="srtest - Win32 Debug"
|
| /third_party/skia/third_party/externals/libpng/contrib/visupng/ |
| D | VisualPng.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "VisualPng.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "VisualPng.mak" CFG="VisualPng - Win32 Debug"
|
| /third_party/openssl/test/ |
| D | README.md | 9 $ nmake test # Windows 28 $ nmake V=1 test # Windows 45 $ nmake TESTS='test_rsa test_dsa' test # Windows 56 $ nmake list-tests # Windows
|
| /third_party/icu/tools/colprobe/ |
| D | colprobe.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "colprobe.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "colprobe.mak" CFG="colprobe - Win32 Debug"
|
| /third_party/pulseaudio/speex/win32/libspeexdsp/ |
| D | libspeexdsp.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "libspeexdsp.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "libspeexdsp.mak" CFG="libspeexdsp - Win32 Debug"
|
| /third_party/lzma/C/Util/SfxSetup/ |
| D | SfxSetup.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "SfxSetup.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "SfxSetup.mak" CFG="SfxSetup - Win32 Debug"
|
| /third_party/lzma/C/Util/Lzma/ |
| D | LzmaUtil.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "LzmaUtil.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "LzmaUtil.mak" CFG="LzmaUtil - Win32 Debug"
|
| /third_party/lzma/C/Util/LzmaLib/ |
| D | LzmaLib.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 11 !MESSAGE NMAKE /f "LzmaLib.mak". 13 !MESSAGE You can specify a configuration when running NMAKE 16 !MESSAGE NMAKE /f "LzmaLib.mak" CFG="LzmaLib - Win32 Debug"
|
| /third_party/astc-encoder/Docs/ |
| D | Building.md | 7 examples on this page show how to use it to generate build systems for NMake 32 # x86-64 using NMake 33 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..\ ^ 48 Once you have configured the build you can use NMake to compile the project 54 nmake install
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 171 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory} 172 nmake 280 with NMake, remove `-DCMAKE_BUILD_TYPE=Release` (Debug builds are the default 281 with NMake.) 564 an installer package.) To do this, run `make install` or `nmake install` 566 `make uninstall` or `nmake uninstall` (or building the "uninstall" target in 669 If using NMake: 672 nmake installer 696 `nmake test` (Windows command line) or by building the "RUN_TESTS" target 705 Invoking `make testclean` (Un*x) or `nmake testclean` (Windows command line) or
|
| /third_party/node/deps/openssl/openssl/ |
| D | NOTES-WINDOWS.md | 70 This sets up the environment variables needed for `nmake.exe`, `cl.exe`, 82 6. `nmake` 84 7. `nmake test` 86 8. `nmake install` 116 Administrator" before running `nmake install`. The other solution
|
123456