Searched refs:MESSAGE (Results 1 – 4 of 4) sorted by relevance
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,9 !MESSAGE use the Export Makefile command and run10 !MESSAGE 11 !MESSAGE NMAKE /f "mbedtls.mak".12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE14 !MESSAGE by defining the macro CFG on the command line. For example:15 !MESSAGE 16 !MESSAGE NMAKE /f "mbedtls.mak" CFG="mbedtls - Win32 Debug"17 !MESSAGE [all …]
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,9 !MESSAGE use the Export Makefile command and run10 !MESSAGE 11 !MESSAGE NMAKE /f "<APPNAME>.mak".12 !MESSAGE 13 !MESSAGE You can specify a configuration when running NMAKE14 !MESSAGE by defining the macro CFG on the command line. For example:15 !MESSAGE 16 !MESSAGE NMAKE /f "<APPNAME>.mak" CFG="<APPNAME> - Win32 Debug"17 !MESSAGE [all …]
66 #define MESSAGE "Echo this" macro249 len = sizeof( MESSAGE ) - 1; in main()251 do ret = mbedtls_ssl_write( &ssl, (unsigned char *) MESSAGE, len ); in main()262 mbedtls_printf( " %d bytes written\n\n%s\n\n", len, MESSAGE ); in main()
73 #define MESSAGE "Echo this" macro