Skip to content
Snippets Groups Projects
Select Git revision
  • SRB2_release_2.2.13
  • next default protected
  • next-test
  • classic-netcode-fixes
  • fix-dedi-pthread
  • fix-enemy-target
  • master protected
  • better-distance-math
  • movie
  • softcode-info
  • acs
  • clipmidtex
  • custom-map-names
  • nogravity-trampolines
  • 2214-pre4
  • 2214-pre3
  • just-in-case
  • fix-opengl-parameter-crash
  • 2214-pre2
  • 2214-pre1
  • delfile2
  • SRB2_release_2.2.15
  • SRB2_release_2.2.12
  • SRB2_release_2.2.11
  • SRB2_release_2.2.10
  • SRB2_release_2.2.9
  • SRB2_release_2.2.8
  • SRB2_release_2.2.7
  • SRB2_release_2.2.6
  • SRB2_release_2.2.5
  • SRB2_release_2.2.4
  • SRB2_release_2.2.3
  • SRB2_release_2.2.2
  • SRB2_release_2.2.1
  • SRB2_release_2.2.0
  • SRB2_release_2.1.25
  • SRB2_release_2.1.24
  • SRB2_release_2.1.23
  • SRB2_release_2.1.22
  • SRB2_release_2.1.21
40 results

SRB2_common.props

Blame
  • SRB2_common.props 1.88 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'">
        <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>