mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
This commit is contained in:
parent
92abc9e8ae
commit
9fc3c6a1eb
1 changed files with 29 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
<DefaultToolFile
|
||||
FileName="masm.rules"
|
||||
/>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
|
@ -28,6 +31,9 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MASM"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
|
@ -126,6 +132,9 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MASM"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
|
@ -1356,6 +1365,10 @@
|
|||
RelativePath="..\..\code\qcommon\ioapi.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\code\renderer\iqm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\code\ui\keycodes.h"
|
||||
>
|
||||
|
@ -2008,6 +2021,10 @@
|
|||
RelativePath="..\..\code\renderer\tr_model.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\code\renderer\tr_model_iqm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\code\renderer\tr_noise.c"
|
||||
>
|
||||
|
@ -2282,6 +2299,18 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="asm"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\code\asm\ftola.asm"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\code\asm\snapvector.asm"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
|
Loading…
Reference in a new issue