mirror of
https://github.com/acpica/acpica/
synced 2024-12-26 04:16:58 +03:00
cd230d278a
New file is utilities/utpredef.c
319 lines
7.4 KiB
XML
Executable File
319 lines
7.4 KiB
XML
Executable File
<?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:".\AcpiHelpDebug\AcpiHelp.exe""
|
|
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
dir ..\..\libraries\AcpiHelpdebug.exe
"
|
|
/>
|
|
</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
dir ..\..\libraries\AcpiHelp.exe
"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<Filter
|
|
Name="AcpiHelp"
|
|
Filter=".c"
|
|
>
|
|
<File
|
|
RelativePath="..\..\source\tools\acpihelp\ahamlops.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"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
DisableLanguageExtensions="true"
|
|
AssemblerOutput="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\source\tools\acpihelp\ahmain.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Common"
|
|
Filter=".c"
|
|
>
|
|
<File
|
|
RelativePath="..\..\source\common\ahpredef.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\source\common\getopt.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\source\components\utilities\utexcep.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Utilities"
|
|
>
|
|
<File
|
|
RelativePath="..\..\source\components\utilities\utpredef.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
>
|
|
<File
|
|
RelativePath="..\..\source\tools\acpihelp\acpihelp.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|