diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 12:49:17 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 12:49:17 +0200 |
commit | 95aace51cca7c7a87107a52a5618bba2135ce025 (patch) | |
tree | 8fea131476f4b1df2644823a66392adfa3a53274 /src/pixmaps | |
parent | 04829d015d500719d8aaeef56d988a46fd2639b7 (diff) |
More solution fixes and add language interfaces
Diffstat (limited to 'src/pixmaps')
-rw-r--r-- | src/pixmaps/pixmaps.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj index 39151d5a..ba88104d 100644 --- a/src/pixmaps/pixmaps.vcxproj +++ b/src/pixmaps/pixmaps.vcxproj @@ -47,7 +47,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) > "$(SolutionDir)\..\src\pixmaps\inline_pngs.h"</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> |