mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 17:04:21 +03:00
MSVC: Fix MSVC6 build issues
Build environment has changed because of new improvements: 1. New files are split 2. New inclusion order This patch updates MSVC project files accordingly. Signed-off-by: Lv Zheng <lv.zheng@intel.com>
This commit is contained in:
parent
bee9af547c
commit
fa0680030a
@ -168,6 +168,10 @@ SOURCE=..\..\source\components\utilities\utglobal.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\uthex.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utmath.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -180,6 +184,10 @@ SOURCE=..\..\source\components\utilities\utstring.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utstrtoul64.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utxferror.c
|
||||
# End Source File
|
||||
# End Group
|
||||
|
@ -230,6 +230,10 @@ SOURCE=..\..\source\components\utilities\utstring.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utstrtoul64.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\uttrack.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -128,6 +128,10 @@ SOURCE=..\..\source\tools\acpihelp\ahdecode.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\tools\acpihelp\ahgrammar.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\tools\acpihelp\ahmain.c
|
||||
# End Source File
|
||||
# End Group
|
||||
|
@ -236,6 +236,10 @@ SOURCE=..\..\source\components\utilities\utstring.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utstrtoul64.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utuuid.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -155,6 +155,10 @@ SOURCE=..\..\source\components\utilities\utglobal.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\uthex.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utids.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -212,6 +216,10 @@ SOURCE=..\..\source\components\utilities\utstring.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utstrtoul64.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\uttrack.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -43,7 +43,7 @@ RSC=rc.exe
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /c
|
||||
# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /I "..\..\source\compiler" /I "." /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "YY_NEVER_INTERACTIVE" /D "ACPI_ASL_COMPILER" /FD /c
|
||||
# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /I "..\..\source\compiler" /I "." /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "YY_NEVER_INTERACTIVE" /D "YY_NO_UNISTD_H" /D "ACPI_ASL_COMPILER" /FD /c
|
||||
# SUBTRACT CPP /X /Fr /YX
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
@ -78,7 +78,7 @@ PostBuild_Cmds=copy aslcompiler\aslcompiler.exe ..\..\libraries\iasl.exe
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Oy /Ob1 /Gf /I "..\..\source\include" /I "..\..\source\compiler" /I "." /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "YY_NEVER_INTERACTIVE" /D "ACPI_ASL_COMPILER" /FD /GZ /c
|
||||
# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Oy /Ob1 /Gf /I "..\..\source\include" /I "..\..\source\compiler" /I "." /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "YY_NEVER_INTERACTIVE" /D "YY_NO_UNISTD_H" /D "ACPI_ASL_COMPILER" /FD /GZ /c
|
||||
# SUBTRACT CPP /Fr
|
||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
@ -212,6 +212,10 @@ SOURCE=..\..\source\components\utilities\utstring.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utstrtoul64.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utuuid.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -316,6 +320,10 @@ SOURCE=..\..\source\compiler\aslfold.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\compiler\aslhelp.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\compiler\aslhex.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -589,6 +589,10 @@ SOURCE=..\..\source\components\utilities\utstring.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\utstrtoul64.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\source\components\utilities\uttrack.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -433,7 +433,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#ifdef ACPI_APPLICATION
|
||||
#if defined (ACPI_APPLICATION) || defined(ACPI_LIBRARY)
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user