#********************************************************************* # # (C) 2005 - 2007 Yumetech, Inc # http://opengl.j3d.org/swt/ # #********************************************************************* # Names of packages to be compiled. These are declared in the order that # they are to be compiled in. We create one at a time BUILD_ORDER = \ org.j3d.opengl.swt \ org.j3d.opengl.swt.draw2d \ org.j3d.opengl.swt.internal.ri \ org.j3d.opengl.swt.internal.ri.windows \ # Names of packages that we want included in the javadoc JAVADOC_PACKAGES = \ org.j3d.opengl.swt \ org.j3d.opengl.swt.draw2d \ # A version number we tack onto the JAR file name for eclipse versioning # purposes. JAR_VERSION=0.7.0 # Names of JAR files we want to create JARS = \ swt-opengl-windows.jar \ org.j3d.opengl.swt.jar \ org.j3d.opengl.swt.draw2d.jar \ org.j3d.opengl.swt.win32.x86.jar \ # List of packages that have native code libraries in use and require # JNI header generation NATIVE_PACKAGES = # 3rd party libraries that need including. JARS_3RDPARTY= # Definitions of setup information if we are making a self-executable JAR MAIN_CLASS = MAIN_PACKAGE = MAIN_JAR = #********************************************************************* # # Javadoc # #********************************************************************* OVERVIEW = overview.html WINDOWTITLE = 'j3d.org OpenGL SWT' DOCTITLE = 'j3d.org OpenGL SWT' HEADER = 'j3d.org OpenGL SWT Bindings' BOTTOM = '