From 2b05a67d30bde1419c2b0f1b5b427d65b8415eb7 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 12 Oct 2009 18:05:21 +0200 Subject: cleaned up resources folder structure and build. --- etc/FunctionParamUncommenter.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc/FunctionParamUncommenter.java') diff --git a/etc/FunctionParamUncommenter.java b/etc/FunctionParamUncommenter.java index 456bd281..9296895e 100644 --- a/etc/FunctionParamUncommenter.java +++ b/etc/FunctionParamUncommenter.java @@ -29,9 +29,11 @@ public class FunctionParamUncommenter { = compile("\\s*(const)?\\w+\\s* \\**\\s+ (/\\*) \\s+[^\\*\\[]+ (\\*/)", MULTILINE|COMMENTS); //^ array size in param name causes some problems + //TODO integrate in build... public static void main(String[] args) throws FileNotFoundException, IOException { - uncomment("/home/mbien/NetBeansProjects/JOGL/jocl/resources/CL/cl.h", false); - uncomment("/home/mbien/NetBeansProjects/JOGL/jocl/resources/CL/cl_gl.h", false); + String path = "/home/mbien/NetBeansProjects/JOGL/jocl/resources/includes/CL/"; + uncomment(path + "cl.h", false); + uncomment(path + "cl_gl.h", false); } private static void uncomment(String file, boolean replace) throws FileNotFoundException, IOException { -- cgit v1.2.3