2 // This project will be generated with and without ssl=1 feature
3 // but will only build when the ssl macro != 1 (i.e. ssl off)
4 project(HTTP_Simple_exec) : aceexe, inet {
5 exename = http_simple_wget
9 verbatim(gnuace, circuit) {
19 verbatim(gnuace, local) {
21 "avoids_enabled_macros += ssl"
26 // This project will only be generated with the ssl=1 feature
27 // and will only build when the ssl macro = 1 (i.e. ssl on)
28 project(HTTPS_Simple_exec) : aceexe, inet, inetssl {
29 exename = https_simple_wget
35 project(FTP_Simple_exec) : aceexe, inet {
36 exename = ftp_simple_wget