Merge pull request #642 from ElyesH/master

Clean-up
This commit is contained in:
Robert Moore 2020-11-12 14:17:52 -08:00 committed by GitHub
commit addcc9458f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 84 deletions

72
.gitignore vendored
View File

@ -1,64 +1,3 @@
generate/msvc/*.ncb
generate/msvc/*.plg
generate/msvc/*.opt
generate/msvc/AcpiBin
generate/msvc/AcpiBinDebug
generate/msvc/AcpiSrc
generate/msvc/AcpiSrcDebug
generate/msvc/AcpiSubsystem
generate/msvc/AcpiSubsystemDebug
generate/msvc/AcpiExec
generate/msvc/AcpiExecDebug
generate/msvc/AcpiNames
generate/msvc/AcpiNamesDebug
generate/msvc/AslCompiler
generate/msvc/AslCompilerDebug
generate/msvc/AcpiXtract
generate/msvc/AcpiXtractDebug
generate/msvc/AcpiSrcLinuxDebug
generate/msvc/AcpiSubsystemLinux
generate/msvc/AcpiSubsystemLinuxDebug
generate/msvc/AslCompiler_Linux/
generate/msvc/AslCompiler_LinuxDebug/
generate/msvc/AcpiSubsystem64
generate/msvc/Examples
generate/msvc/ExamplesDebug
generate/msvc/ApiTest
generate/msvc/bin
generate/msvc9/*.user
generate/msvc9/*.ncb
generate/msvc9/*.plg
generate/msvc9/*.opt
generate/msvc9/*.suo
generate/msvc9/*.aps
generate/msvc9/*.rc
generate/msvc9/AcpiBin
generate/msvc9/AcpiBinDebug
generate/msvc9/AcpiDump
generate/msvc9/AcpiDumpDebug
generate/msvc9/AcpiSrc
generate/msvc9/AcpiSrcDebug
generate/msvc9/AcpiSubsystem
generate/msvc9/AcpiSubsystemDebug
generate/msvc9/AcpiExec
generate/msvc9/AcpiExecDebug
generate/msvc9/AcpiHelp
generate/msvc9/AcpiHelpDebug
generate/msvc9/AcpiNames
generate/msvc9/AcpiNamesDebug
generate/msvc9/AslCompiler
generate/msvc9/AslCompilerDebug
generate/msvc9/AcpiXtract
generate/msvc9/AcpiXtractDebug
generate/msvc9/Examples
generate/msvc9/ExamplesDebug
generate/msvc9/ApiTest
generate/msvc9/ApiTestDebug
generate/msvc9/Makefiles
generate/msvc9/Scripts
generate/msvc2017/AcpiBin
generate/msvc2017/AcpiBinDebug
generate/msvc2017/AcpiDump
@ -87,14 +26,6 @@ generate/msvc2017/*.y.output
generate/msvc2017/.vs
generate/msvc2017/*.y
generate/msvc9/AcpiSrcLinuxDebug
generate/msvc9/AcpiSubsystemLinux
generate/msvc9/AcpiSubsystemLinuxDebug
generate/msvc9/AslCompiler_Linux/
generate/msvc9/AslCompiler_LinuxDebug/
generate/msvc9/AcpiSubsystem64
generate/unix/bin
generate/unix/acpibin/obj
generate/unix/acpidump/obj
@ -146,6 +77,3 @@ source_linux
tools_3rd_party
tests/templates
source.zip

View File

@ -13,7 +13,7 @@
# **/
[Defines]
PLATFORM_NAME = Acpi
PLATFORM_NAME = Acpi
PLATFORM_GUID = b03fdec4-2942-11e6-a416-0024e8c6d30e
PLATFORM_VERSION = 1.0
DSC_SPECIFICATION = 0x00010005

View File

@ -13,7 +13,7 @@
# **/
[Defines]
PLATFORM_NAME = Acpi
PLATFORM_NAME = Acpi
PLATFORM_GUID = b03fdec4-2942-11e6-a416-0024e8c6d30e
PLATFORM_VERSION = 1.0
DSC_SPECIFICATION = 0x00010005

View File

@ -7,7 +7,7 @@
Unit Checkout
-------------
For example, to add a unit check-out facility to the tools menu do
the following:
@ -101,22 +101,22 @@
where, again, NAME is the name of the project.
If you are working with a Workspace containing multiple Projects
If you are working with a Workspace containing multiple Projects
use the following commands for converting .dsp's to .lnt's:
Command: C:\LINT\LINT-NT.EXE
Arguments: -v -os(project.lnt) $(WkspName).dsp
Initial Directory: $(WkspDir)
You will need to set a project as the active project before you can convert
its .dsp to a .lnt. To do so, select Project from the menu bar, then select
Set Active Project and choose a Project. You then click the newly added
You will need to set a project as the active project before you can convert
its .dsp to a .lnt. To do so, select Project from the menu bar, then select
Set Active Project and choose a Project. You then click the newly added
conversion tool on the tools menu and then lint the project.
Tool Bar
--------
You also have the option of creating a PC-lint toolbar for your Visual C++
You also have the option of creating a PC-lint toolbar for your Visual C++
IDE. First create one or more tools as described above. Then, look at
the Tools menu and make note of the icon(s) next to the menu item(s).
It's usually a subscripted hammer; remember the subscript(s).

View File

@ -6,7 +6,7 @@
-d_MSC_VER=1
+fll // enable long long
+rw(__asm) // enable in-line assembly
-esym( 950, __asm)
-esym( 950, __asm)
// Used to track stack use
-si4 -sp4

View File

@ -14,4 +14,4 @@
-si4 -sl4 -sp8 -sll8
co.lnt
options.lnt
options.lnt

View File

@ -6,6 +6,6 @@ COLL= ../../..
ADD_ASLFLAGS=-vx 6142 #illegal forward reference
ADD_ASLFLAGS+=-vx 6152 #recursive method call
ADD_ASLFLAGS+=-vx 6163 #illegal reference in method
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install