Generate demarshalling code on win32 too

This commit is contained in:
Alexander Larsson 2010-05-26 15:46:42 +02:00
parent 4154d70289
commit 1a0b3fbdbb

View File

@ -29,6 +29,10 @@
/>
<Tool
Name="VCCustomBuildTool"
Description=""
CommandLine=""
AdditionalDependencies=""
Outputs=""
/>
<Tool
Name="VCXMLDataGeneratorTool"
@ -191,10 +195,6 @@
RelativePath="..\application.cpp"
>
</File>
<File
RelativePath="..\sw_canvas.cpp"
>
</File>
<File
RelativePath="..\canvas.cpp"
>
@ -219,6 +219,10 @@
RelativePath="..\cursor_channel.cpp"
>
</File>
<File
RelativePath="..\generated_demarshallers.cpp"
>
</File>
<File
RelativePath="..\display_channel.cpp"
>
@ -349,10 +353,6 @@
RelativePath="..\record_channel.cpp"
>
</File>
<File
RelativePath="..\red_sw_canvas.cpp"
>
</File>
<File
RelativePath="..\red_channel.cpp"
>
@ -377,12 +377,16 @@
RelativePath=".\red_pixmap.cpp"
>
</File>
<File
RelativePath=".\red_pixmap_gdi.cpp"
>
</File>
<File
RelativePath=".\red_pixmap_sw.cpp"
>
</File>
<File
RelativePath=".\red_pixmap_gdi.cpp"
RelativePath="..\red_sw_canvas.cpp"
>
</File>
<File
@ -417,6 +421,10 @@
RelativePath="..\gui\softtexture.cpp"
>
</File>
<File
RelativePath="..\sw_canvas.cpp"
>
</File>
<File
RelativePath="..\threads.cpp"
>
@ -471,6 +479,10 @@
RelativePath="..\debug.h"
>
</File>
<File
RelativePath="..\demarshallers.h"
>
</File>
<File
RelativePath="..\display_channel.h"
>
@ -571,10 +583,6 @@
RelativePath=".\record.h"
>
</File>
<File
RelativePath="..\red_sw_canvas.h"
>
</File>
<File
RelativePath="..\red_channel.h"
>
@ -599,6 +607,10 @@
RelativePath="..\red_peer.h"
>
</File>
<File
RelativePath="..\red_sw_canvas.h"
>
</File>
<File
RelativePath="..\red_window.h"
>
@ -674,6 +686,31 @@
>
</File>
</Filter>
<File
RelativePath="..\..\spice.proto"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Generating demarshaller"
CommandLine="python $(ProjectDir)\..\..\spice_codegen.py -d -c -i common.h $(ProjectDir)\..\..\spice.proto $(ProjectDir)\..\generated_demarshallers.cpp&#x0D;&#x0A;"
AdditionalDependencies=""
Outputs="$(ProjectDir)/../generated_demarshallers.cpp"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Generating demarshaller"
CommandLine="python $(ProjectDir)\..\..\spice_codegen.py -d -c -i common.h $(ProjectDir)\..\..\spice.proto $(ProjectDir)\..\generated_demarshallers.cpp"
Outputs="$(ProjectDir)/../generated_demarshallers.cpp"
/>
</FileConfiguration>
</File>
</Files>
<Globals>
</Globals>