diff options
author | Michael Bien <[email protected]> | 2010-01-26 23:42:24 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-01-26 23:42:24 +0100 |
commit | da609ba8c21e607196daca60b7d994eb2cb6fe4c (patch) | |
tree | 06857bf0e15e6c0332f7f9817aa0b0e7b5f7400a /nbproject | |
parent | ac36a9194ff522ea6a0f82cfb22bc438d532ddbb (diff) |
initial import of GL-CL Mandelbrot Set example.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configs/GLCLMandel.properties | 1 | ||||
-rw-r--r-- | nbproject/genfiles.properties | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nbproject/configs/GLCLMandel.properties b/nbproject/configs/GLCLMandel.properties new file mode 100644 index 0000000..5e7e3c7 --- /dev/null +++ b/nbproject/configs/GLCLMandel.properties @@ -0,0 +1 @@ +main.class=com.mbien.opencl.demos.fractal.Fractal diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 148ba77..e014f47 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,6 +1,6 @@ build.xml.data.CRC32=ce6ccff8 build.xml.script.CRC32=49b29f6c # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=ce6ccff8 |