From 04eb2756316b18eae4066bf5012160a036e977a0 Mon Sep 17 00:00:00 2001 From: Gary Frost <frost.gary@gmail.com> Date: Tue, 5 Mar 2013 23:26:47 +0000 Subject: [PATCH] remove classtools and agent .o and .obj artifacts on ant clean --- com.amd.aparapi.jni/build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.amd.aparapi.jni/build.xml b/com.amd.aparapi.jni/build.xml index ecf1d7f8..1e4912b8 100644 --- a/com.amd.aparapi.jni/build.xml +++ b/com.amd.aparapi.jni/build.xml @@ -491,6 +491,10 @@ First consider editing the properties in build.properties <delete file="Range.o" /> <delete file="OpenCLArgDescriptor.obj" /> <delete file="OpenCLArgDescriptor.o" /> + <delete file="agent.obj" /> + <delete file="agent.o" /> + <delete file="classtools.obj" /> + <delete file="classtools.o" /> <delete file="OpenCLMem.obj" /> <delete file="OpenCLMem.o" /> </target> -- GitLab