mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Add parametrized build script
[ci skip]
This commit is contained in:
parent
57f2577c65
commit
45dfdfbb7b
31 changed files with 1820 additions and 927 deletions
8
build-scripts/pkg-support/msvc/Directory.Build.props
Normal file
8
build-scripts/pkg-support/msvc/Directory.Build.props
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>SDL_VENDOR_INFO="libsdl.org";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue