diff options
author | Sven Gothel <[email protected]> | 2010-04-21 14:23:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-21 14:23:36 +0200 |
commit | f73a2d32acf826f6e3ed15e6d587a73914f662ec (patch) | |
tree | dd0466c01c9f36243611ae9966316692b5ba5c15 /make | |
parent | d429d317f27e71ee06877fb539ecde15d6e73037 (diff) |
Add remark (unsigned long -> uint_32) ..
Diffstat (limited to 'make')
-rw-r--r-- | make/make.jogl.all.win32.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/make.jogl.all.win32.bat b/make/make.jogl.all.win32.bat index a4cc59673..fe6a8aff0 100644 --- a/make/make.jogl.all.win32.bat +++ b/make/make.jogl.all.win32.bat @@ -12,5 +12,6 @@ REM -Dc.compiler.debug=true REM -DuseOpenMAX=true
REM -DuseKD=true
REM -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2
+REM -Dbuild.noarchives=true
-ant -Dbuild.noarchives=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
+ant -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
|