summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8371ba0)
raw | patch | inline | side by side (parent: 8371ba0)
author | ishmal <ishmal@users.sourceforge.net> | |
Sat, 3 Mar 2007 20:53:27 +0000 (20:53 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sat, 3 Mar 2007 20:53:27 +0000 (20:53 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 843b24c46af247362662aa141b7242417d5da68c..d6668624857689a24d103eac4f99bd6cd1fc04fa 100644 (file)
--- a/build.xml
+++ b/build.xml
-->
<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>