diff options
| author | Alvin Penner <penner@vaxxine.com> | 2013-09-25 21:27:48 +0000 |
|---|---|---|
| committer | apenner <penner@vaxxine.com> | 2013-09-25 21:27:48 +0000 |
| commit | 4a1221dcf3af8e8397be8933f94796909802377a (patch) | |
| tree | f2b6cabd61c0fda91e16ab9d45b78c7f67a12d6a | |
| parent | Fix make dist (diff) | |
| download | inkscape-4a1221dcf3af8e8397be8933f94796909802377a.tar.gz inkscape-4a1221dcf3af8e8397be8933f94796909802377a.zip | |
patch by Tomasz Boczkowski for missing Windows icon (Bug 1228591)
Fixed bugs:
- https://launchpad.net/bugs/1228591
(bzr r12592)
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -422,7 +422,7 @@ <rc command="${archutil}windres" file="${src}/inkscape.rc" - out="${build}/inkres.o"> + out="${build}/obj/inkres.o"> <flags> --include-dir=${src} </flags> @@ -506,7 +506,7 @@ <rc command="${archutil}windres" file="${src}/inkview.rc" - out="${build}/inkviewres.o"> + out="${build}/obj/inkviewres.o"> <flags> --include-dir=${src} </flags> |
