diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-03-03 20:53:27 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-03-03 20:53:27 +0000 |
| commit | d5b4c60d6feefccc35b8cf183d0f7aba69888f16 (patch) | |
| tree | 205f0e9955ed41784368f897f9bee3beb356be3d /build.xml | |
| parent | Brought back checkbox and to also append filename upon "save" being hit (diff) | |
| download | inkscape-d5b4c60d6feefccc35b8cf183d0f7aba69888f16.tar.gz inkscape-d5b4c60d6feefccc35b8cf183d0f7aba69888f16.zip | |
modify touchabout target
(bzr r2525)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -139,7 +139,9 @@ --> <target name="touchabout" description="update the modification time of aboutdialog.cpp"> - <touch file="${src}/ui/dialog/aboutdialog.cpp"/> + <!-- not good <touch file="${src}/ui/dialog/aboutdialog.cpp"/> --> + <!-- better --> + <delete file="${build}/obj/ui/dialog/aboutdialog.o"/> </target> |
