diff options
author | Lars Langhans <lla@openoffice.org> | 2010-05-19 12:27:20 +0200 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-05-19 12:27:20 +0200 |
commit | f1b756678ad6057e97d90f029555f3cec4df40bd (patch) | |
tree | bd06fda4160a823f721858f6a7daafb87d8d6c21 /testgraphical/ui | |
parent | 1d23fb7286776019905e71a18dce83a62851bae3 (diff) |
gfxcmp02:#159601#
Diffstat (limited to 'testgraphical/ui')
-rw-r--r-- | testgraphical/ui/java/ConvwatchGUIProject/makefile.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/makefile.mk b/testgraphical/ui/java/ConvwatchGUIProject/makefile.mk index e32bab8fb161..5cb16f1d4c31 100644 --- a/testgraphical/ui/java/ConvwatchGUIProject/makefile.mk +++ b/testgraphical/ui/java/ConvwatchGUIProject/makefile.mk @@ -56,11 +56,16 @@ dist/ConvwatchGUIProject.jar: src/ConvwatchGUI.java src/IniFile.java # error # .endif # -# $(ANT) +.IF "$(GUI)"=="WNT" + $(ANT) +.ELSE ant +.END .END +.INCLUDE : $(PRJ)$/util$/makefile.pmk + clean: $(ANT) clean |