X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F10-main.conf;h=f66e35bd5211765f6ebc2aa89b20f5ff0bf751a8;hp=2c1491333a91b6df1792433c9f4370f94211a251;hb=d8e2b4f9bf2e387ee533723a2d668fe7254b025c;hpb=ab90718953eabbd8fa519895387d065c94418f5c diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 2c1491333a..f66e35bd52 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1308,6 +1308,7 @@ my %targets = ( inherit_from => [ "BASE_Windows" ], template => 1, cc => "cl", + cpp => '$(CC) /EP /C', cflags => "-W3 -wd4090 -Gs0 -GF -Gy -nologo", defines => add("OPENSSL_SYS_WIN32", "WIN32_LEAN_AND_MEAN", "L_ENDIAN", "_CRT_SECURE_NO_DEPRECATE", @@ -1848,6 +1849,7 @@ my %targets = ( inherit_from => [ "BASE_VMS" ], template => 1, cc => "CC/DECC", + cpp => '$(CC)/PREPROCESS_ONLY=SYS$OUTPUT:', cflags => combine(picker(default => "/STANDARD=(ISOC94,RELAXED)/NOLIST/PREFIX=ALL", debug => "/NOOPTIMIZE/DEBUG",