Project files/Build instructions: rename msvc8 to msvc2017.

For the iASL compiler and build.txt files.
This commit is contained in:
Robert Moore 2021-03-12 13:35:25 -08:00
parent 87a254a780
commit ba857bb31f
2 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ RSC=rc.exe
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo /o"/acpica/generate/msvc/AslCompiler/AslCompiler.bsc"
# ADD BSC32 /nologo /o"/acpica/generate/msvc2017/AslCompiler/AslCompiler.bsc"
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
# ADD LINK32 kernel32.lib advapi32.lib setargv.obj /nologo /machine:I386
@ -86,10 +86,10 @@ PostBuild_Cmds=copy aslcompiler\aslcompiler.exe ..\..\libraries\iasl.exe
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo /o"/acpica/generate/msvc/AslCompilerDebug/AslCompiler.bsc"
# ADD BSC32 /nologo /o"/acpica/generate/msvc2017/AslCompilerDebug/AslCompiler.bsc"
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib advapi32.lib setargv.obj /nologo /pdb:none /debug /machine:I386 /nodefaultlib:"libcmt.lib" /pdb:"/acpica/generate/msvc/AslCompilerDebug/AslCompiler.pdb"
# ADD LINK32 kernel32.lib advapi32.lib setargv.obj /nologo /pdb:none /debug /machine:I386 /nodefaultlib:"libcmt.lib" /pdb:"/acpica/generate/msvc2017/AslCompilerDebug/AslCompiler.pdb"
# Begin Special Build Tool
SOURCE="$(InputPath)"
PreLink_Desc=Checking existence of acpica/libraries directory

View File

@ -2,7 +2,7 @@
Instructions to create a full release of the ACPICA software
and utilities.
Last update: 15 January 2014.
Last update: 12 March 2021.
The build uses MS Visual Studio and Cygwin to accomplish the
goal of releasing both Windows and Unix versions of the ACPICA code
@ -32,13 +32,13 @@ are released on the ACPICA website.
Visual Studio. We must release the Windows binaries since Windows
does not provide a compiler.
See acpica/generate/msvc9/readme.txt for Windows setup and ACPICA generation
See acpica/generate/msvc2017/readme.txt for Windows setup and ACPICA generation
instructions.
See acpica/source/compiler/readme.txt for flex/bison installation and
iASL generation instructions.
Microsoft Visual Studio 2008
Microsoft Visual Studio 2017
Flex and Bison:
https://sourceforge.net/projects/winflexbison/
@ -145,7 +145,7 @@ Login to acpica.org (with update permission)
Create a new download node for the new ACPICA version:
At screen top ("Manage"), Goto: Content->AddContent->Downloads
Title: Use the new version number in the correct format (e.g., "Version 20140114")
Title: Use the new version number in the correct format (e.g., "Version 20210105")
Body: Insert the release notes for this version
Date: Must be the current date (should match ACPICA version)
File Attachments: Add all of the release zip/gz files (currently 6 files)