git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-support/lcc/lcc.vcxproj

      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Debug|x64">
     13       <Configuration>Debug</Configuration>
     14       <Platform>x64</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <ItemGroup>
     22     <ClCompile Include="gb.c" />
     23     <ClCompile Include="lcc.c" />
     24   </ItemGroup>
     25   <PropertyGroup Label="Globals">
     26     <ProjectGuid>{2B573C10-5A15-4E77-8F33-804EABADC75B}</ProjectGuid>
     27     <Keyword>Win32Proj</Keyword>
     28     <RootNamespace>lcc</RootNamespace>
     29     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
     30   </PropertyGroup>
     31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     33     <ConfigurationType>Application</ConfigurationType>
     34     <UseDebugLibraries>true</UseDebugLibraries>
     35     <PlatformToolset>v140</PlatformToolset>
     36   </PropertyGroup>
     37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     38     <ConfigurationType>Application</ConfigurationType>
     39     <UseDebugLibraries>false</UseDebugLibraries>
     40     <PlatformToolset>v140</PlatformToolset>
     41     <WholeProgramOptimization>true</WholeProgramOptimization>
     42   </PropertyGroup>
     43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     44     <ConfigurationType>Application</ConfigurationType>
     45     <UseDebugLibraries>true</UseDebugLibraries>
     46     <PlatformToolset>v140</PlatformToolset>
     47   </PropertyGroup>
     48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     49     <ConfigurationType>Application</ConfigurationType>
     50     <UseDebugLibraries>false</UseDebugLibraries>
     51     <PlatformToolset>v140</PlatformToolset>
     52     <WholeProgramOptimization>true</WholeProgramOptimization>
     53   </PropertyGroup>
     54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     55   <ImportGroup Label="ExtensionSettings">
     56   </ImportGroup>
     57   <ImportGroup Label="Shared">
     58   </ImportGroup>
     59   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     61   </ImportGroup>
     62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     64   </ImportGroup>
     65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     67   </ImportGroup>
     68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     70   </ImportGroup>
     71   <PropertyGroup Label="UserMacros" />
     72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     73     <LinkIncremental>true</LinkIncremental>
     74     <OutDir>$(SolutionDir)..\build\gbdk\bin\</OutDir>
     75   </PropertyGroup>
     76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     77     <LinkIncremental>true</LinkIncremental>
     78   </PropertyGroup>
     79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     80     <LinkIncremental>false</LinkIncremental>
     81   </PropertyGroup>
     82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     83     <LinkIncremental>false</LinkIncremental>
     84   </PropertyGroup>
     85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     86     <ClCompile>
     87       <PrecompiledHeader>
     88       </PrecompiledHeader>
     89       <WarningLevel>Level3</WarningLevel>
     90       <Optimization>Disabled</Optimization>
     91       <PreprocessorDefinitions>WIN32;__WIN32__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);WIN32;__WIN32__</PreprocessorDefinitions>
     92     </ClCompile>
     93     <Link>
     94       <SubSystem>Console</SubSystem>
     95       <GenerateDebugInformation>true</GenerateDebugInformation>
     96     </Link>
     97   </ItemDefinitionGroup>
     98   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     99     <ClCompile>
    100       <PrecompiledHeader>
    101       </PrecompiledHeader>
    102       <WarningLevel>Level3</WarningLevel>
    103       <Optimization>Disabled</Optimization>
    104       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);WIN32;__WIN32__</PreprocessorDefinitions>
    105     </ClCompile>
    106     <Link>
    107       <SubSystem>Console</SubSystem>
    108       <GenerateDebugInformation>true</GenerateDebugInformation>
    109     </Link>
    110   </ItemDefinitionGroup>
    111   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    112     <ClCompile>
    113       <WarningLevel>Level3</WarningLevel>
    114       <PrecompiledHeader>
    115       </PrecompiledHeader>
    116       <Optimization>MaxSpeed</Optimization>
    117       <FunctionLevelLinking>true</FunctionLevelLinking>
    118       <IntrinsicFunctions>true</IntrinsicFunctions>
    119       <PreprocessorDefinitions>WIN32;__WIN32__;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);WIN32;__WIN32__</PreprocessorDefinitions>
    120     </ClCompile>
    121     <Link>
    122       <SubSystem>Console</SubSystem>
    123       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    124       <OptimizeReferences>true</OptimizeReferences>
    125       <GenerateDebugInformation>true</GenerateDebugInformation>
    126     </Link>
    127   </ItemDefinitionGroup>
    128   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    129     <ClCompile>
    130       <WarningLevel>Level3</WarningLevel>
    131       <PrecompiledHeader>
    132       </PrecompiledHeader>
    133       <Optimization>MaxSpeed</Optimization>
    134       <FunctionLevelLinking>true</FunctionLevelLinking>
    135       <IntrinsicFunctions>true</IntrinsicFunctions>
    136       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);WIN32;__WIN32__</PreprocessorDefinitions>
    137     </ClCompile>
    138     <Link>
    139       <SubSystem>Console</SubSystem>
    140       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    141       <OptimizeReferences>true</OptimizeReferences>
    142       <GenerateDebugInformation>true</GenerateDebugInformation>
    143     </Link>
    144   </ItemDefinitionGroup>
    145   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    146   <ImportGroup Label="ExtensionTargets">
    147   </ImportGroup>
    148 </Project>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.