VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/Configurations/50-masm.conf@ 106165

最後變更 在這個檔案從106165是 104078,由 vboxsync 提交於 8 月 前

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

檔案大小: 907 位元組
 
1# We can't make commitment to supporting Microsoft assembler,
2# because it would mean supporting all masm versions. This in
3# in turn is because masm is not really an interchangeable option,
4# while users tend to have reasons to stick with specific Visual
5# Studio versions. It's usually lesser hassle to make it work
6# with latest assembler, but tweaking for older versions had
7# proven to be daunting task. This is experimental target, for
8# production builds stick with [up-to-date version of] nasm.
9
10my %targets = (
11 "VC-WIN64A-masm" => {
12 inherit_from => [ "VC-WIN64-common" ],
13 AS => "ml64",
14 ASFLAGS => "/nologo /Zi",
15 asoutflag => "/Fo",
16 asflags => "/c /Cp /Cx",
17 sys_id => "WIN64A",
18 uplink_arch => 'x86_64',
19 asm_arch => 'x86_64',
20 perlasm_scheme => "masm",
21 },
22);
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette