acpica/generate/msvc2017
Robert Moore 6c7cbe47a8 Remove INTEGRITYCHECK flag from binary file generations
No longer needed or desired.
2023-03-21 12:39:10 -07:00
..
AcpiBin.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
AcpiBin.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
AcpiBin.vcxproj.filters Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiBin.vcxproj.user Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiComponents.dsw Remove some extra blank lines 2020-01-22 08:10:39 -08:00
AcpiComponents.sln Remove support for the acpinames utility 2020-05-14 10:20:02 -07:00
AcpiDump.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
AcpiDump.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
AcpiDump.vcxproj.filters Update project/makefiles for new file. 2022-10-19 13:27:03 -07:00
AcpiDump.vcxproj.user Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiExec.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
AcpiExec.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
AcpiExec.vcxproj.filters Update project/makefiles for new file. 2022-10-19 13:27:03 -07:00
AcpiExec.vcxproj.user Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiHelp.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
AcpiHelp.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
AcpiHelp.vcxproj.filters AcpiHelp/Project Files: Changes for the -x option to AcpiHelp 2020-11-12 14:10:11 -08:00
AcpiHelp.vcxproj.user Add change for debug arguments. 2022-10-27 09:31:41 -07:00
AcpiSrc.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
AcpiSrc.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
AcpiSrc.vcxproj.filters Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiSrc.vcxproj.user Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiSubsystem.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
AcpiSubsystem.vcxproj Update project/makefiles for new file. 2022-10-19 13:27:03 -07:00
AcpiSubsystem.vcxproj.filters Update project/makefiles for new file. 2022-10-19 13:27:03 -07:00
AcpiSubsystem.vcxproj.user Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiXtract.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
AcpiXtract.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
AcpiXtract.vcxproj.filters Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AcpiXtract.vcxproj.user Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
AslCompiler.dsp Project files/Build instructions: rename msvc8 to msvc2017. 2021-03-12 13:35:25 -08:00
AslCompiler.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
AslCompiler.vcxproj.filters Update project/makefiles for new file. 2022-10-19 13:27:03 -07:00
AslCompiler.vcxproj.user Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
Examples.dsp MSVC project files - remove trailing spaces 2019-11-07 12:55:19 -08:00
Examples.vcxproj Remove INTEGRITYCHECK flag from binary file generations 2023-03-21 12:39:10 -07:00
Examples.vcxproj.filters Update project/makefiles for new file. 2022-10-19 13:27:03 -07:00
Examples.vcxproj.user Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
UpgradeLog.htm Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
UpgradeLog2.htm Tools: update project files to msvc2017 2019-07-03 09:34:34 -07:00
readme.txt Add directions on ACPICA generation using msvc2017 2020-05-28 14:14:33 -07:00

readme.txt

/*
 * Generation of ACPICA with MS Visual Studio 2017
 */
Last update 28 May 2020.


The Visual Studio project file (for Visual Studio 2017)
appears in this directory:

    generate/msvc2017/AcpiComponents.sln

ACPICA generates with all MS C language extensions disabled, since the
code is ANSI conformant and is meant to be highly portable.