diff options
Diffstat (limited to 'src/native/ogl/build-windows-amd64-vc.xml')
-rw-r--r-- | src/native/ogl/build-windows-amd64-vc.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/native/ogl/build-windows-amd64-vc.xml b/src/native/ogl/build-windows-amd64-vc.xml index f555987..a0fffd7 100644 --- a/src/native/ogl/build-windows-amd64-vc.xml +++ b/src/native/ogl/build-windows-amd64-vc.xml @@ -1,20 +1,6 @@ <?xml version="1.0"?> <!-- -/* - * $RCSfile$ - * - * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. - * - * Use is subject to license terms. - * - * $Revision$ - * $Date$ - * $State$ - */ - --> - -<!-- /* 1. define the following property to change the location of the CG library: * * ant -Dcg.home="path-to-cg-installation" @@ -22,7 +8,7 @@ --> <!-- Ant file for building native ogl renderer files for Windows-amd64 --> -<project name="Java 3D" default="compile"> +<project name="j3d-core native" default="compile"> |