diff options
author | Sven Gothel <[email protected]> | 2009-07-01 07:52:25 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-01 07:52:25 +0000 |
commit | 77f1693cd45b4a5c301affb1dd6d5bd266bbf145 (patch) | |
tree | 10809dc9ae6530a490c2f62b7b07bbd44fe934ba /make/make.jogl.all.win32.bat | |
parent | 49846bce691962e926b81f9ec86336487f64505b (diff) |
Fix win32 make batch
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2010 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/make.jogl.all.win32.bat')
-rw-r--r-- | make/make.jogl.all.win32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.all.win32.bat b/make/make.jogl.all.win32.bat index c53007f44..f4a52fa75 100644 --- a/make/make.jogl.all.win32.bat +++ b/make/make.jogl.all.win32.bat @@ -9,4 +9,4 @@ REM -DuseOpenMAX=true REM -DuseKD=true
REM -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2
-ant -Drootrel.build=build-win32 -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2 > make.jogl.all.win32.log 2>&1
+ant -Drootrel.build=build-win32 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\lib > make.jogl.all.win32.log 2>&1
|