From Mourad Boufarguine, "I gave osg android port a try on Windows using cygwin, and it worked like a charm (only a tiny problem with osgViewer, when cross compiling for android using cygwin, the windows path in osgViewer/CMakeLists.txt is used rather than the android one, fix attached).

"
This commit is contained in:
Robert Osfield
2011-03-10 14:53:39 +00:00
parent 42d893c426
commit 6055e3492a

View File

@@ -38,7 +38,7 @@ SET(LIB_COMMON_FILES
SET(LIB_EXTRA_LIBS)
IF(WIN32)
IF(WIN32 AND NOT ANDROID)
#
# Enable workaround for OpenGL driver issues when used in multithreaded/multiscreen with NVidia drivers on Windows XP
# For example: osgviewer dumptruck.osg was showing total garbage (screen looked like shattered, splashed hedgehog)