mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-03-13 22:23:04 +00:00
Commit becuase of modified project file
This commit is contained in:
parent
d7c59c1a21
commit
6cd7b2554b
2 changed files with 4 additions and 0 deletions
|
@ -800,6 +800,7 @@
|
|||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\code\client\snd_codec_mp3.c" />
|
||||
<ClCompile Include="..\..\code\qcommon\cm_load.c">
|
||||
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug TA|Win32'">Disabled</Optimization>
|
||||
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug TA|x64'">Disabled</Optimization>
|
||||
|
|
|
@ -681,6 +681,9 @@
|
|||
<ClCompile Include="..\..\code\zlib\zutil.c">
|
||||
<Filter>zlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\code\client\snd_codec_mp3.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\code\game\bg_public.h">
|
||||
|
|
Loading…
Reference in a new issue