diff options
author | Sven Gothel <[email protected]> | 2010-05-04 14:16:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-04 14:16:33 +0200 |
commit | 7613753091793b27a90585094aadb7beb36aab4b (patch) | |
tree | 1ebbb9b03683305d6e3197f3ae33d8ed75dfeece /make/scripts/java-win32-dbg.bat | |
parent | 7fad4be03e6d9987be420444364b6714667d32cc (diff) |
NEWT Fixes (Windows/child-win):
- Clarify NEWT setSize/setPosition in regards to fullscreen state
- Windows: Allow child win to receive keyboard events
- requestFocus: calls SetForegroundWindow and SetFocus
- requestFocus when mouse clicked
- add WS_TABSTOP
- Windows: Allow child win to set position
- TODO: child-win fullscreen as in X11 ..
Diffstat (limited to 'make/scripts/java-win32-dbg.bat')
-rw-r--r-- | make/scripts/java-win32-dbg.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/java-win32-dbg.bat b/make/scripts/java-win32-dbg.bat index 9d9af8262..13aaee239 100644 --- a/make/scripts/java-win32-dbg.bat +++ b/make/scripts/java-win32-dbg.bat @@ -7,7 +7,7 @@ set ANT_PATH=C:\apache-ant-1.8.0 set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%PATH%
set BLD_DIR=..\%BLD_SUB%
-set LIB_DIR=%BLD_DIR%\lib;..\..\gluegen\%BLD_SUB%\obj
+set LIB_DIR=..\..\gluegen\%BLD_SUB%\obj;%BLD_DIR%\nativewindow\obj;%BLD_DIR%\jogl\obj;%BLD_DIR%\newt\obj
set CP_ALL=.;%BLD_DIR%\jogl\jogl.all.jar;%BLD_DIR%\nativewindow\nativewindow.all.jar;%BLD_DIR%\newt\newt.all.jar;%BLD_DIR%\jogl\jogl.test.jar;..\..\gluegen\%BLD_SUB%\gluegen-rt.jar;..\..\gluegen\make\lib\junit-4.5.jar;%ANT_PATH%\lib\ant.jar;%ANT_PATH%\lib\ant-junit.jar
|