diff options
author | Sven Gothel <[email protected]> | 2009-09-13 01:02:07 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-13 01:02:07 -0700 |
commit | 31c72b6d8cbfdf1ca81c85defd416abe2078087a (patch) | |
tree | 3012e02e969c9a6986fa3157db93d356248d9a9e /make | |
parent | fa2e6727aaf8d3eb1bc42698f69decc86eaecc44 (diff) |
NEWT: native parenting Win32 OK
Diffstat (limited to 'make')
-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 9ab77b051..8525b5a45 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 -Dbuild.noarchives=true -Dc.compiler.debug=true -Drootrel.build=build-win32 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\lib > make.jogl.all.win32.log 2>&1
+ant -Dbuild.noarchives=true -Dc.compiler.debug=true -Drootrel.build=build-win32 -Djogl.cg=1 -Dwindows.cg.lib=C:\Cg-2.2\lib %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.jogl.all.win32.log 2>&1
|