mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 18:41:12 +00:00
Added new files to the MSVC projects (engines/dialogs.* and common/queue.h)
svn-id: r34269
This commit is contained in:
parent
4ab5d3fdc4
commit
26b9ae0cd9
@ -49,6 +49,8 @@
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -104,6 +106,8 @@
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -254,6 +258,9 @@
|
||||
<File
|
||||
RelativePath="..\..\common\ptr.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\queue.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\rect.h">
|
||||
</File>
|
||||
@ -1067,6 +1074,12 @@
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="engines">
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\engine.cpp">
|
||||
</File>
|
||||
|
@ -49,6 +49,8 @@
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -110,6 +112,8 @@
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
@ -268,6 +272,9 @@
|
||||
<File
|
||||
RelativePath="..\..\common\ptr.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\queue.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\rect.h">
|
||||
</File>
|
||||
@ -1081,6 +1088,12 @@
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="engines">
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\engine.cpp">
|
||||
</File>
|
||||
|
@ -96,6 +96,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
@ -185,6 +188,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
@ -376,6 +382,10 @@
|
||||
RelativePath="..\..\common\ptr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\queue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\rect.h"
|
||||
>
|
||||
@ -1455,6 +1465,14 @@
|
||||
<Filter
|
||||
Name="engines"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\engine.cpp"
|
||||
>
|
||||
|
@ -99,6 +99,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
@ -190,6 +193,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
@ -381,6 +387,10 @@
|
||||
RelativePath="..\..\common\ptr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\queue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\rect.h"
|
||||
>
|
||||
@ -1460,6 +1470,14 @@
|
||||
<Filter
|
||||
Name="engines"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\dialogs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\engine.cpp"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user