Skip to content
Snippets Groups Projects
Select Git revision
  • 593cbbea6536544bb7bb81072d850b7f9082549f
  • master default protected
  • gamestatedebugprints
  • next
  • kartdebugdistributionplayers
  • lua-hooks-jug
  • more-fixes-jug
  • download-wrong-checksum
  • stun
  • instant-askjoin
  • mute-music
  • master-server-is-a-bad-name
  • findfile-with-threads
  • fix-nocurl
  • spinout-changes
  • itemodds-fallthrough-fix
  • opengl-maybe-uninitialised
  • fix-clang-compile
  • extra-travis-deploy
  • spb-blockmap-fix
  • srb2-merge
  • v1.3
  • v1.2
  • v1.1
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • V1.0.0
29 results

SRB2_common.props

Blame
  • Forked from Kart Krew / Kart-Public
    252 commits behind the upstream repository.
    SRB2_common.props 2.00 KiB
    <?xml version="1.0" encoding="utf-8"?>
    <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      <ImportGroup Label="PropertySheets" />
      <PropertyGroup Label="UserMacros" />
      <PropertyGroup>
        <OutDir>$(SolutionDir)bin\VC10\$(Platform)\$(Configuration)\</OutDir>
        <IntDir>$(SolutionDir)objs\VC10\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
      </PropertyGroup>
      <ItemDefinitionGroup>
        <ClCompile>
          <WarningLevel>Level3</WarningLevel>
          <PreprocessorDefinitions>HAVE_PNG;COMPVERSION;HAVE_BLUA;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
          <CompileAs>CompileAsC</CompileAs>
          <BrowseInformation>true</BrowseInformation>
          <TreatWarningAsError>true</TreatWarningAsError>
          <EnablePREfast>false</EnablePREfast>
          <SDLCheck>true</SDLCheck>
          <DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
        </ClCompile>
        <Link>
          <AdditionalDependencies>advapi32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
          <SubSystem>Windows</SubSystem>
          <RandomizedBaseAddress>false</RandomizedBaseAddress>
          <GenerateDebugInformation>true</GenerateDebugInformation>
        </Link>
      </ItemDefinitionGroup>
      <ItemDefinitionGroup Condition="'$(PlatformTarget)'=='x86'">
        <ClCompile>
          <PreprocessorDefinitions>USEASM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
        </ClCompile>
        <Link>
          <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
        </Link>
        <CustomBuild>
          <Command>nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"</Command>
          <Message>Compiling %(Filename).nas with NASM...</Message>
          <Outputs>$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
        </CustomBuild>
      </ItemDefinitionGroup>
      <ItemDefinitionGroup Condition="'$(PlatformTarget)'!='x86'">
        <CustomBuild>
          <LinkObjects>false</LinkObjects>
        </CustomBuild>
      </ItemDefinitionGroup>
      <ItemGroup />
    </Project>