2016-05-04 09:58:44 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<SccProjectName />
|
|
|
|
|
<SccLocalPath />
|
|
|
|
|
<ProjectGuid>{D884A075-E3B8-44E1-838D-74F28B33391B}</ProjectGuid>
|
2016-05-07 22:49:54 +02:00
|
|
|
<ProjectName>Compiler</ProjectName>
|
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
2016-05-04 09:58:44 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(ConfigurationName)\</IntDir>
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2016-05-07 22:49:54 +02:00
|
|
|
<IncludePath>$(DXSDK_DIR)Include\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
|
|
|
<LibraryPath>$(DXSDK_DIR)Lib\x86\;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
|
2016-05-04 09:58:44 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2016-05-07 22:49:54 +02:00
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(ConfigurationName)\</IntDir>
|
2016-05-04 09:58:44 +02:00
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2016-05-07 22:49:54 +02:00
|
|
|
<IncludePath>$(DXSDK_DIR)Include\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
|
|
|
<LibraryPath>$(DXSDK_DIR)Lib\x86\;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
|
2016-05-04 09:58:44 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
2016-05-07 22:49:54 +02:00
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2016-05-04 09:58:44 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
2016-05-07 22:49:54 +02:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-05-04 09:58:44 +02:00
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
2016-05-07 22:49:54 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|
|
|
|
<CreateHotpatchableImage>true</CreateHotpatchableImage>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<CallingConvention>StdCall</CallingConvention>
|
2016-05-04 09:58:44 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<OutputFile>.\Debug\compiler.bsc</OutputFile>
|
|
|
|
|
</Bscmake>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2016-05-07 22:49:54 +02:00
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
2016-05-04 09:58:44 +02:00
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-05-07 22:49:54 +02:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|
|
|
|
<CreateHotpatchableImage>true</CreateHotpatchableImage>
|
|
|
|
|
<CompileAsManaged>false</CompileAsManaged>
|
|
|
|
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|
|
|
|
<SDLCheck>false</SDLCheck>
|
|
|
|
|
<ControlFlowGuard>Guard</ControlFlowGuard>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<EnforceTypeConversionRules>false</EnforceTypeConversionRules>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<OpenMPSupport>false</OpenMPSupport>
|
|
|
|
|
<CallingConvention>StdCall</CallingConvention>
|
2016-05-04 09:58:44 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<OutputFile>.\Release\compiler.bsc</OutputFile>
|
|
|
|
|
</Bscmake>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="assem_x86\asm_insts.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="assem_x86\assem_x86.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="assem_x86\operand.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="codegen_x86\codegen_x86.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="codegen_x86\tile.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../std.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="decl.cpp" />
|
|
|
|
|
<ClCompile Include="declnode.cpp" />
|
|
|
|
|
<ClCompile Include="environ.cpp" />
|
|
|
|
|
<ClCompile Include="exprnode.cpp" />
|
|
|
|
|
<ClCompile Include="node.cpp" />
|
|
|
|
|
<ClCompile Include="parser.cpp" />
|
|
|
|
|
<ClCompile Include="prognode.cpp" />
|
|
|
|
|
<ClCompile Include="std.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">std.h</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">std.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="stmtnode.cpp" />
|
|
|
|
|
<ClCompile Include="toker.cpp" />
|
|
|
|
|
<ClCompile Include="type.cpp" />
|
|
|
|
|
<ClCompile Include="varnode.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="assem.h" />
|
|
|
|
|
<ClInclude Include="assem_x86\assem_x86.h" />
|
|
|
|
|
<ClInclude Include="assem_x86\insts.h" />
|
|
|
|
|
<ClInclude Include="assem_x86\operand.h" />
|
|
|
|
|
<ClInclude Include="codegen.h" />
|
|
|
|
|
<ClInclude Include="codegen_x86\codegen_x86.h" />
|
|
|
|
|
<ClInclude Include="codegen_x86\tile.h" />
|
|
|
|
|
<ClInclude Include="decl.h" />
|
|
|
|
|
<ClInclude Include="declnode.h" />
|
|
|
|
|
<ClInclude Include="environ.h" />
|
|
|
|
|
<ClInclude Include="ex.h" />
|
|
|
|
|
<ClInclude Include="exprnode.h" />
|
|
|
|
|
<ClInclude Include="label.h" />
|
|
|
|
|
<ClInclude Include="node.h" />
|
|
|
|
|
<ClInclude Include="nodes.h" />
|
|
|
|
|
<ClInclude Include="parser.h" />
|
|
|
|
|
<ClInclude Include="prognode.h" />
|
|
|
|
|
<ClInclude Include="std.h" />
|
|
|
|
|
<ClInclude Include="stmtnode.h" />
|
|
|
|
|
<ClInclude Include="toker.h" />
|
|
|
|
|
<ClInclude Include="type.h" />
|
|
|
|
|
<ClInclude Include="varnode.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\config\config.vcxproj">
|
|
|
|
|
<Project>{3e355353-96d8-4aaf-bf95-8e6ca0d4b1ba}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\stdutil\stdutil.vcxproj">
|
|
|
|
|
<Project>{6bcfc5ca-ea71-4ae9-8b96-28b8701f939e}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|