diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-03-05 17:17:23 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-03-05 17:17:23 +0100 |
commit | 4f097150cbf666fe5284e82fd83e820a3549243e (patch) | |
tree | 3160b31ff997769bae58ce96ad325a2ec25362b0 /client | |
parent | 2d203bc428c9006c47e3936cb6e3190e17d8431a (diff) | |
download | spice-4f097150cbf666fe5284e82fd83e820a3549243e.tar.gz spice-4f097150cbf666fe5284e82fd83e820a3549243e.tar.xz spice-4f097150cbf666fe5284e82fd83e820a3549243e.zip |
Fix up win32 build reference to pixman_utils.cpp
It was pointing to the wrong directory for pixman_utils.cpp
Diffstat (limited to 'client')
-rw-r--r-- | client/windows/redc.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj index 5ad7c42f..e7c2e150 100644 --- a/client/windows/redc.vcproj +++ b/client/windows/redc.vcproj @@ -303,7 +303,7 @@ >
</File>
<File
- RelativePath=".\pixman_utils.cpp"
+ RelativePath="..\pixman_utils.cpp"
>
</File>
<File
|