summary refs log tree commit diff stats
path: root/src/pixmaps
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-06-15 21:37:48 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-06-15 21:37:48 +0200
commit593efa703b6914f963533da513576a26e744ead9 (patch)
tree3b164a0716b4b58f627ea56a7722c41fa6745c8f /src/pixmaps
parentbf37bd37556fbf20dfa1a6b40c56453eb1fe8d01 (diff)
LOTS of fixes to the VS solution
Diffstat (limited to 'src/pixmaps')
-rw-r--r--src/pixmaps/pixmaps.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj
index ba88104d..3fda0fef 100644
--- a/src/pixmaps/pixmaps.vcxproj
+++ b/src/pixmaps/pixmaps.vcxproj
@@ -29,6 +29,8 @@
   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <LinkIncremental>false</LinkIncremental>

+    <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir>

+    <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir>

   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

@@ -47,7 +49,7 @@
       <OptimizeReferences>true</OptimizeReferences>

     </Link>

     <PostBuildEvent>

-      <Command>"$(DepsRoot)\bin\gdk-pixbuf-csource" --build-list $(Pixmaps) > "$(SolutionDir)\..\src\pixmaps\inline_pngs.h"</Command>

+      <Command>"$(DepsRoot)\bin\gdk-pixbuf-csource" --build-list $(Pixmaps) &gt; "$(SolutionDir)\..\src\pixmaps\inline_pngs.h"</Command>

     </PostBuildEvent>

   </ItemDefinitionGroup>

   <ItemGroup>