mirror of
https://github.com/acpica/acpica/
synced 2025-02-12 03:24:13 +03:00
15 lines
375 B
Plaintext
15 lines
375 B
Plaintext
// Microsoft C and Visual C++ 6.x, -si4 -sp4, lib-w32.lnt
|
|
// Standard lint options
|
|
|
|
c:\acpi\generate\lint\co-msc60.lnt
|
|
//c:\acpi\generate\lint\lib-w32.lnt
|
|
|
|
-dACPI_MACHINE_WIDTH=32
|
|
-dWIN32=1
|
|
-d_MSC_VER=1
|
|
+fll // enable long long
|
|
+rw(__asm) // enable in-line assembly
|
|
-esym( 950, __asm) // Used to track stack use
|
|
|
|
options.lnt -si4 -sp4
|