summaryrefslogtreecommitdiffstats
path: root/client/windows/redc.vcproj
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-05-26 15:46:42 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 16:32:11 +0200
commit1a0b3fbdbb4d0c0cb54415e361dcd2af164ecdd7 (patch)
treebe31f45c0ddef00ac213af84f30ce5f5d3a9193c /client/windows/redc.vcproj
parent4154d7028943ca4bf0f1ff2e0480d688fc081fcc (diff)
downloadspice-1a0b3fbdbb4d0c0cb54415e361dcd2af164ecdd7.tar.gz
spice-1a0b3fbdbb4d0c0cb54415e361dcd2af164ecdd7.tar.xz
spice-1a0b3fbdbb4d0c0cb54415e361dcd2af164ecdd7.zip
Generate demarshalling code on win32 too
Diffstat (limited to 'client/windows/redc.vcproj')
-rw-r--r--client/windows/redc.vcproj63
1 files changed, 50 insertions, 13 deletions
diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj
index f980c213..a178a33a 100644
--- a/client/windows/redc.vcproj
+++ b/client/windows/redc.vcproj
@@ -29,6 +29,10 @@
/>
<Tool
Name="VCCustomBuildTool"
+ Description=""
+ CommandLine=""
+ AdditionalDependencies=""
+ Outputs=""
/>
<Tool
Name="VCXMLDataGeneratorTool"
@@ -192,10 +196,6 @@
>
</File>
<File
- RelativePath="..\sw_canvas.cpp"
- >
- </File>
- <File
RelativePath="..\canvas.cpp"
>
</File>
@@ -220,6 +220,10 @@
>
</File>
<File
+ RelativePath="..\generated_demarshallers.cpp"
+ >
+ </File>
+ <File
RelativePath="..\display_channel.cpp"
>
</File>
@@ -350,10 +354,6 @@
>
</File>
<File
- RelativePath="..\red_sw_canvas.cpp"
- >
- </File>
- <File
RelativePath="..\red_channel.cpp"
>
</File>
@@ -378,11 +378,15 @@
>
</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
@@ -418,6 +422,10 @@
>
</File>
<File
+ RelativePath="..\sw_canvas.cpp"
+ >
+ </File>
+ <File
RelativePath="..\threads.cpp"
>
</File>
@@ -472,6 +480,10 @@
>
</File>
<File
+ RelativePath="..\demarshallers.h"
+ >
+ </File>
+ <File
RelativePath="..\display_channel.h"
>
</File>
@@ -572,10 +584,6 @@
>
</File>
<File
- RelativePath="..\red_sw_canvas.h"
- >
- </File>
- <File
RelativePath="..\red_channel.h"
>
</File>
@@ -600,6 +608,10 @@
>
</File>
<File
+ RelativePath="..\red_sw_canvas.h"
+ >
+ </File>
+ <File
RelativePath="..\red_window.h"
>
</File>
@@ -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>