Skip to content
Snippets Groups Projects
Select Git revision
  • sugoi-2
  • Sugoi-2
  • SRB2_Discord
  • SRB2-Stuff
  • patch-refactor
  • delfile2
  • fruits-clipper
  • improve-download-refuse-message
  • kill-hud-feetoffset
  • raise-side-limits
  • next default protected
  • renderhitbox-nightsitems
  • any-resolution
  • udmf-nophysicsequation
  • master
  • sector-portals
  • 2213
  • 2_2_12
  • maretimers
  • quick-intro
  • SRB2_release_2.2.13
  • 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
  • SRB2_release_2.1.20
40 results

libgme.props

Blame
  • Forked from STJr / SRB2
    4995 commits behind, 5 commits ahead of the upstream repository.
    libgme.props 865 B
    <?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 Condition="'$(Platform)' == 'Win32' OR '$(Platform)' == 'x64'">
        <IncludePath>$(SolutionDir)libs\gme\include;$(IncludePath)</IncludePath>
        <LibraryPath Condition="'$(Platform)' == 'Win32'">$(SolutionDir)libs\gme\win32;$(LibraryPath)</LibraryPath>
        <LibraryPath Condition="'$(Platform)' == 'x64'">$(SolutionDir)libs\gme\win64;$(LibraryPath)</LibraryPath>
      </PropertyGroup>
      <ItemDefinitionGroup Condition="'$(Platform)' == 'Win32' OR '$(Platform)' == 'x64'">
        <Link>
          <AdditionalDependencies>libgme.dll.a;%(AdditionalDependencies)</AdditionalDependencies>
        </Link>
      </ItemDefinitionGroup>
      <ItemGroup />
    </Project>