| /src/contrib/ntp/sntp/libevent/ |
| H A D | Makefile.nmake | 3 # I'm not very knowledgeable about MSVC and nmake beyond their most basic 10 # Or on the nmake command line: 11 # nmake OPENSSL_DIR=C:\openssl -f Makefile.nmake 23 CFLAGS=/IWIN32-Code /IWIN32-Code/nmake /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS) 72 $(MAKE) /F Makefile.nmake clean 78 $(MAKE) OPENSSL_DIR=$(OPENSSL_DIR) /F Makefile.nmake 80 $(MAKE) /F Makefile.nmake
|
| H A D | Makefile.am | 139 Makefile.nmake test/Makefile.nmake \ 184 SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake 294 WIN32-Code/nmake/evconfig-private.h \ 295 WIN32-Code/nmake/event2/event-config.h \
|
| /src/contrib/libevent/ |
| H A D | Makefile.nmake | 3 # I'm not very knowledgeable about MSVC and nmake beyond their most basic 10 # Or on the nmake command line: 11 # nmake OPENSSL_DIR=C:\openssl -f Makefile.nmake 23 CFLAGS=/IWIN32-Code /IWIN32-Code/nmake /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS) 72 $(MAKE) /F Makefile.nmake clean 78 $(MAKE) OPENSSL_DIR=$(OPENSSL_DIR) /F Makefile.nmake 80 $(MAKE) /F Makefile.nmake
|
| H A D | Makefile.am | 139 Makefile.nmake test/Makefile.nmake \ 184 SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake 294 WIN32-Code/nmake/evconfig-private.h \ 295 WIN32-Code/nmake/event2/event-config.h \
|
| /src/crypto/krb5/src/ccapi/lib/win/ |
| H A D | WINCCAPI.vcproj | 26 BuildCommandLine="nmake" 27 ReBuildCommandLine="nmake" 28 CleanCommandLine="nmake clean" 46 BuildCommandLine="nmake" 47 ReBuildCommandLine="nmake" 48 CleanCommandLine="nmake clean"
|
| /src/crypto/krb5/src/ccapi/server/win/ |
| H A D | Server.vcproj | 26 BuildCommandLine="nmake" 27 ReBuildCommandLine="nmake" 28 CleanCommandLine="nmake clean" 46 BuildCommandLine="nmake" 47 ReBuildCommandLine="nmake" 48 CleanCommandLine="nmake clean"
|
| /src/crypto/krb5/.github/workflows/ |
| H A D | build.yml | 89 nmake -f Makefile.in prep-windows 90 nmake 94 nmake install 99 nmake
|
| /src/contrib/wpa/wpa_supplicant/ |
| H A 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
|
| /src/contrib/sqlite3/ |
| H A D | README.txt | 47 Windows: nmake /f Makefile.msc 80 $ nmake /f Makefile.msc 83 platform variants may be built by adding additional macros to the NMAKE 91 on the NMAKE command line. However, not all possible preprocessor defines
|
| H A D | Makefile.msc | 9 # nmake Makefile for SQLite 64 # Use the USE_SEH=0 option on the nmake command line to omit structured 362 # USE_SEH=0 option is provided on the nmake command-line. 449 # line (since nmake itself does not provide a built-in method to guess it). 453 # nmake /f Makefile.msc sqlite3.dll 460 # nmake /f Makefile.msc sqlite3.dll 837 # nmake /f Makefile.msc all "OPTS=-DSQLITE_ENABLE_FOO=1 -DSQLITE_OMIT_FOO=1"
|
| /src/crypto/krb5/src/windows/ |
| H A D | README | 66 either in the environment or the nmake command-line. Debug 68 defining DEBUG_SYMBOL in the environment or on the nmake command line. 76 on the command line (for nmake install). If you are proceeding to build 78 near your build tree. The directory must exist before nmake install 99 6) nmake -f Makefile.in prep-windows # Create Makefile for Windows 100 7) nmake [NODEBUG=1] # Build the sources 101 8) nmake install [NODEBUG=1] # Copy libraries/executables 103 10) nmake [NODEBUG=1] # Build the installer
|
| /src/contrib/bearssl/ |
| H A D | Makefile | 29 # However, Microsoft's nmake.exe (that comes with Visual Studio) does 31 # that when using nmake.exe, this will include "mk/Win.mk", whereas 36 !include mk/NMake.mk # \
|
| H A D | README.txt | 45 and type `nmake`. 48 the `conf` directory, and invoke `make` (or `nmake`) with an explicit
|
| /src/crypto/openssl/test/ |
| H A 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
|
| /src/crypto/openssl/ |
| H A D | NOTES-WINDOWS.md | 70 This sets up the environment variables needed for `nmake.exe`, `cl.exe`, 95 6. `nmake` 97 7. `nmake test` 99 8. `nmake install`
|
| /src/crypto/krb5/src/ccapi/test/ |
| H A D | Makefile.in | 173 # This rule assumes that nmake in ..\lib\win has already run. 187 # This rule assumes that nmake in ..\lib\win\ has already run. 192 # deletes a.tmp and the following nmake actions correct LIB.
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 269 /// NMake/Jom. 310 /// NMake/Jom has a different set of scary characters, but wraps filespecs in 312 /// https://msdn.microsoft.com/en-us/library/dd9y37ha.aspx for NMake info, 321 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename() 323 // NMake, that are legal in a Windows filespec, and that could cause in PrintFilename()
|
| /src/crypto/openssl/Configurations/ |
| H A D | 50-win-onecore.conf | 61 # --prefix and --openssldir with target-specific values. 'nmake install' 63 # it might be useful to 'nmake install DESTDIR=S:\ome\where' where you
|
| /src/crypto/krb5/src/util/ |
| H A D | Makefile.in | 2 # Windows NMAKE doesn't like @ in make variable names, and on
|
| /src/contrib/bearssl/mk/ |
| H A D | NMake.mk | 25 # This file sets variables for use with NMake.exe, as distributed with
|
| /src/crypto/krb5/src/windows/installer/wix/ |
| H A D | Makefile | 14 MAKE=nmake -nologo
|
| /src/contrib/bzip2/ |
| H A D | README.COMPILATION.PROBLEMS | 18 6.0 and nmake, you can build a native Win32 version too. Large file
|
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | Makefile.nmake | 13 CFLAGS=/I.. /I../WIN32-Code /I../WIN32-Code/nmake /I../include /I../compat /DHAVE_CONFIG_H /DTINYTE…
|
| /src/contrib/libevent/test/ |
| H A D | Makefile.nmake | 13 CFLAGS=/I.. /I../WIN32-Code /I../WIN32-Code/nmake /I../include /I../compat /DHAVE_CONFIG_H /DTINYTE…
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 22 enum class DependencyOutputFormat { Make, NMake }; enumerator
|