summaryrefslogtreecommitdiff
path: root/generate
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2020-05-14 09:03:46 -0700
committerGitHub <noreply@github.com>2020-05-14 09:03:46 -0700
commite068bbefc235c543ed4b90a68f14f06974908791 (patch)
treec89db80c28390f17c73c0c8ed4e76252b0ef1b5f /generate
parent4d938d048790983b8b4252b0f4aeec59dabb476c (diff)
parentef516cd5d194bf94d75e252b11b4f97f7e1aafe9 (diff)
downloadacpica-e068bbefc235c543ed4b90a68f14f06974908791.tar.gz
Merge pull request #603 from SchmErik/remove-old-msvc-files
Remove visual studio 2006 and 2009 project files
Diffstat (limited to 'generate')
-rwxr-xr-xgenerate/msvc/AcpiBin.dsp212
-rwxr-xr-xgenerate/msvc/AcpiComponents.dsw136
-rwxr-xr-xgenerate/msvc/AcpiDump.dsp220
-rwxr-xr-xgenerate/msvc/AcpiExec.dsp1123
-rwxr-xr-xgenerate/msvc/AcpiHelp.dsp212
-rwxr-xr-xgenerate/msvc/AcpiNames.dsp528
-rwxr-xr-xgenerate/msvc/AcpiSrc.dsp200
-rwxr-xr-xgenerate/msvc/AcpiSubsystem.dsp1041
-rwxr-xr-xgenerate/msvc/AcpiXtract.dsp187
-rwxr-xr-xgenerate/msvc/AslCompiler.dsp1217
-rwxr-xr-xgenerate/msvc/Examples.dsp665
-rwxr-xr-xgenerate/msvc9/AcpiBin.vcproj355
-rwxr-xr-xgenerate/msvc9/AcpiComponents.sln82
-rwxr-xr-xgenerate/msvc9/AcpiDump.vcproj379
-rwxr-xr-xgenerate/msvc9/AcpiExec.vcproj1302
-rwxr-xr-xgenerate/msvc9/AcpiHelp.vcproj367
-rwxr-xr-xgenerate/msvc9/AcpiNames.vcproj650
-rwxr-xr-xgenerate/msvc9/AcpiSrc.vcproj352
-rwxr-xr-xgenerate/msvc9/AcpiSubsystem.vcproj1235
-rwxr-xr-xgenerate/msvc9/AcpiXtract.vcproj321
-rwxr-xr-xgenerate/msvc9/AslCompiler.vcproj1678
-rwxr-xr-xgenerate/msvc9/Examples.vcproj810
-rwxr-xr-xgenerate/msvc9/Makefiles.vcproj311
-rwxr-xr-xgenerate/msvc9/Scripts.vcproj149
-rwxr-xr-xgenerate/msvc9/readme.txt43
25 files changed, 0 insertions, 13775 deletions
diff --git a/generate/msvc/AcpiBin.dsp b/generate/msvc/AcpiBin.dsp
deleted file mode 100755
index 00e15aae7..000000000
--- a/generate/msvc/AcpiBin.dsp
+++ /dev/null
@@ -1,212 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiBin" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=AcpiBin - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiBin.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiBin.mak" CFG="AcpiBin - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiBin - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "AcpiBin - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiBin - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiBin"
-# PROP Intermediate_Dir "AcpiBin"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_BIN_APP" /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"advapi32.lib"
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpibin to libraries...
-PostBuild_Cmds=copy acpibin\acpibin.exe ..\..\libraries\acpibin.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiBin - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiBinDebug"
-# PROP Intermediate_Dir "AcpiBinDebug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /Gf /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_BIN_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/AcpiBinDebug/AcpiBin.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib /nologo /subsystem:console /incremental:no /map /debug /machine:I386 /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpibin to libraries...
-PostBuild_Cmds=copy acpibindebug\acpibin.exe ..\..\libraries\acpibin_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiBin - Win32 Release"
-# Name "AcpiBin - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "AcpiBin"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiBin\abcompare.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiBin\abmain.c
-# End Source File
-# End Group
-# Begin Group "Common"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\common\cmfsize.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# End Source File
-# End Group
-# Begin Group "Utils"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcache.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdecode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utglobal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utlock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\utilities\utmath.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utstate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utstring.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiBin\acpibin.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AcpiComponents.dsw b/generate/msvc/AcpiComponents.dsw
deleted file mode 100755
index f6ef8b3a8..000000000
--- a/generate/msvc/AcpiComponents.dsw
+++ /dev/null
@@ -1,136 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "AcpiBin"=.\AcpiBin.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AcpiDump"=.\AcpiDump.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AcpiExec"=.\AcpiExec.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AcpiHelp"=.\AcpiHelp.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AcpiNames"=.\AcpiNames.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AcpiSrc"=.\AcpiSrc.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AcpiSubsystem"=.\AcpiSubsystem.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AcpiXtract"=.\AcpiXtract.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "AslCompiler"=.\AslCompiler.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "Examples"=.\Examples.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
diff --git a/generate/msvc/AcpiDump.dsp b/generate/msvc/AcpiDump.dsp
deleted file mode 100755
index 335570767..000000000
--- a/generate/msvc/AcpiDump.dsp
+++ /dev/null
@@ -1,220 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiDump" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=AcpiDump - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiDump.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiDump.mak" CFG="AcpiDump - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiDump - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "AcpiDump - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiDump - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiDump"
-# PROP Intermediate_Dir "AcpiDump"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_DUMP_APP" /FD /c
-# SUBTRACT CPP /Fr /YX /Yc /Yu
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /machine:I386
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpidump to libraries...
-PostBuild_Cmds=copy acpidump\acpidump.exe ..\..\libraries\acpidump.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiDump - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiDumpDebug"
-# PROP Intermediate_Dir "AcpiDumpDebug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /Gf /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_DUMP_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/AcpiDumpDebug/AcpiDump.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /incremental:no /map /debug /machine:I386 /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpidump to libraries...
-PostBuild_Cmds=copy acpidumpdebug\acpidump.exe ..\..\libraries\acpidump_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiDump - Win32 Release"
-# Name "AcpiDump - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "AcpiDump"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpidump\apdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpidump\apfiles.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpidump\apmain.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswintbl.c
-# End Source File
-# End Group
-# Begin Group "Common"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\common\cmfsize.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\SERVICE_LAYERS\oswindir.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# End Source File
-# End Group
-# Begin Group "Utils"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-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
-# Begin Group "Tables"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfroot.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpidump\acpidump.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AcpiExec.dsp b/generate/msvc/AcpiExec.dsp
deleted file mode 100755
index d6569b00e..000000000
--- a/generate/msvc/AcpiExec.dsp
+++ /dev/null
@@ -1,1123 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiExec" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=AcpiExec - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiExec.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiExec.mak" CFG="AcpiExec - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiExec - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "AcpiExec - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiExec - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiExec"
-# PROP Intermediate_Dir "AcpiExec"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_EXEC_APP" /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib advapi32.lib setargv.obj /nologo /subsystem:console /map /machine:I386
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpiexec to libraries...
-PostBuild_Cmds=copy acpiexec\acpiexec.exe ..\..\libraries\acpiexec.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiExec - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiExecDebug"
-# PROP Intermediate_Dir "AcpiExecDebug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /Gi /Zi /Od /Oy /Ob1 /Gf /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_EXEC_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/AcpiExecDebug/AcpiExec.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 libcmtd.lib kernel32.lib advapi32.lib setargv.obj /nologo /subsystem:console /incremental:no /map /debug /machine:I386 /nodefaultlib:"libcmt.lib" /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpiexec to libraries...
-PostBuild_Cmds=copy acpiexecdebug\acpiexec.exe ..\..\libraries\acpiexec_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiExec - Win32 Release"
-# Name "AcpiExec - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "Utilities"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utaddress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcache.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcopy.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdecode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdelete.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uterror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uteval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utlock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmath.c
-# ADD CPP /Ze
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmisc.c
-
-!IF "$(CFG)" == "AcpiExec - Win32 Release"
-
-!ELSEIF "$(CFG)" == "AcpiExec - Win32 Debug"
-
-# ADD CPP /Za
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utosi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utownerid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utresrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utstate.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utuuid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxfinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxfmutex.c
-# End Source File
-# End Group
-# Begin Group "Namespace"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsaccess.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsarguments.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsconvert.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsdumpdv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nseval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nspredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsprepkg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsrepair.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsrepair2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nssearch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsxfeval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfname.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfobj.c
-# End Source File
-# End Group
-# Begin Group "Hardware"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwacpi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwesleep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwgpe.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwpci.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwregs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\Source\components\hardware\hwsleep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwvalid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwxfsleep.c
-# End Source File
-# End Group
-# Begin Group "Events"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evevent.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evglock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\EVENTS\evgpe.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\EVENTS\evgpeblk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evgpeinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evgpeutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evhandler.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evrgnini.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evsci.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxfevnt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxfgpe.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxfregn.c
-# End Source File
-# End Group
-# Begin Group "AcpiExec"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\Tools\AcpiExec\aeexec.c
-# ADD CPP /Ze
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpiexec\aehandlers.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpiexec\aeinitfile.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Tools\AcpiExec\aemain.c
-
-!IF "$(CFG)" == "AcpiExec - Win32 Release"
-
-# ADD CPP /Ze
-
-!ELSEIF "$(CFG)" == "AcpiExec - Win32 Debug"
-
-# ADD CPP /Ze /FR
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpiexec\aeregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpiexec\aetables.c
-# End Source File
-# End Group
-# Begin Group "Debugger"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbcmds.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbconvert.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbdisply.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbexec.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbfileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbhistry.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbinput.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbmethod.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbstats.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbtest.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbxface.c
-# End Source File
-# End Group
-# Begin Group "Tables"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbdata.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfadt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfind.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbinstal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfroot.c
-# End Source File
-# End Group
-# Begin Group "Common"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\common\acfileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahids.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahuuids.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\cmfsize.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\osgendbg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswindir.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# ADD CPP /Ze
-# End Source File
-# End Group
-# Begin Group "Resources"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsaddr.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rscalc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rscreate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsdumpinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsirq.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rslist.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsmemory.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsserial.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsxface.c
-# End Source File
-# End Group
-# Begin Group "Disassembler"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmcstyle.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmdeferred.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmresrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmresrcl.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmresrcl2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmresrcs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmwalk.c
-# End Source File
-# End Group
-# Begin Group "Interpreter"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconcat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconfig.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconvrt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\excreate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exfldio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg1.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg3.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg6.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exprep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresnte.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresolv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstore.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstoren.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstorob.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exsystem.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\extrace.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exutils.c
-# End Source File
-# End Group
-# Begin Group "Parser"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psloop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pstree.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psxface.c
-# End Source File
-# End Group
-# Begin Group "Dispatcher"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dscontrol.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsmethod.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsmthdat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswexec.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswstate.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\include\acapps.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\accommon.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acconfig.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acdebug.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\INCLUDE\acdisasm.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acdispat.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acenv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acevents.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acexcep.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acglobal.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\achware.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acinterp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\aclocal.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acmacros.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acmsvc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acnames.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acnamesp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acobject.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acopcode.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acoutput.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acparser.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acpi.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acpiosxf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acpixf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acpredef.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acresrc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acstruct.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actables.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actbl.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actbl1.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actbl2.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actypes.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acutils.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acwin.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Tools\AcpiExec\aecommon.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpiexec\aetables.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\amlcode.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\INCLUDE\amlresrc.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AcpiHelp.dsp b/generate/msvc/AcpiHelp.dsp
deleted file mode 100755
index d59d6881c..000000000
--- a/generate/msvc/AcpiHelp.dsp
+++ /dev/null
@@ -1,212 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiHelp" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=AcpiHelp - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiHelp.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiHelp.mak" CFG="AcpiHelp - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiHelp - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "AcpiHelp - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiHelp - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiHelp"
-# PROP Intermediate_Dir "AcpiHelp"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_HELP_APP" /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /map /machine:I386
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpixtract to libraries...
-PostBuild_Cmds=copy acpihelp\acpihelp.exe ..\..\libraries\acpihelp.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiHelp - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiHelpDebug"
-# PROP Intermediate_Dir "AcpiHelpDebug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /Gf /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_HELP_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/AcpiHelpDebug/AcpiHelp.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /incremental:no /map /debug /machine:I386 /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpixtract to libraries...
-PostBuild_Cmds=copy acpihelpdebug\acpihelp.exe ..\..\libraries\acpihelp_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiHelp - Win32 Release"
-# Name "AcpiHelp - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "AcpiHelp"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpihelp\acpihelp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpihelp\ahamlops.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpihelp\ahaslkey.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpihelp\ahaslops.c
-# End Source File
-# Begin Source File
-
-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
-# Begin Group "Common"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\common\ahids.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahtable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahuuids.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# End Source File
-# End Group
-# Begin Group "Utilities"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utuuid.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AcpiNames.dsp b/generate/msvc/AcpiNames.dsp
deleted file mode 100755
index ad2939bf6..000000000
--- a/generate/msvc/AcpiNames.dsp
+++ /dev/null
@@ -1,528 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiNames" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=AcpiNames - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiNames.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiNames.mak" CFG="AcpiNames - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiNames - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "AcpiNames - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiNames - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiNames"
-# PROP Intermediate_Dir "AcpiNames"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_NAMES_APP" /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /machine:I386
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpinames to libraries...
-PostBuild_Cmds=copy acpinames\acpinames.exe ..\..\libraries\acpinames.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiNames - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiNamesDebug"
-# PROP Intermediate_Dir "AcpiNamesDebug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_NAMES_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpinames to libraries...
-PostBuild_Cmds=copy acpinamesdebug\acpinames.exe ..\..\libraries\acpinames_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiNames - Win32 Release"
-# Name "AcpiNames - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "Common"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\common\acfileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\cmfsize.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# ADD CPP /Ze
-# End Source File
-# End Group
-# Begin Group "Utilities"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utaddress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcache.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdecode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdelete.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uterror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uteval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utlock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmath.c
-# ADD CPP /Ze
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmisc.c
-
-!IF "$(CFG)" == "AcpiNames - Win32 Release"
-
-!ELSEIF "$(CFG)" == "AcpiNames - Win32 Debug"
-
-# ADD CPP /Za
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utosi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utownerid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utstate.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxfinit.c
-# End Source File
-# End Group
-# Begin Group "Tables"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbdata.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfadt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfind.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbinstal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfroot.c
-# End Source File
-# End Group
-# Begin Group "Namespace"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsaccess.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsconvert.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nssearch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfeval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfname.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfobj.c
-# End Source File
-# End Group
-# Begin Group "Parser"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psloop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pstree.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psxface.c
-# End Source File
-# End Group
-# Begin Group "Debugger"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbfileio.c
-# End Source File
-# End Group
-# Begin Group "Dispatcher"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsmthdat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswstate.c
-# End Source File
-# End Group
-# Begin Group "Executer"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconvrt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\excreate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exprep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresnte.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresolv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exsystem.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exutils.c
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiNames\anmain.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiNames\anstubs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiNames\antables.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiNames\AcpiNames.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AcpiSrc.dsp b/generate/msvc/AcpiSrc.dsp
deleted file mode 100755
index 9573cbc20..000000000
--- a/generate/msvc/AcpiSrc.dsp
+++ /dev/null
@@ -1,200 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiSrc" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=AcpiSrc - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiSrc.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiSrc.mak" CFG="AcpiSrc - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiSrc - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "AcpiSrc - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiSrc - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiSrc"
-# PROP Intermediate_Dir "AcpiSrc"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_SRC_APP" /FD /c
-# SUBTRACT CPP /Fr /YX /Yc /Yu
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /machine:I386
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpisrc to libraries...
-PostBuild_Cmds=copy acpisrc\acpisrc.exe ..\..\libraries\acpisrc.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiSrc - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiSrcDebug"
-# PROP Intermediate_Dir "AcpiSrcDebug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /Gf /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_SRC_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/AcpiSrcDebug/AcpiSrc.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /incremental:no /map /debug /machine:I386 /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpisrc to libraries...
-PostBuild_Cmds=copy acpisrcdebug\acpisrc.exe ..\..\libraries\acpisrc_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiSrc - Win32 Release"
-# Name "AcpiSrc - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "AcpiSrc"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\TOOLS\acpisrc\ascase.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiSrc\asconvrt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiSrc\asfile.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiSrc\asmain.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\TOOLS\acpisrc\asremove.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpisrc\astable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiSrc\asutils.c
-# End Source File
-# End Group
-# Begin Group "Common"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\common\cmfsize.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\SERVICE_LAYERS\oswindir.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# End Source File
-# End Group
-# Begin Group "Utilities"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utglobal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmath.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiSrc\acpisrc.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AcpiSubsystem.dsp b/generate/msvc/AcpiSubsystem.dsp
deleted file mode 100755
index 3cbb2db9f..000000000
--- a/generate/msvc/AcpiSubsystem.dsp
+++ /dev/null
@@ -1,1041 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiSubsystem" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=AcpiSubsystem - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiSubsystem.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiSubsystem.mak" CFG="AcpiSubsystem - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiSubsystem - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "AcpiSubsystem - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiSubsystem - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiSubsystem"
-# PROP Intermediate_Dir "AcpiSubsystem"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_LIBRARY" /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying libacpica to libraries...
-PostBuild_Cmds=copy acpisubsystem\acpisubsystem.lib ..\..\libraries\acpica.lib
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiSubsystem - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiSubsystemDebug"
-# PROP Intermediate_Dir "AcpiSubsystemDebug"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /Gi /Zi /Od /Oy /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_LIBRARY" /FD /c
-# SUBTRACT CPP /Fr
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/AcpiSubsystemDebug/AcpiSubsystem.bsc"
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying libacpica to libraries...
-PostBuild_Cmds=copy acpisubsystemdebug\acpisubsystem.lib ..\..\libraries\acpica_dbg.lib
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiSubsystem - Win32 Release"
-# Name "AcpiSubsystem - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "Utilities"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utaddress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcache.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utclib.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcopy.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdecode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdelete.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uterror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uteval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utlock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmath.c
-# ADD CPP /Ze
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utosi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utownerid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utresrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utstate.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxfinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxfmutex.c
-# End Source File
-# End Group
-# Begin Group "Events"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evevent.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evglock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\EVENTS\evgpe.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\EVENTS\evgpeblk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evgpeinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evgpeutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evhandler.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evrgnini.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evsci.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxfevnt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxfgpe.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxfregn.c
-# End Source File
-# End Group
-# Begin Group "Hardware"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwacpi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwesleep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwgpe.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwpci.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwregs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwsleep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwtimer.c
-# ADD CPP /Ze
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwvalid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwxfsleep.c
-# End Source File
-# End Group
-# Begin Group "Namespace"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsaccess.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsarguments.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsconvert.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsdumpdv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nseval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nspredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsprepkg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsrepair.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsrepair2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nssearch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsxfeval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfname.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfobj.c
-# End Source File
-# End Group
-# Begin Group "Resources"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsaddr.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rscalc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rscreate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsdumpinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsirq.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rslist.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsmemory.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsserial.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\resources\rsxface.c
-# End Source File
-# End Group
-# Begin Group "Tables"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbdata.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfadt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfind.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbinstal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfroot.c
-# End Source File
-# End Group
-# Begin Group "Disassembler"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmdeferred.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmresrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmresrcl.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmresrcl2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmresrcs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmwalk.c
-# End Source File
-# End Group
-# Begin Group "Debugger"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbcmds.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbconvert.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbdisply.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbexec.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbfileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbhistry.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbinput.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbmethod.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbstats.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\debugger\dbtest.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbxface.c
-# End Source File
-# End Group
-# Begin Group "Interpreter"
-
-# PROP Default_Filter "*.c"
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconfig.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconvrt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\excreate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exfldio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg1.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg3.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg6.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exprep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresnte.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresolv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstore.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstoren.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstorob.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exsystem.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exutils.c
-# End Source File
-# End Group
-# Begin Group "Dispatcher"
-
-# PROP Default_Filter "*.c"
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dscontrol.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsmethod.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsmthdat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswexec.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswstate.c
-# End Source File
-# End Group
-# Begin Group "Parser"
-
-# PROP Default_Filter "*.c"
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psloop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pstree.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psxface.c
-# End Source File
-# End Group
-# Begin Group "Common"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\common\ahids.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\cmfsize.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\include\acbuffer.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\accommon.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acconfig.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acdebug.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\INCLUDE\acdisasm.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acdispat.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acefi.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acenv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acevents.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acexcep.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acfreebsd.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acgcc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acglobal.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\achware.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acinterp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\aclinux.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\aclocal.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acmacros.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acmsvc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acnames.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acnamesp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acobject.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acopcode.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acoutput.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acparser.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acpi.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acpiosxf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acpixf.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acpredef.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acresrc.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acrestyp.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\acstruct.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actables.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actbl.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actbl1.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actbl2.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\include\actbl3.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\actypes.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\acutils.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\platform\acwin.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\Include\amlcode.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\INCLUDE\amlresrc.h
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AcpiXtract.dsp b/generate/msvc/AcpiXtract.dsp
deleted file mode 100755
index f41634fa6..000000000
--- a/generate/msvc/AcpiXtract.dsp
+++ /dev/null
@@ -1,187 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AcpiXtract" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=AcpiXtract - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiXtract.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AcpiXtract.mak" CFG="AcpiXtract - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AcpiXtract - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "AcpiXtract - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AcpiXtract - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AcpiXtract"
-# PROP Intermediate_Dir "AcpiXtract"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_XTRACT_APP" /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /map /machine:I386
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpixtract to libraries...
-PostBuild_Cmds=copy acpixtract\acpixtract.exe ..\..\libraries\acpixtract.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AcpiXtract - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AcpiXtractDebug"
-# PROP Intermediate_Dir "AcpiXtractDebug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /Gf /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_XTRACT_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/AcpiXtractDebug/AcpiXtract.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib advapi32.lib /nologo /subsystem:console /incremental:no /map /debug /machine:I386 /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying acpixtract to libraries...
-PostBuild_Cmds=copy acpixtractdebug\acpixtract.exe ..\..\libraries\acpixtract_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AcpiXtract - Win32 Release"
-# Name "AcpiXtract - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "AcpiXtract"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\tools\AcpiXtract\acpixtract.c
-
-!IF "$(CFG)" == "AcpiXtract - Win32 Release"
-
-# ADD CPP /W4 /FR
-
-!ELSEIF "$(CFG)" == "AcpiXtract - Win32 Debug"
-
-# ADD CPP /W4
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpixtract\axmain.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\acpixtract\axutils.c
-# End Source File
-# End Group
-# Begin Group "Common"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# End Source File
-# End Group
-# Begin Group "Utilities"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utglobal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmath.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc/AslCompiler.dsp b/generate/msvc/AslCompiler.dsp
deleted file mode 100755
index 81ee1c729..000000000
--- a/generate/msvc/AslCompiler.dsp
+++ /dev/null
@@ -1,1217 +0,0 @@
-# Microsoft Developer Studio Project File - Name="AslCompiler" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Application" 0x0101
-
-CFG=AslCompiler - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "AslCompiler.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "AslCompiler.mak" CFG="AslCompiler - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "AslCompiler - Win32 Release" (based on "Win32 (x86) Application")
-!MESSAGE "AslCompiler - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# PROP BASE Use_MFC 2
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "AslCompiler"
-# PROP Intermediate_Dir "AslCompiler"
-# 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 "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
-# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/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
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying iasl to libraries...
-PostBuild_Cmds=copy aslcompiler\aslcompiler.exe ..\..\libraries\iasl.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP BASE Use_MFC 2
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "AslCompilerDebug"
-# PROP Intermediate_Dir "AslCompilerDebug"
-# 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 "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
-# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/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"
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Checking existence of acpica/libraries directory
-PreLink_Cmds=if NOT EXIST ..\..\libraries mkdir ..\..\libraries
-PostBuild_Desc=Copying iasl to libraries...
-PostBuild_Cmds=copy aslcompilerdebug\aslcompiler.exe ..\..\\libraries\iasl_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "AslCompiler - Win32 Release"
-# Name "AslCompiler - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "Utilities"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utaddress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcache.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcopy.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdecode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdelete.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uterror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-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\utinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utlock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmath.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utownerid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utresrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utstate.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# End Group
-# Begin Group "Namespace"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsaccess.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nssearch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\NAMESPACE\nsxfobj.c
-# End Source File
-# End Group
-# Begin Group "Compiler"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslanalyze.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslbtypes.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslcodegen.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslcompile.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asldebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslerror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslexternal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslfileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslfiles.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\compiler\asllength.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asllisting.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asllistsup.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asllookup.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmain.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmap.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmapenter.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmapoutput.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmaputils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmessages.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmethod.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslnamesp.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asloffset.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslopcodes.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asloperands.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asloptions.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslpld.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslprepkg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslprintf.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslprune.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslresource.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype1.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype1i.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype2d.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype2e.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype2q.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype2s.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslrestype2w.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslstartup.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslstubs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asltransform.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asltree.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asluuid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslwalks.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslxref.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslxrefout.c
-# End Source File
-# End Group
-# Begin Group "Common"
-
-# PROP Default_Filter ".c"
-# Begin Source File
-
-SOURCE=..\..\source\common\acfileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\adfile.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\adisasm.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\adwalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahids.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahtable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\ahuuids.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\cmfsize.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\dmextern.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\dmrestag.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\dmswitch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\dmtable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\dmtables.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\dmtbdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\dmtbinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\common\getopt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswindir.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswintbl.c
-# ADD CPP /Ze
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# ADD CPP /Ze
-# End Source File
-# End Group
-# Begin Group "Intermediate"
-
-# PROP Default_Filter "*.c, *.h"
-# Begin Source File
-
-SOURCE=.\aslcompiler.l.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\aslcompiler.y.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dtparser.l.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dtparser.y.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\prparser.l.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\prparser.y.c
-# End Source File
-# End Group
-# Begin Group "Disassembler"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\DEBUGGER\dbfileio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\disassembler\dmbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmcstyle.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmdeferred.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\disassembler\dmnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\disassembler\dmopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\disassembler\dmresrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\disassembler\dmresrcl.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\disassembler\dmresrcl2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\disassembler\dmresrcs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\Disassembler\dmutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\disassembler\dmwalk.c
-# End Source File
-# End Group
-# Begin Group "Tables"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbdata.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfadt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\tables\tbinstal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\COMPONENTS\tables\tbutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfload.c
-# End Source File
-# End Group
-# Begin Group "Interpreter"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconcat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconvrt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\excreate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg1.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg3.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg6.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exprep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresnte.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresolv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstore.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstoren.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstorob.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exsystem.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exutils.c
-# End Source File
-# End Group
-# Begin Group "Parser"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\compiler\prexpress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\prmacros.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\prscan.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\prutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psloop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pstree.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pswalk.c
-# End Source File
-# End Group
-# Begin Group "Dispatcher"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dscontrol.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswexec.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswstate.c
-# End Source File
-# End Group
-# Begin Group "DataCompiler"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtcompile.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtexpress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtsubtable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dttable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dttable1.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dttable2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dttemplate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtutils.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslcompiler.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asldefine.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslglobal.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslmessages.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\asltypes.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtcompiler.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dttemplate.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# Begin Source File
-
-SOURCE=../../source/compiler/aslcompiler.l
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Lexing $(InputPath)...
-InputPath=../../source/compiler/aslcompiler.l
-InputName=aslcompiler
-
-"$(InputName).l.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -i -PAslCompiler -o$(InputName).l.c $(InputPath)
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Lexing $(InputPath)...
-InputPath=../../source/compiler/aslcompiler.l
-InputName=aslcompiler
-
-"$(InputName).l.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -i -PAslCompiler -o$(InputName).l.c $(InputPath)
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=../../source/compiler/aslcompiler.y
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Yaccing $(InputPath)...
-InputPath=../../source/compiler/aslcompiler.y
-InputName=aslcompiler
-
-BuildCmds= \
- bison -d -l -pAslCompiler -v $(InputPath) -vd -o$(InputName).y.c
-
-"$(InputName).y.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"$(InputName).y.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Yaccing $(InputPath)...
-InputPath=../../source/compiler/aslcompiler.y
-InputName=aslcompiler
-
-BuildCmds= \
- bison -d -l -pAslCompiler -v $(InputPath) -vd -o$(InputName).y.c
-
-"$(InputName).y.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"$(InputName).y.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\aslparser.y
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Macro-processing $(InputPath)...
-InputDir=\workspace\acpica\source\compiler
-InputPath=..\..\source\compiler\aslparser.y
-
-"$(InputDir)/aslcompiler.y" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- m4 -P -I$(InputDir) $(InputPath) > $(InputDir)/aslcompiler.y
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Macro-processing $(InputPath)...
-InputDir=\workspace\acpica\source\compiler
-InputPath=..\..\source\compiler\aslparser.y
-
-"$(InputDir)/aslcompiler.y" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- m4 -P -I$(InputDir) $(InputPath) > $(InputDir)/aslcompiler.y
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtparser.l
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# Begin Custom Build - Lexing $(InputPath)...
-InputPath=..\..\source\compiler\dtparser.l
-InputName=dtparser
-
-"$(InputName).l.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -PDtParser -o$(InputName).l.c $(InputPath)
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Lexing $(InputPath)...
-InputPath=..\..\source\compiler\dtparser.l
-InputName=dtparser
-
-"$(InputName).l.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -PDtParser -o$(InputName).l.c $(InputPath)
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\dtparser.y
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# Begin Custom Build - Yaccing $(InputPath)...
-InputPath=..\..\source\compiler\dtparser.y
-InputName=dtparser
-
-BuildCmds= \
- bison -d -l -pDtParser -v $(InputPath) -vd -o$(InputName).y.c
-
-"$(InputName).y.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"$(InputName).y.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Yaccing $(InputPath)...
-InputPath=..\..\source\compiler\dtparser.y
-InputName=dtparser
-
-BuildCmds= \
- bison -d -l -pDtParser -v $(InputPath) -vd -o$(InputName).y.c
-
-"$(InputName).y.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"$(InputName).y.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\prparser.l
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# Begin Custom Build - Lexing $(InputPath)...
-InputPath=..\..\source\compiler\prparser.l
-InputName=prparser
-
-"$(InputName).l.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -PPrParser -o$(InputName).l.c $(InputPath)
-
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Lexing $(InputPath)...
-InputPath=..\..\source\compiler\prparser.l
-InputName=prparser
-
-"$(InputName).l.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- flex -PPrParser -o$(InputName).l.c $(InputPath)
-
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\prparser.y
-
-!IF "$(CFG)" == "AslCompiler - Win32 Release"
-
-# Begin Custom Build - Yaccing $(InputPath)...
-InputPath=..\..\source\compiler\prparser.y
-InputName=prparser
-
-BuildCmds= \
- bison -d -l -pPrParser -v $(InputPath) -vd -o$(InputName).y.c
-
-"$(InputName).y.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"$(InputName).y.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "AslCompiler - Win32 Debug"
-
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Yaccing $(InputPath)...
-InputPath=..\..\source\compiler\prparser.y
-InputName=prparser
-
-BuildCmds= \
- bison -d -l -pPrParser -v $(InputPath) -vd -o$(InputName).y.c
-
-"$(InputName).y.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"$(InputName).y.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\compiler\readme.txt
-# End Source File
-# End Target
-# End Project
diff --git a/generate/msvc/Examples.dsp b/generate/msvc/Examples.dsp
deleted file mode 100755
index 3406080c9..000000000
--- a/generate/msvc/Examples.dsp
+++ /dev/null
@@ -1,665 +0,0 @@
-# Microsoft Developer Studio Project File - Name="Examples" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=Examples - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "Examples.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "Examples.mak" CFG="Examples - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "Examples - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Examples - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "Examples - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Examples"
-# PROP Intermediate_Dir "Examples"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_EXAMPLE_APP" /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /map /machine:I386 /nodefaultlib:"LIBCMTD"
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Desc=Copying examples to libraries...
-PostBuild_Cmds=copy examples\examples.exe ..\..\libraries\examples.exe
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "Examples - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "ExamplesDebug"
-# PROP Intermediate_Dir "ExamplesDebug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_EXAMPLE_APP" /FD /GZ /c
-# SUBTRACT CPP /Fr /YX
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo /o"/acpica/generate/msvc/ExamplesDebug/Examples.bsc"
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /map /debug /machine:I386 /pdbtype:sept
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Desc=Copying examples to libraries...
-PostBuild_Cmds=copy examplesdebug\examples.exe ..\..\\libraries\examples_dbg.exe
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "Examples - Win32 Release"
-# Name "Examples - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Group "AcpiExamples"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\tools\examples\examples.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\examples\exstubs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\tools\examples\extables.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\os_specific\service_layers\oswinxf.c
-# ADD CPP /Ze
-# End Source File
-# End Group
-# Begin Group "Dispatcher"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dscontrol.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsmethod.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsmthdat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswexec.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswload2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\dispatcher\dswstate.c
-# End Source File
-# End Group
-# Begin Group "Executer"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconcat.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconfig.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exconvrt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\excreate.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exfield.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exfldio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg1.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg3.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exoparg6.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exprep.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresnte.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresolv.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exresop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstore.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstoren.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exstorob.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exsystem.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\extrace.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\executer\exutils.c
-# End Source File
-# End Group
-# Begin Group "Namespace"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsaccess.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsarguments.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsconvert.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsdump.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nseval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsnames.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nspredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsprepkg.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsrepair.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsrepair2.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nssearch.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfeval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfname.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\namespace\nsxfobj.c
-# End Source File
-# End Group
-# Begin Group "Parser"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psargs.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psloop.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopcode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psopinfo.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psscope.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pstree.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\pswalk.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\parser\psxface.c
-# End Source File
-# End Group
-# Begin Group "Tables"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbdata.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfadt.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbfind.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbinstal.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbprint.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbutils.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfload.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\tables\tbxfroot.c
-# End Source File
-# End Group
-# Begin Group "Utilities"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utaddress.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utascii.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utbuffer.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcache.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utclib.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utcopy.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdebug.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdecode.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utdelete.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uterror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\uteval.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utexcep.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utlock.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmath.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utmutex.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utnonansi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utobject.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utosi.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utownerid.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utpredef.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utresrc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utstate.c
-# End Source File
-# Begin Source File
-
-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
-
-SOURCE=..\..\source\components\utilities\utxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxferror.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxfinit.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\utilities\utxfmutex.c
-# End Source File
-# End Group
-# Begin Group "Events"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evhandler.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evregion.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evrgnini.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxface.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\source\components\events\evxfregn.c
-# End Source File
-# End Group
-# Begin Group "Hardware"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=..\..\source\components\hardware\hwpci.c
-# End Source File
-# End Group
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\source\tools\examples\examples.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/generate/msvc9/AcpiBin.vcproj b/generate/msvc9/AcpiBin.vcproj
deleted file mode 100755
index acf477fd3..000000000
--- a/generate/msvc9/AcpiBin.vcproj
+++ /dev/null
@@ -1,355 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiBin"
- ProjectGUID="{9B5C94B6-D01D-4A59-8B3F-289387D9DDB2}"
- RootNamespace="AcpiBin"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiBinDebug"
- IntermediateDirectory=".\AcpiBinDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/AcpiBinDebug/AcpiBin.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\source\include"
- PreprocessorDefinitions="ACPI_BIN_APP;_DEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiBinDebug\AcpiBin.pch"
- AssemblerListingLocation=".\AcpiBinDebug\"
- ObjectFile=".\AcpiBinDebug\"
- ProgramDataBaseFileName=".\AcpiBinDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/out:&quot;.\AcpiBinDebug\AcpiBin.exe&quot;"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile=".\AcpiBinDebug/AcpiBin.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AcpiBinDebug\AcpiBin.pdb"
- GenerateMapFile="true"
- MapFileName=".\AcpiBinDebug\AcpiBin.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiBinDebug.exe to Libraries (DEBUG)"
- CommandLine="copy .\acpibindebug\acpibin.exe ..\..\libraries\AcpiBinDebug.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiBin"
- IntermediateDirectory=".\AcpiBin"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/AcpiBin/AcpiBin.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="2"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\source\include"
- PreprocessorDefinitions="ACPI_BIN_APP;NDEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiBin\AcpiBin.pch"
- AssemblerListingLocation=".\AcpiBin\"
- ObjectFile=".\AcpiBin\"
- ProgramDataBaseFileName=".\AcpiBin\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile=".\AcpiBin\AcpiBin.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="advapi32.lib"
- ProgramDatabaseFile=".\AcpiBin\AcpiBin.pdb"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiBin.exe to Libraries"
- CommandLine="copy .\acpibin\acpibin.exe ..\..\libraries\AcpiBin.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="AcpiBin Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\tools\AcpiBin\acpibin.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiBin Source"
- >
- <File
- RelativePath="..\..\source\tools\AcpiBin\abcompare.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\AcpiBin\abmain.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Common"
- >
- <File
- RelativePath="..\..\source\common\cmfsize.c"
- >
- </File>
- <File
- RelativePath="..\..\source\Common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\utilities\utalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcache.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utlock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AcpiComponents.sln b/generate/msvc9/AcpiComponents.sln
deleted file mode 100755
index a827b8b38..000000000
--- a/generate/msvc9/AcpiComponents.sln
+++ /dev/null
@@ -1,82 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiBin", "AcpiBin.vcproj", "{9B5C94B6-D01D-4A59-8B3F-289387D9DDB2}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiExec", "AcpiExec.vcproj", "{2BF237AC-652F-4EC6-9BE6-5E0BB11F4B14}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiSrc", "AcpiSrc.vcproj", "{1D8A249E-E979-4652-868A-4AE6C5359706}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiSubsystem", "AcpiSubsystem.vcproj", "{2B403FFB-5AFB-48D8-8C13-F8E65CEC5BB6}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiXtract", "AcpiXtract.vcproj", "{73AD69D3-8C47-4A04-9607-DBC0D6D6F591}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AslCompiler", "AslCompiler.vcproj", "{567F2240-BCAA-48BE-BAB8-4E812BD273D8}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Examples", "Examples.vcproj", "{D086AEFC-5004-4D97-B68B-F884F7C75436}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiNames", "AcpiNames.vcproj", "{3CA2F53C-7566-40B0-B945-711788EDCD8C}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiHelp", "AcpiHelp.vcproj", "{543CE235-637F-4302-BCD4-02C08A4277D9}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Makefiles", "Makefiles.vcproj", "{762CF0FE-FDDC-46CC-ABBC-36A08B81920D}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scripts", "Scripts.vcproj", "{50B1F35B-91C8-478F-8BA0-F409BA1BA69B}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AcpiDump", "AcpiDump.vcproj", "{120C599E-9399-4D80-836A-2980B214CBA0}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9B5C94B6-D01D-4A59-8B3F-289387D9DDB2}.Debug|Win32.ActiveCfg = Debug|Win32
- {9B5C94B6-D01D-4A59-8B3F-289387D9DDB2}.Debug|Win32.Build.0 = Debug|Win32
- {9B5C94B6-D01D-4A59-8B3F-289387D9DDB2}.Release|Win32.ActiveCfg = Release|Win32
- {9B5C94B6-D01D-4A59-8B3F-289387D9DDB2}.Release|Win32.Build.0 = Release|Win32
- {2BF237AC-652F-4EC6-9BE6-5E0BB11F4B14}.Debug|Win32.ActiveCfg = Debug|Win32
- {2BF237AC-652F-4EC6-9BE6-5E0BB11F4B14}.Debug|Win32.Build.0 = Debug|Win32
- {2BF237AC-652F-4EC6-9BE6-5E0BB11F4B14}.Release|Win32.ActiveCfg = Release|Win32
- {2BF237AC-652F-4EC6-9BE6-5E0BB11F4B14}.Release|Win32.Build.0 = Release|Win32
- {1D8A249E-E979-4652-868A-4AE6C5359706}.Debug|Win32.ActiveCfg = Debug|Win32
- {1D8A249E-E979-4652-868A-4AE6C5359706}.Debug|Win32.Build.0 = Debug|Win32
- {1D8A249E-E979-4652-868A-4AE6C5359706}.Release|Win32.ActiveCfg = Release|Win32
- {1D8A249E-E979-4652-868A-4AE6C5359706}.Release|Win32.Build.0 = Release|Win32
- {2B403FFB-5AFB-48D8-8C13-F8E65CEC5BB6}.Debug|Win32.ActiveCfg = Debug|Win32
- {2B403FFB-5AFB-48D8-8C13-F8E65CEC5BB6}.Debug|Win32.Build.0 = Debug|Win32
- {2B403FFB-5AFB-48D8-8C13-F8E65CEC5BB6}.Release|Win32.ActiveCfg = Release|Win32
- {2B403FFB-5AFB-48D8-8C13-F8E65CEC5BB6}.Release|Win32.Build.0 = Release|Win32
- {73AD69D3-8C47-4A04-9607-DBC0D6D6F591}.Debug|Win32.ActiveCfg = Debug|Win32
- {73AD69D3-8C47-4A04-9607-DBC0D6D6F591}.Debug|Win32.Build.0 = Debug|Win32
- {73AD69D3-8C47-4A04-9607-DBC0D6D6F591}.Release|Win32.ActiveCfg = Release|Win32
- {73AD69D3-8C47-4A04-9607-DBC0D6D6F591}.Release|Win32.Build.0 = Release|Win32
- {567F2240-BCAA-48BE-BAB8-4E812BD273D8}.Debug|Win32.ActiveCfg = Debug|Win32
- {567F2240-BCAA-48BE-BAB8-4E812BD273D8}.Debug|Win32.Build.0 = Debug|Win32
- {567F2240-BCAA-48BE-BAB8-4E812BD273D8}.Release|Win32.ActiveCfg = Release|Win32
- {567F2240-BCAA-48BE-BAB8-4E812BD273D8}.Release|Win32.Build.0 = Release|Win32
- {D086AEFC-5004-4D97-B68B-F884F7C75436}.Debug|Win32.ActiveCfg = Debug|Win32
- {D086AEFC-5004-4D97-B68B-F884F7C75436}.Debug|Win32.Build.0 = Debug|Win32
- {D086AEFC-5004-4D97-B68B-F884F7C75436}.Release|Win32.ActiveCfg = Release|Win32
- {D086AEFC-5004-4D97-B68B-F884F7C75436}.Release|Win32.Build.0 = Release|Win32
- {3CA2F53C-7566-40B0-B945-711788EDCD8C}.Debug|Win32.ActiveCfg = Debug|Win32
- {3CA2F53C-7566-40B0-B945-711788EDCD8C}.Debug|Win32.Build.0 = Debug|Win32
- {3CA2F53C-7566-40B0-B945-711788EDCD8C}.Release|Win32.ActiveCfg = Release|Win32
- {3CA2F53C-7566-40B0-B945-711788EDCD8C}.Release|Win32.Build.0 = Release|Win32
- {543CE235-637F-4302-BCD4-02C08A4277D9}.Debug|Win32.ActiveCfg = Debug|Win32
- {543CE235-637F-4302-BCD4-02C08A4277D9}.Debug|Win32.Build.0 = Debug|Win32
- {543CE235-637F-4302-BCD4-02C08A4277D9}.Release|Win32.ActiveCfg = Release|Win32
- {543CE235-637F-4302-BCD4-02C08A4277D9}.Release|Win32.Build.0 = Release|Win32
- {762CF0FE-FDDC-46CC-ABBC-36A08B81920D}.Debug|Win32.ActiveCfg = Debug|Win32
- {762CF0FE-FDDC-46CC-ABBC-36A08B81920D}.Release|Win32.ActiveCfg = Release|Win32
- {50B1F35B-91C8-478F-8BA0-F409BA1BA69B}.Debug|Win32.ActiveCfg = Debug|Win32
- {50B1F35B-91C8-478F-8BA0-F409BA1BA69B}.Release|Win32.ActiveCfg = Release|Win32
- {120C599E-9399-4D80-836A-2980B214CBA0}.Debug|Win32.ActiveCfg = Debug|Win32
- {120C599E-9399-4D80-836A-2980B214CBA0}.Debug|Win32.Build.0 = Debug|Win32
- {120C599E-9399-4D80-836A-2980B214CBA0}.Release|Win32.ActiveCfg = Release|Win32
- {120C599E-9399-4D80-836A-2980B214CBA0}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/generate/msvc9/AcpiDump.vcproj b/generate/msvc9/AcpiDump.vcproj
deleted file mode 100755
index d144ce90c..000000000
--- a/generate/msvc9/AcpiDump.vcproj
+++ /dev/null
@@ -1,379 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiDump"
- ProjectGUID="{120C599E-9399-4D80-836A-2980B214CBA0}"
- RootNamespace="AcpiDump"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiDumpDebug"
- IntermediateDirectory=".\AcpiDumpDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/AcpiDumpDebug/AcpiDump.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\source\include"
- PreprocessorDefinitions="ACPI_DUMP_APP;_DEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiDumpDebug\AcpiDump.pch"
- AssemblerListingLocation=".\AcpiDumpDebug\"
- ObjectFile=".\AcpiDumpDebug\"
- ProgramDataBaseFileName=".\AcpiDumpDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/out:&quot;.\AcpiDumpDebug\AcpiDump.exe&quot;"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile=".\AcpiDumpDebug/AcpiDump.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AcpiDumpDebug\AcpiDump.pdb"
- GenerateMapFile="true"
- MapFileName=".\AcpiDumpDebug\AcpiDump.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiDumpDebug.exe to Libraries (DEBUG)"
- CommandLine="copy .\AcpiDumpdebug\AcpiDump.exe ..\..\libraries\AcpiDumpDebug.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiDump"
- IntermediateDirectory=".\AcpiDump"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/AcpiDump/AcpiDump.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="2"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\source\include"
- PreprocessorDefinitions="ACPI_DUMP_APP;NDEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiDump\AcpiDump.pch"
- AssemblerListingLocation=".\AcpiDump\"
- ObjectFile=".\AcpiDump\"
- ProgramDataBaseFileName=".\AcpiDump\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile=".\AcpiDump\AcpiDump.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="advapi32.lib"
- ProgramDatabaseFile=".\AcpiDump\AcpiDump.pdb"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiDump.exe to Libraries"
- CommandLine="copy .\AcpiDump\AcpiDump.exe ..\..\libraries\AcpiDump.exe&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="AcpiDump Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\tools\acpidump\acpidump.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Common"
- >
- <File
- RelativePath="..\..\source\common\cmfsize.c"
- >
- </File>
- <File
- RelativePath="..\..\source\Common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswintbl.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrsuppt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrtoul64.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Tables"
- >
- <File
- RelativePath="..\..\source\components\tables\tbprint.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfroot.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="AcpiDump Source"
- >
- <File
- RelativePath="..\..\source\tools\acpidump\apdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpidump\apfiles.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpidump\apmain.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AcpiExec.vcproj b/generate/msvc9/AcpiExec.vcproj
deleted file mode 100755
index 82ec867c5..000000000
--- a/generate/msvc9/AcpiExec.vcproj
+++ /dev/null
@@ -1,1302 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiExec"
- ProjectGUID="{2BF237AC-652F-4EC6-9BE6-5E0BB11F4B14}"
- RootNamespace="AcpiExec"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiExecDebug"
- IntermediateDirectory=".\AcpiExecDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiExecDebug/AcpiExec.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- FavorSizeOrSpeed="2"
- OmitFramePointers="false"
- AdditionalIncludeDirectories="..\..\source\include;..\..\source\tools\acpiexec"
- PreprocessorDefinitions="ACPI_EXEC_APP;ACPI_DISASSEMBLER;ACPI_DEBUGGER;_DEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiExecDebug\AcpiExec.pch"
- AssemblerListingLocation=".\AcpiExecDebug\"
- ObjectFile=".\AcpiExecDebug\"
- ProgramDataBaseFileName=".\AcpiExecDebug\"
- BrowseInformation="1"
- BrowseInformationFile="$(IntDir)\"
- WarningLevel="4"
- SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/out:&quot;.\AcpiExecDebug\AcpiExec.exe&quot;"
- AdditionalDependencies="setargv.obj"
- OutputFile=".\AcpiExecDebug\AcpiExec.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcmt.lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AcpiExecDebug\AcpiExec.pdb"
- GenerateMapFile="true"
- MapFileName=".\AcpiExecDebug\AcpiExec.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\AcpiExec.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiExecDebug.exe to Libraries (DEBUG)"
- CommandLine="copy acpiexecdebug\acpiexec.exe ..\..\libraries\AcpiExecDebug.exe&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiExec"
- IntermediateDirectory=".\AcpiExec"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiExec/AcpiExec.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\source\include;..\..\source\tools\acpiexec"
- PreprocessorDefinitions="ACPI_EXEC_APP;ACPI_DISASSEMBLER;ACPI_DEBUGGER 1;NDEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiExec\AcpiExec.pch"
- AssemblerListingLocation=".\AcpiExec\"
- ObjectFile=".\AcpiExec\"
- ProgramDataBaseFileName=".\AcpiExec\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="setargv.obj"
- OutputFile=".\AcpiExec/AcpiExec.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=".\AcpiExec\AcpiExec.pdb"
- GenerateMapFile="true"
- MapFileName=".\AcpiExec\AcpiExec.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\AcpiExec.bsc"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiExec.exe to Libraries"
- CommandLine="copy acpiexec\acpiexec.exe ..\..\libraries\AcpiExec.exe&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Utilities"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\utilities\utaddress.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcache.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcopy.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdelete.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uterror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uteval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utlock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utosi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utownerid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utresdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utresrc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrsuppt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrtoul64.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uttrack.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utuuid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxfinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxfmutex.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Namespace"
- >
- <File
- RelativePath="..\..\source\components\namespace\nsaccess.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsarguments.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsconvert.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\NAMESPACE\nsdumpdv.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nseval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\NAMESPACE\nsparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nspredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsprepkg.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsrepair.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsrepair2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nssearch.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\NAMESPACE\nsxfeval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfname.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfobj.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Hardware"
- >
- <File
- RelativePath="..\..\source\components\hardware\hwacpi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwesleep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwgpe.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwpci.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwregs.c"
- >
- </File>
- <File
- RelativePath="..\..\Source\components\hardware\hwsleep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwtimer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwvalid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwxfsleep.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Events"
- >
- <File
- RelativePath="..\..\source\components\events\evevent.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evglock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\EVENTS\evgpe.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\EVENTS\evgpeblk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evgpeinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evgpeutil.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evhandler.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evrgnini.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evsci.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxfevnt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxfgpe.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxfregn.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Debugger"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbcmds.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbconvert.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbdisply.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbexec.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbfileio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbhistry.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbinput.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbmethod.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbstats.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbtest.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbxface.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Tables"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\tables\tbdata.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfadt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfind.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbinstal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbprint.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfroot.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Common"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\common\acfileio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahuuids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\cmfsize.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\osgendbg.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswindir.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Resources"
- >
- <File
- RelativePath="..\..\source\components\resources\rsaddr.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rscalc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rscreate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsdumpinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsirq.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rslist.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsmemory.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsserial.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsxface.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Disassembler"
- >
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmcstyle.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmdeferred.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmresrc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmresrcl.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmresrcl2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmresrcs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmwalk.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Interpreter"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\executer\exconcat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exconfig.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exconvrt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\excreate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exfldio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg3.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg6.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exprep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresnte.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresolv.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exserial.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstore.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstoren.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstorob.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exsystem.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\extrace.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exutils.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Parser"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\parser\psargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psloop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pstree.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psxface.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Dispatcher"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\dispatcher\dsargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dscontrol.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsmethod.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsmthdat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dspkginit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswexec.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswstate.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Acpica Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\include\acapps.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acbuffer.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\accommon.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acconfig.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acdebug.h"
- >
- </File>
- <File
- RelativePath="..\..\source\INCLUDE\acdisasm.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acdispat.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acenv.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acevents.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acexcep.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acglobal.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\achware.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acinterp.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\aclocal.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acmacros.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acmsvc.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acnames.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acnamesp.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acobject.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acopcode.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acoutput.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acparser.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acpi.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acpiosxf.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acpixf.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acpredef.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acresrc.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acrestyp.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acstruct.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actables.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actbl.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actbl1.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actbl2.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\actbl3.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actypes.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acutils.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acwin.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\amlcode.h"
- >
- </File>
- <File
- RelativePath="..\..\source\INCLUDE\amlresrc.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiExec Headers"
- >
- <File
- RelativePath="..\..\source\Tools\AcpiExec\aecommon.h"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpiexec\aetables.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiExec Source"
- >
- <File
- RelativePath="..\..\source\tools\acpiexec\aeexception.c"
- >
- </File>
- <File
- RelativePath="..\..\source\Tools\AcpiExec\aeexec.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpiexec\aehandlers.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpiexec\aeinitfile.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpiexec\aeinstall.c"
- >
- </File>
- <File
- RelativePath="..\..\source\Tools\AcpiExec\aemain.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpiexec\aeregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpiexec\aetables.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpiexec\aetests.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AcpiHelp.vcproj b/generate/msvc9/AcpiHelp.vcproj
deleted file mode 100755
index 05db023e9..000000000
--- a/generate/msvc9/AcpiHelp.vcproj
+++ /dev/null
@@ -1,367 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiHelp"
- ProjectGUID="{543CE235-637F-4302-BCD4-02C08A4277D9}"
- RootNamespace="AcpiHelp"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiHelpDebug"
- IntermediateDirectory=".\AcpiHelpDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiHelpDebug/AcpiHelp.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- InlineFunctionExpansion="0"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_HELP_APP;_DEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiHelpDebug\AcpiHelp.pch"
- AssemblerListingLocation=".\AcpiHelpDebug\"
- ObjectFile=".\AcpiHelpDebug\"
- ProgramDataBaseFileName=".\AcpiHelpDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- Description="Checking existence of acpi/components/libraries directory"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/out:&quot;.\AcpiHelpDebug\AcpiHelp.exe&quot;"
- OutputFile=".\AcpiHelpDebug\AcpiHelp.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AcpiHelpDebug\AcpiHelp.pdb"
- GenerateMapFile="true"
- MapFileName=".\AcpiHelpDebug\AcpiHelp.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiHelpDebug.exe to Libraries (DEBUG)"
- CommandLine="copy AcpiHelpdebug\AcpiHelp.exe ..\..\libraries\AcpiHelpDebug.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiHelp"
- IntermediateDirectory=".\AcpiHelp"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiHelp/AcpiHelp.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_HELP_APP;NDEBUG;WIN32;_CONSOLE;"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiHelp\AcpiHelp.pch"
- AssemblerListingLocation=".\AcpiHelp\"
- ObjectFile=".\AcpiHelp\"
- ProgramDataBaseFileName=".\AcpiHelp\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- Description="Checking existence of acpi/libraries directory"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile=".\AcpiHelp\AcpiHelp.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=".\AcpiHelp\AcpiHelp.pdb"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiHelp.exe to Libraries"
- CommandLine="copy AcpiHelp\AcpiHelp.exe ..\..\libraries\AcpiHelp.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Common"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\common\ahids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahtable.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahuuids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utuuid.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="AcpiHelp Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\tools\acpihelp\acpihelp.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Acpica Headers"
- >
- <File
- RelativePath="..\..\source\include\acuuid.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiHelp Source"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\tools\acpihelp\ahaml.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpihelp\ahamlops.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpihelp\ahasl.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpihelp\ahaslkey.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpihelp\ahaslops.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpihelp\ahdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpihelp\ahgrammar.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpihelp\ahmain.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AcpiNames.vcproj b/generate/msvc9/AcpiNames.vcproj
deleted file mode 100755
index 0c9d2af73..000000000
--- a/generate/msvc9/AcpiNames.vcproj
+++ /dev/null
@@ -1,650 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiNames"
- ProjectGUID="{3CA2F53C-7566-40B0-B945-711788EDCD8C}"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiNamesDebug"
- IntermediateDirectory=".\AcpiNamesDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiNamesDebug/AcpiNames.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_NAMES_APP;_DEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- MinimalRebuild="false"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiNamesDebug\AcpiNames.pch"
- AssemblerListingLocation=".\AcpiNamesDebug\"
- ObjectFile=".\AcpiNamesDebug\"
- ProgramDataBaseFileName=".\AcpiNamesDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="setargv.obj"
- OutputFile=".\AcpiNamesDebug\AcpiNames.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AcpiNamesDebug\AcpiNames.pdb"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiNamesDebug.exe to Libraries (DEBUG)"
- CommandLine="copy AcpiNamesdebug\AcpiNames.exe ..\..\libraries\AcpiNamesDebug.exe"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiNames"
- IntermediateDirectory=".\AcpiNames"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiNames/AcpiNames.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_NAMES_APP;NDEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiNames\AcpiNames.pch"
- AssemblerListingLocation=".\AcpiNames\"
- ObjectFile=".\AcpiNames\"
- ProgramDataBaseFileName=".\AcpiNames\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="setargv.obj"
- OutputFile=".\AcpiNames\AcpiNames.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=".\AcpiNames\AcpiNames.pdb"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiNames.exe to Libraries"
- CommandLine="copy AcpiNames\AcpiNames.exe ..\..\libraries\AcpiNames.exe"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Common"
- >
- <File
- RelativePath="..\..\source\common\acfileio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\cmfsize.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\source\components\utilities\utaddress.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcache.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdelete.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uterror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uteval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utlock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utosi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utownerid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxfinit.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Tables"
- >
- <File
- RelativePath="..\..\source\components\tables\tbdata.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfadt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfind.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbinstal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbprint.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfroot.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Namespace"
- >
- <File
- RelativePath="..\..\source\components\namespace\nsaccess.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nssearch.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfeval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfname.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfobj.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Parser"
- >
- <File
- RelativePath="..\..\source\components\parser\psargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psloop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pstree.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psxface.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Debugger"
- >
- <File
- RelativePath="..\..\source\components\debugger\dbfileio.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Dispatcher"
- >
- <File
- RelativePath="..\..\source\components\dispatcher\dsfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsmthdat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dspkginit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswstate.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Interpreter"
- >
- <File
- RelativePath="..\..\source\components\executer\excreate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exprep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresnte.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresolv.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exsystem.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exutils.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="AcpiNames Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\tools\acpinames\acpinames.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiNames Source"
- >
- <File
- RelativePath="..\..\source\tools\AcpiNames\anmain.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\AcpiNames\anstubs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\AcpiNames\antables.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AcpiSrc.vcproj b/generate/msvc9/AcpiSrc.vcproj
deleted file mode 100755
index a3e0b022e..000000000
--- a/generate/msvc9/AcpiSrc.vcproj
+++ /dev/null
@@ -1,352 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiSrc"
- ProjectGUID="{1D8A249E-E979-4652-868A-4AE6C5359706}"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiSrcDebug"
- IntermediateDirectory=".\AcpiSrcDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiSrcDebug/AcpiSrc.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- InlineFunctionExpansion="0"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_SRC_APP;_DEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiSrcDebug\AcpiSrc.pch"
- AssemblerListingLocation=".\AcpiSrcDebug\"
- ObjectFile=".\AcpiSrcDebug\"
- ProgramDataBaseFileName=".\AcpiSrcDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- Description="Checking existence of acpi/components/libraries directory"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/out:&quot;.\AcpiSrcDebug\AcpiSrc.exe&quot;"
- OutputFile=".\AcpiSrcDebug\AcpiSrc.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AcpiSrcDebug\AcpiSrc.pdb"
- GenerateMapFile="true"
- MapFileName=".\AcpiSrcDebug\AcpiSrc.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiSrcDebug.exe to Libraries (DEBUG)"
- CommandLine="copy acpisrcdebug\acpisrc.exe ..\..\libraries\AcpiSrcDebug.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiSrc"
- IntermediateDirectory=".\AcpiSrc"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="/acpica/generate/msvc/AcpiSrc/AcpiSrc.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="2"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_SRC_APP;NDEBUG;WIN32;_CONSOLE"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiSrc\AcpiSrc.pch"
- AssemblerListingLocation=".\AcpiSrc\"
- ObjectFile=".\AcpiSrc\"
- ProgramDataBaseFileName=".\AcpiSrc\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- Description="Checking existence of acpi/libraries directory"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile=".\AcpiSrc\AcpiSrc.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=".\AcpiSrc\AcpiSrc.pdb"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiSrc.exe to Libraries"
- CommandLine="copy acpisrc\acpisrc.exe ..\..\libraries\AcpiSrc.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Common"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\common\cmfsize.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\SERVICE_LAYERS\oswindir.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="AcpiSrc Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\tools\AcpiSrc\acpisrc.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiSrc Source"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\TOOLS\acpisrc\ascase.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\AcpiSrc\asconvrt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\AcpiSrc\asfile.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\AcpiSrc\asmain.c"
- >
- </File>
- <File
- RelativePath="..\..\source\TOOLS\acpisrc\asremove.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpisrc\astable.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\AcpiSrc\asutils.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AcpiSubsystem.vcproj b/generate/msvc9/AcpiSubsystem.vcproj
deleted file mode 100755
index 6b2cfd3e1..000000000
--- a/generate/msvc9/AcpiSubsystem.vcproj
+++ /dev/null
@@ -1,1235 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiSubsystem"
- ProjectGUID="{2B403FFB-5AFB-48D8-8C13-F8E65CEC5BB6}"
- RootNamespace="AcpiSubsystem"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiSubsystemDebug"
- IntermediateDirectory=".\AcpiSubsystemDebug"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="1"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_LIBRARY;_DEBUG;_WINDOWS;PROCESSOR_ARCHITECTURE=x86;WIN32"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiSubsystemDebug\AcpiSubsystem.pch"
- AssemblerListingLocation=".\AcpiSubsystemDebug\"
- ObjectFile=".\AcpiSubsystemDebug\"
- ProgramDataBaseFileName=".\AcpiSubsystemDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLibrarianTool"
- UseUnicodeResponseFiles="false"
- OutputFile=".\AcpiSubsystemDebug\AcpiSubsystem.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy ACPICA library to Libraries (DEBUG)"
- CommandLine="copy AcpiSubsystemDebug\acpisubsystem.lib ..\..\libraries\Acpica_dbg.lib&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiSubsystem"
- IntermediateDirectory=".\AcpiSubsystem"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="1"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_LIBRARY;NDEBUG;_GEN;DRIVER;_WINDOWS;PROCESSOR_ARCHITECTURE=x86;WIN32"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiSubsystem\AcpiSubsystem.pch"
- AssemblerListingLocation=".\AcpiSubsystem\"
- ObjectFile=".\AcpiSubsystem\"
- ProgramDataBaseFileName=".\AcpiSubsystem\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLibrarianTool"
- UseUnicodeResponseFiles="false"
- OutputFile=".\AcpiSubsystem\AcpiSubsystem.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy ACPICA library to libraries"
- CommandLine="copy AcpiSubsystem\acpisubsystem.lib ..\..\libraries\Acpica.lib&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Utilities"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\utilities\utaddress.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcache.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utclib.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcopy.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdelete.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uterror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uteval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utlock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utosi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utownerid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utprint.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utresdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utresrc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrtoul64.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uttrack.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utuuid.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxfinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxfmutex.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Events"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\events\evevent.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evglock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\EVENTS\evgpe.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\EVENTS\evgpeblk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evgpeinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evgpeutil.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evhandler.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evrgnini.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evsci.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxfevnt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxfgpe.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxfregn.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Hardware"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\hardware\hwacpi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwesleep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwgpe.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwpci.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwregs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwsleep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwtimer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwvalid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\hardware\hwxfsleep.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Namespace"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\namespace\nsaccess.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsarguments.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsconvert.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nseval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\NAMESPACE\nsparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nspredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsprepkg.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsrepair.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsrepair2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nssearch.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\NAMESPACE\nsxfeval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfname.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfobj.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Resources"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\resources\rsaddr.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rscalc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rscreate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsdumpinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsirq.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rslist.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsmemory.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsserial.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\resources\rsxface.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Tables"
- >
- <File
- RelativePath="..\..\source\components\tables\tbdata.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfadt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfind.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbinstal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbprint.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfroot.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Disassembler"
- >
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmcstyle.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmdeferred.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmresrc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmresrcl.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmresrcl2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmresrcs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmwalk.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Debugger"
- >
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbcmds.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbconvert.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbdisply.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbexec.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbfileio.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbhistry.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbinput.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbmethod.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbstats.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\debugger\dbtest.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbxface.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Interpreter"
- Filter="*.c"
- >
- <File
- RelativePath="..\..\source\components\executer\exconcat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exconfig.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exconvrt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\excreate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exfldio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg3.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg6.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exprep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresnte.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresolv.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exserial.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstore.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstoren.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstorob.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exsystem.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\extrace.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exutils.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Dispatcher"
- Filter="*.c"
- >
- <File
- RelativePath="..\..\source\components\dispatcher\dsargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dscontrol.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsmethod.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsmthdat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dspkginit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswexec.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswstate.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Parser"
- Filter="*.c"
- >
- <File
- RelativePath="..\..\source\components\parser\psargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psloop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pstree.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psxface.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Acpica Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\include\acbuffer.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\accommon.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acconfig.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acdebug.h"
- >
- </File>
- <File
- RelativePath="..\..\source\INCLUDE\acdisasm.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acdispat.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acefi.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acenv.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acevents.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acexcep.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acfreebsd.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acgcc.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acglobal.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\achware.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acinterp.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\aclinux.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\aclocal.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acmacros.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acmsvc.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acnames.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acnamesp.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acobject.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acopcode.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acoutput.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acparser.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acpi.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acpiosxf.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acpixf.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acpredef.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acresrc.h"
- >
- </File>
- <File
- RelativePath="..\..\source\include\acstruct.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actables.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actbl.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actbl1.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actbl2.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\actypes.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\acutils.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\platform\acwin.h"
- >
- </File>
- <File
- RelativePath="..\..\source\Include\amlcode.h"
- >
- </File>
- <File
- RelativePath="..\..\source\INCLUDE\amlresrc.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AcpiXtract.vcproj b/generate/msvc9/AcpiXtract.vcproj
deleted file mode 100755
index bdec0f872..000000000
--- a/generate/msvc9/AcpiXtract.vcproj
+++ /dev/null
@@ -1,321 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="AcpiXtract"
- ProjectGUID="{73AD69D3-8C47-4A04-9607-DBC0D6D6F591}"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AcpiXtract"
- IntermediateDirectory=".\AcpiXtract"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/AcpiXtract/AcpiXtract.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="2"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_XTRACT_APP;WIN32;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiXtract\AcpiXtract.pch"
- AssemblerListingLocation=".\AcpiXtract\"
- ObjectFile=".\AcpiXtract\"
- ProgramDataBaseFileName=".\AcpiXtract\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="0"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile=".\AcpiXtract\AcpiXtract.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=".\AcpiXtract\AcpiXtract.pdb"
- GenerateMapFile="false"
- MapFileName=".\AcpiXtract\AcpiXtract.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiXtract.exe to Libraries"
- CommandLine="copy AcpiXtract\AcpiXtract.exe ..\..\libraries\AcpiXtract.exe"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AcpiXtractDebug"
- IntermediateDirectory=".\AcpiXtractDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/AcpiXtractDebug/AcpiXtract.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="ACPI_XTRACT_APP;WIN32;_CRT_SECURE_NO_WARNINGS"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AcpiXtractDebug\AcpiXtract.pch"
- AssemblerListingLocation=".\AcpiXtractDebug\"
- ObjectFile=".\AcpiXtractDebug\"
- ProgramDataBaseFileName=".\AcpiXtractDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="0"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile=".\AcpiXtractDebug\AcpiXtract.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AcpiXtractDebug\AcpiXtract.pdb"
- GenerateMapFile="true"
- MapFileName=".\AcpiXtractDebug\AcpiXtract.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy AcpiXtractDebug.exe to Libraries (DEBUG)"
- CommandLine="copy AcpiXtractDebug\AcpiXtract.exe ..\..\libraries\AcpiXtractDebug.exe"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Common"
- >
- <File
- RelativePath="..\..\source\common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="AcpiXtract Headers"
- >
- <File
- RelativePath="..\..\source\tools\acpixtract\acpixtract.h"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiXtract Source"
- >
- <File
- RelativePath="..\..\source\tools\AcpiXtract\acpixtract.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpixtract\axmain.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\acpixtract\axutils.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/AslCompiler.vcproj b/generate/msvc9/AslCompiler.vcproj
deleted file mode 100755
index 9e6a30eea..000000000
--- a/generate/msvc9/AslCompiler.vcproj
+++ /dev/null
@@ -1,1678 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="iASL Compiler"
- ProjectGUID="{567F2240-BCAA-48BE-BAB8-4E812BD273D8}"
- RootNamespace="AslCompiler"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\AslCompiler"
- IntermediateDirectory=".\AslCompiler"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="\acpica/generate/msvc/AslCompiler/AslCompiler.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="2"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- WholeProgramOptimization="true"
- AdditionalIncludeDirectories="$(OutDir)..\,..\..\source\Include,$(OutDir),..\..\source\compiler"
- PreprocessorDefinitions="ACPI_ASL_COMPILER;ACPI_DISASSEMBLER;NDEBUG;WIN32;_WINDOWS;YY_NEVER_INTERACTIVE"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AslCompiler\AslCompiler.pch"
- AssemblerListingLocation=".\AslCompiler\"
- ObjectFile=".\AslCompiler\"
- ProgramDataBaseFileName=".\AslCompiler\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/LTCG"
- AdditionalDependencies="odbc32.lib odbccp32.lib setargv.obj"
- OutputFile=".\AslCompiler\AslCompiler.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- ProgramDatabaseFile=".\AslCompiler\AslCompiler.pdb"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy iasl.exe to Libraries"
- CommandLine="copy AslCompiler\aslcompiler.exe ..\..\libraries\iasl.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\AslCompilerDebug"
- IntermediateDirectory=".\AslCompilerDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="true"
- SuppressStartupBanner="true"
- TargetEnvironment="1"
- TypeLibraryName="\acpica/generate/msvc/AslCompilerDebug/AslCompiler.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="$(OutDir)..\,..\..\source\Include,$(OutDir),..\..\source\compiler"
- PreprocessorDefinitions="ACPI_ASL_COMPILER;ACPI_DISASSEMBLER;_DEBUG;WIN32;_WINDOWS;YY_NEVER_INTERACTIVE"
- StringPooling="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="0"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\AslCompilerDebug\AslCompiler.pch"
- AssemblerListingLocation=".\AslCompilerDebug\"
- ObjectFile=".\AslCompilerDebug\"
- ProgramDataBaseFileName=".\AslCompilerDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib setargv.obj"
- OutputFile=".\AslCompilerDebug\AslCompiler.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="libcmt.lib"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\AslCompilerDebug\AslCompiler.pdb"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy iaslDebug.exe to Libraries (DEBUG)"
- CommandLine="copy AslCompilerDebug\aslcompiler.exe ..\..\libraries\iaslDebug.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Utilities"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\utilities\utaddress.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcache.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcopy.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdelete.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uterror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utlock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utownerid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utresdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utresrc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrsuppt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrtoul64.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utuuid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Namespace"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\components\namespace\nsaccess.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\NAMESPACE\nsparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nssearch.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\NAMESPACE\nsxfobj.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Disassembler"
- >
- <File
- RelativePath="..\..\source\COMPONENTS\disassembler\dmbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmcstyle.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmdeferred.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\disassembler\dmnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\disassembler\dmopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\disassembler\dmresrc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\disassembler\dmresrcl.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\disassembler\dmresrcl2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\disassembler\dmresrcs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\Disassembler\dmutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\disassembler\dmwalk.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Tables"
- >
- <File
- RelativePath="..\..\source\components\tables\tbdata.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfadt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\tables\tbinstal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbprint.c"
- >
- </File>
- <File
- RelativePath="..\..\source\COMPONENTS\tables\tbutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfload.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Interpreter"
- >
- <File
- RelativePath="..\..\source\components\executer\exconcat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exconvrt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\excreate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg3.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg6.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exprep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresnte.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresolv.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstore.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstoren.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstorob.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exsystem.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exutils.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Parser"
- >
- <File
- RelativePath="..\..\source\components\parser\psargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psloop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pstree.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pswalk.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Dispatcher"
- >
- <File
- RelativePath="..\..\source\components\dispatcher\dsargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dscontrol.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dspkginit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswexec.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswstate.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Common"
- Filter=".c"
- >
- <File
- RelativePath="..\..\source\common\acfileio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\adfile.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\adisasm.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\adwalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahtable.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\ahuuids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\cmfsize.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmextern.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmrestag.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmswitch.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtable.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtables.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbdump1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbdump2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbdump3.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbinfo1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbinfo2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\dmtbinfo3.c"
- >
- </File>
- <File
- RelativePath="..\..\source\common\getopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswindir.c"
- >
- </File>
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Debugger"
- >
- <File
- RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbfileio.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Compiler Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\compiler\aslcompiler.h"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asldefine.h"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslglobal.h"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmessages.h"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asltypes.h"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtcompiler.h"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dttemplate.h"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\preprocess.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Compiler Source"
- >
- <File
- RelativePath="..\..\source\compiler\aslallocate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslanalyze.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslbtypes.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslcache.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslcodegen.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslcompile.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asldebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslerror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslexternal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslfileio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslfiles.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslfold.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslhelp.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslhex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asllength.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asllisting.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asllistsup.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asllookup.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmain.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmap.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmapenter.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmapoutput.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmaputils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmessages.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslmethod.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslnamesp.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asloffset.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslopcodes.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asloperands.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslopt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asloptions.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslparseop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslpld.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslprepkg.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslprintf.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslprune.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslresource.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype1i.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype2d.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype2e.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype2q.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype2s.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrestype2w.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslstartup.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslstubs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asltransform.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asltree.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asluuid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslwalks.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslxref.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslxrefout.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\cvcompiler.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\cvdisasm.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\cvparser.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Compiler Lexers"
- >
- <File
- RelativePath="..\..\source\compiler\aslcompiler.l"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Flex - Main compiler lexer generation ($(InputPath))"
- CommandLine="c:\GnuWin32\bin\flex.exe -PAslCompiler -i -s -oAslCompiler\$(InputName).l.c $(InputPath)&#x0D;&#x0A;"
- AdditionalDependencies="$(InputDir)aslsupport.l"
- Outputs="AslCompiler\$(InputName).l.c"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Flex - Main compiler lexer generation ($(InputPath)) DEBUG"
- CommandLine="c:\GnuWin32\bin\flex.exe -PAslCompiler -i -s -oAslCompilerDebug\AslCompilerDebug.l.c $(InputPath)&#x0D;&#x0A;"
- AdditionalDependencies="$(InputDir)aslsupport.l"
- Outputs="AslCompilerDebug\AslCompilerDebug.l.c "
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\compiler\aslsupport.l"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtparser.l"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Flex - Table compiler lexer generation ($(InputPath))"
- CommandLine="c:\GnuWin32\bin\flex.exe -PDtParser -i -s -oAslCompiler\$(InputName).l.c $(InputPath)&#x0D;&#x0A;"
- Outputs="AslCompiler\$(InputName).l.c "
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Flex - Table compiler lexer generation ($(InputPath)) DEBUG"
- CommandLine="c:\GnuWin32\bin\flex.exe -PDtParser -i -s -oAslCompilerDebug\DtParserDebug.l.c $(InputPath)&#x0D;&#x0A;"
- Outputs="AslCompilerDebug\DtParserDebug.l.c "
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\compiler\prparser.l"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Flex - Preprocessor lexer generation ($(InputPath))"
- CommandLine="c:\GnuWin32\bin\flex.exe -PPrParser -i -s -oAslCompiler\$(InputName).l.c $(InputPath)&#x0D;&#x0A;"
- Outputs="AslCompiler\$(InputName).l.c "
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Flex - Preprocessor lexer generation ($(InputPath)) DEBUG"
- CommandLine="c:\GnuWin32\bin\flex.exe -PPrParser -i -s -oAslCompilerDebug\PrParserDebug.l.c $(InputPath)&#x0D;&#x0A;"
- Outputs="AslCompilerDebug\PrParserDebug.l.c "
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Compiler Parsers"
- >
- <File
- RelativePath="..\..\source\compiler\aslcstyle.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslhelpers.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslkeywords.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslparser.y"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="M4 Macro Preprocessor ($(InputPath)) $(InputDir)"
- CommandLine="c:\GnuWin32\bin\m4 -P -I../../source/compiler ../../source/compiler/$(InputName).y &gt; ./AslCompiler/AslCompiler.y&#x0D;&#x0A;"
- AdditionalDependencies="$(InputDir)aslrules.y;$(InputDir)aslsupport.y;$(InputDir)asltokens.y;$(InputDir)asltypes.y;$(InputDir)aslcstyle.y;$(InputDir)aslcstructs.y;$(InputDir)aslresources.y;$(InputDir)aslprimaries.y;$(InputDir)aslkeywords.y;$(InputDir)aslhelpers.y"
- Outputs=" ./AslCompiler/AslCompiler.y"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="M4 Macro Preprocessor ($(InputPath)) &gt; AslCompilerDebug/AslCompilerDebug.y"
- CommandLine="c:\GnuWin32\bin\m4 -P -I../../source/compiler $(InputPath) &gt; ./AslCompilerDebug/AslCompilerDebug.y&#x0D;&#x0A;"
- AdditionalDependencies="$(InputDir)aslrules.y;$(InputDir)aslsupport.y;$(InputDir)asltokens.y;$(InputDir)asltypes.y;$(InputDir)aslcstyle.y;$(InputDir)aslcstructs.y;$(InputDir)aslresources.y;$(InputDir)aslprimaries.y;$(InputDir)aslkeywords.y;$(InputDir)aslhelpers.y"
- Outputs=" ./AslCompilerDebug/AslCompilerDebug.y"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\compiler\aslprimaries.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslresources.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslrules.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\aslsupport.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asltokens.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\asltypes.y"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtparser.y"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Table compiler parser generation ($(InputPath))"
- CommandLine="c:\GnuWin32\bin\bison -pDtParser -t -d -v --warnings=yacc -oAslCompiler/$(InputName).y.c ../../source/compiler/dtparser.y&#x0D;&#x0A;"
- Outputs="AslCompiler\$(InputName).y.c;AslCompiler\$(InputName).y.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Table compiler parser generation ($(InputPath)) DEBUG"
- CommandLine="c:\GnuWin32\bin\bison -pDtParser -t -d -v --warnings=yacc -oAslCompilerDebug/DtParserDebug.y.c ../../source/compiler/dtparser.y&#x0D;&#x0A;copy /Y AslCompilerDebug\DtParserDebug.y.h AslCompilerDebug\DtParser.y.h&#x0D;&#x0A;"
- Outputs="AslCompilerDebug\DtParserDebug.y.c;AslCompilerDebug\DtParserDebug.y.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\source\compiler\prparser.y"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Preprocessor parser generation ($(InputPath))"
- CommandLine="c:\GnuWin32\bin\bison -pPrParser -t -d -v --warnings=yacc -oAslCompiler/$(InputName).y.c ../../source/compiler/prparser.y&#x0D;&#x0A;"
- Outputs="AslCompiler\$(InputName).y.c;AslCompiler\$(InputName).y.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Preprocessor parser generation ($(InputPath)) DEBUG"
- CommandLine="c:\GnuWin32\bin\bison -pPrParser -t -d -v --warnings=yacc -oAslCompilerDebug/PrParserDebug.y.c ../../source/compiler/prparser.y&#x0D;&#x0A;copy /Y AslCompilerDebug\PrParserDebug.y.h AslCompilerDebug\PrParser.y.h&#x0D;&#x0A;"
- Outputs="AslCompilerDebug\PrParserDebug.y.c;AslCompilerDebug\PrParserDebug.y.h"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Intermediate Temp Output"
- Filter="*.c, *.h"
- >
- <File
- RelativePath="AslCompiler\AslCompiler.l.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompiler\AslCompiler.y"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Main compiler parser generation ($(InputPath))"
- CommandLine="c:\GnuWin32\bin\bison -pAslCompiler -t -d -v --warnings=yacc -oAslCompiler/$(InputName).y.c ./AslCompiler/aslcompiler.y&#x0D;&#x0A;"
- AdditionalDependencies="$(InputDir)aslcstructs.y;$(InputDir)aslcstyle.y;$(InputDir)aslhelpers.y;$(InputDir)aslkeywords.y;$(InputDir)aslparser.y;$(InputDir)aslprimaries.y;$(InputDir)aslrules.y;$(InputDir)aslsupport.y;$(InputDir)asltokens.y;$(InputDir)asltypes.y;$(InputDir)aslresources.y"
- Outputs="./AslCompiler/$(InputName).y.c;./AslCompiler/$(InputName).y.h"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Main compiler parser generation ($(InputPath))"
- CommandLine=""
- Outputs=""
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="AslCompiler\AslCompiler.y.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- WarningLevel="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompiler\AslCompiler.y.output"
- >
- </File>
- <File
- RelativePath="AslCompilerDebug\AslCompilerDebug.l.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompilerDebug\AslCompilerDebug.y"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Main compiler parser generation ($(InputPath))"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Bison - Main compiler parser generation ($(InputPath)) DEBUG"
- CommandLine="c:\GnuWin32\bin\bison -pAslCompiler -t -d -v --warnings=yacc -oAslCompilerDebug/AslCompilerDebug.y.c AslCompilerDebug/AslCompilerDebug.y&#x0D;&#x0A;copy /Y AslCompilerDebug\AslCompilerDebug.y.h AslCompilerDebug\AslCompiler.y.h&#x0D;&#x0A;"
- AdditionalDependencies="$(InputDir)aslcstructs.y;$(InputDir)aslcstyle.y;$(InputDir)aslhelpers.y;$(InputDir)aslkeywords.y;$(InputDir)aslparser.y;$(InputDir)aslprimaries.y;$(InputDir)aslrules.y;$(InputDir)aslsupport.y;$(InputDir)asltokens.y;$(InputDir)asltypes.y;$(InputDir)aslresources.y"
- Outputs="AslCompilerDebug\AslCompilerDebug.y.c;AslCompilerDebug\AslCompilerDebug.y.h"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="AslCompilerDebug\AslCompilerDebug.y.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- WarningLevel="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompiler\dtparser.l.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompiler\dtparser.y.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompilerDebug\DtParserDebug.l.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompilerDebug\DtParserDebug.y.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompiler\prparser.l.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompiler\prparser.y.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompilerDebug\PrParserDebug.l.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\AslCompilerDebug\PrParserDebug.y.c"
- >
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
- WarningLevel="3"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Preprocessor Source"
- >
- <File
- RelativePath="..\..\source\compiler\prexpress.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\prmacros.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\prscan.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\prutils.c"
- >
- </File>
- </Filter>
- <Filter
- Name="TableCompiler Source"
- >
- <File
- RelativePath="..\..\source\compiler\dtcompile.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtexpress.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtsubtable.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dttable.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dttable1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dttable2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dttemplate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\compiler\dtutils.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/Examples.vcproj b/generate/msvc9/Examples.vcproj
deleted file mode 100755
index 45fa716a5..000000000
--- a/generate/msvc9/Examples.vcproj
+++ /dev/null
@@ -1,810 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="Acpica Examples"
- ProjectGUID="{D086AEFC-5004-4D97-B68B-F884F7C75436}"
- RootNamespace="Acpica Examples"
- TargetFrameworkVersion="0"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\ExamplesDebug"
- IntermediateDirectory=".\ExamplesDebug"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/ExamplesDebug/Examples.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;ACPI_EXAMPLE_APP"
- StringPooling="true"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\ExamplesDebug\Examples.pch"
- AssemblerListingLocation=".\ExamplesDebug\"
- ObjectFile=".\ExamplesDebug\"
- ProgramDataBaseFileName=".\ExamplesDebug\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- DebugInformationFormat="3"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile=".\ExamplesDebug\Examples.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- GenerateDebugInformation="true"
- ProgramDatabaseFile=".\ExamplesDebug\Examples.pdb"
- GenerateMapFile="true"
- MapFileName=".\ExamplesDebug\Examples.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy ExamplesDebug.exe to Libraries (DEBUG)"
- CommandLine="copy examplesDebug\examples.exe ..\..\libraries\ExamplesDebug.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Examples"
- IntermediateDirectory=".\Examples"
- ConfigurationType="1"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName="\acpica/generate/msvc/Examples/Examples.tlb"
- HeaderFileName=""
- />
- <Tool
- Name="VCCLCompilerTool"
- UseUnicodeResponseFiles="false"
- Optimization="2"
- InlineFunctionExpansion="2"
- FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\source\Include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;ACPI_EXAMPLE_APP"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="true"
- PrecompiledHeaderFile=".\Examples\Examples.pch"
- AssemblerListingLocation=".\Examples\"
- ObjectFile=".\Examples\"
- ProgramDataBaseFileName=".\Examples\"
- BrowseInformation="1"
- WarningLevel="4"
- SuppressStartupBanner="true"
- CallingConvention="1"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib"
- OutputFile=".\Examples\Examples.exe"
- LinkIncremental="1"
- SuppressStartupBanner="true"
- IgnoreDefaultLibraryNames="LIBCMTD"
- ProgramDatabaseFile=".\Examples\Examples.pdb"
- GenerateMapFile="true"
- MapFileName=".\Examples\Examples.map"
- SubSystem="1"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- SuppressStartupBanner="true"
- OutputFile="$(IntDir)\"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- Description="Copy Examples.exe to Libraries"
- CommandLine="copy examples\examples.exe ..\..\libraries\Examples.exe&#x0D;&#x0A;&#x0D;&#x0A;"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Acpica Source"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
- >
- <Filter
- Name="Common"
- >
- <File
- RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableLanguageExtensions="false"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Utilities"
- >
- <File
- RelativePath="..\..\source\components\utilities\utaddress.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utascii.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utbuffer.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcache.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utcopy.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdecode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utdelete.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uterror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uteval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utexcep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utglobal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\uthex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utids.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utlock.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmath.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utnonansi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utosi.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utownerid.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utpredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utresrc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstring.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrsuppt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utstrtoul64.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxferror.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\utilities\utxfinit.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Tables"
- >
- <File
- RelativePath="..\..\source\components\tables\tbdata.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfadt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbfind.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbinstal.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbprint.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\tables\tbxfroot.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Namespace"
- >
- <File
- RelativePath="..\..\source\components\namespace\nsaccess.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsarguments.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsconvert.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nseval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nspredef.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsprepkg.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsrepair.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsrepair2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nssearch.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfeval.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfname.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\namespace\nsxfobj.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Parser"
- >
- <File
- RelativePath="..\..\source\components\parser\psargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psloop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psopinfo.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psparse.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pstree.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\pswalk.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\parser\psxface.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Interpreter"
- >
- <File
- RelativePath="..\..\source\components\executer\exconcat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exconfig.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exconvrt.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\excreate.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exdump.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exfldio.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exmutex.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exnames.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg1.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg3.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exoparg6.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exprep.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresnte.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresolv.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exresop.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exserial.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstore.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstoren.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exstorob.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exsystem.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\extrace.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\executer\exutils.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Dispatcher"
- >
- <File
- RelativePath="..\..\source\components\dispatcher\dsargs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dscontrol.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsdebug.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsfield.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsinit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsmethod.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsmthdat.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsobject.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsopcode.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dspkginit.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dsutils.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswexec.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswload2.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswscope.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\dispatcher\dswstate.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Hardware"
- >
- <File
- RelativePath="..\..\source\components\hardware\hwpci.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Events"
- >
- <File
- RelativePath="..\..\source\components\events\evhandler.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evmisc.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evregion.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evrgnini.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxface.c"
- >
- </File>
- <File
- RelativePath="..\..\source\components\events\evxfregn.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Examples Headers"
- Filter="h;hpp;hxx;hm;inl"
- >
- <File
- RelativePath="..\..\source\tools\examples\examples.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Examples Source"
- >
- <File
- RelativePath="..\..\source\tools\examples\examples.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\examples\exstubs.c"
- >
- </File>
- <File
- RelativePath="..\..\source\tools\examples\extables.c"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/Makefiles.vcproj b/generate/msvc9/Makefiles.vcproj
deleted file mode 100755
index 41b76f44a..000000000
--- a/generate/msvc9/Makefiles.vcproj
+++ /dev/null
@@ -1,311 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="Makefiles"
- ProjectGUID="{762CF0FE-FDDC-46CC-ABBC-36A08B81920D}"
- RootNamespace="Makefiles"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="./Makefiles/$(ConfigurationName)"
- IntermediateDirectory="./Makefiles/$(ConfigurationName)"
- ConfigurationType="10"
- UseOfMFC="0"
- CharacterSet="0"
- ManagedExtensions="0"
- DeleteExtensionsOnClean=""
- WholeProgramOptimization="0"
- BuildLogFile=""
- EnableManagedIncrementalBuild="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="./Makefiles/$(ConfigurationName)"
- IntermediateDirectory="./Makefiles/$(ConfigurationName)"
- ConfigurationType="10"
- UseOfMFC="0"
- CharacterSet="0"
- ManagedExtensions="0"
- DeleteExtensionsOnClean=""
- WholeProgramOptimization="0"
- BuildLogFile=""
- EnableManagedIncrementalBuild="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- ExcludedFromBuild="false"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- ExcludedFromBuild="false"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="AcpiBin"
- >
- <File
- RelativePath="..\..\generate\unix\acpibin\Makefile"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="AcpiExec"
- >
- <File
- RelativePath="..\..\generate\unix\acpiexec\Makefile"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="AcpiHelp"
- >
- <File
- RelativePath="..\..\generate\unix\acpihelp\Makefile"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="AcpiNames"
- >
- <File
- RelativePath="..\..\generate\unix\acpinames\Makefile"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="AcpiSrc"
- >
- <File
- RelativePath="..\..\generate\unix\acpisrc\Makefile"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="AcpiXtract"
- >
- <File
- RelativePath="..\..\generate\unix\acpixtract\Makefile"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="AslCompiler"
- >
- <File
- RelativePath="..\..\generate\unix\iasl\Makefile"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="AslTestSuite"
- >
- <File
- RelativePath="..\..\tests\aslts\Makefile"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\Makefile.def"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\Makefile.switch"
- >
- </File>
- </Filter>
- <Filter
- Name="Generate"
- >
- <File
- RelativePath="..\unix\Makefile"
- >
- </File>
- <File
- RelativePath="..\unix\Makefile.common"
- >
- </File>
- <File
- RelativePath="..\unix\Makefile.config"
- >
- </File>
- <File
- RelativePath="..\unix\Makefile.rules"
- >
- </File>
- <File
- RelativePath="..\unix\readme.txt"
- >
- </File>
- </Filter>
- <Filter
- Name="TopLevel"
- >
- <File
- RelativePath="..\..\Makefile"
- >
- </File>
- <File
- RelativePath=".\readme.txt"
- >
- </File>
- </Filter>
- <Filter
- Name="Templates"
- >
- <File
- RelativePath="..\..\tests\templates\Makefile"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiDump"
- >
- <File
- RelativePath="..\unix\acpidump\Makefile"
- >
- </File>
- </Filter>
- <Filter
- Name="AcpiExamples"
- >
- <File
- RelativePath="..\unix\acpiexamples\Makefile"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/Scripts.vcproj b/generate/msvc9/Scripts.vcproj
deleted file mode 100755
index eb5c341ea..000000000
--- a/generate/msvc9/Scripts.vcproj
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="Scripts"
- ProjectGUID="{50B1F35B-91C8-478F-8BA0-F409BA1BA69B}"
- Keyword="MakeFileProj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="./Scripts/$(ConfigurationName)"
- IntermediateDirectory="./Scripts/$(ConfigurationName)"
- ConfigurationType="10"
- DeleteExtensionsOnClean=""
- BuildLogFile=""
- EnableManagedIncrementalBuild="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="./Scripts/$(ConfigurationName)"
- IntermediateDirectory="./Scripts/$(ConfigurationName)"
- ConfigurationType="10"
- DeleteExtensionsOnClean=""
- BuildLogFile=""
- EnableManagedIncrementalBuild="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Build"
- >
- <File
- RelativePath="..\release\build.sh"
- >
- </File>
- <File
- RelativePath="..\release\build.txt"
- >
- </File>
- <File
- RelativePath="..\release\release.sh"
- >
- </File>
- <File
- RelativePath="..\release\size.bat"
- >
- </File>
- </Filter>
- <Filter
- Name="AslTestSuite"
- >
- <File
- RelativePath="..\..\tests\.cygwin"
- >
- </File>
- <File
- RelativePath="..\..\tests\.setup"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts.sh"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\bin\asltsdiffres"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\bin\asltsrun"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\bin\common"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\bin\diffproc"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\bin\Do"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\bin\README"
- >
- </File>
- <File
- RelativePath="..\..\tests\aslts\bin\settings"
- >
- </File>
- </Filter>
- <Filter
- Name="MiscTests"
- >
- <File
- RelativePath="..\..\tests\templates\templates.sh"
- >
- </File>
- </Filter>
- <Filter
- Name="TopLevel"
- >
- <File
- RelativePath="..\..\.gitignore"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
diff --git a/generate/msvc9/readme.txt b/generate/msvc9/readme.txt
deleted file mode 100755
index 24309dabc..000000000
--- a/generate/msvc9/readme.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * Generation of ACPICA with MS Visual Studio 2008
- */
-Last update 9 December 2013.
-
-
-The Visual Studio project file (for Visual Studio 2008)
-appears in this directory:
-
- generate/msvc9/AcpiComponents.sln
-
-ACPICA generates with all MS C language extensions disabled, since the
-code is ANSI conformant and is meant to be highly portable.
-
-There are a couple of include files in MS Visual Studio 2008 that
-unfortunately contain non-ANSI "//" style comments. These will be flagged
-as warnings since language extensions are disabled.
-
-The VC include files are under one of these directories:
-
- \Program Files\Microsoft Visual Studio 9.0\VC\include
- \Program Files (x86)\Microsoft Visual Studio 9.0\VC\include
-
-To eliminate these warnings, modify each of these include files:
-
- sal.h
- stdlib.h
-
-For each file, add this statement to the start of the file:
-
- #pragma warning( disable : 4001 ) /* no warning about "//" comments */
-
-and add this statement to the end of the file:
-
- #pragma warning( default : 4001 )
-
-For stdlib.h, you may also need to disable warning 4001 again before this line, near line 774:
-
- #pragma warning (disable:6540) // the functions below have declspecs in their declarations in the windows headers, causing PREfast to fire 6540 here
-
-
-Note: you may have to change the permissions on these files in order
-to write to them.