1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023769: Eliminate the dependence on X11 libs on Mac OS X

Removed ImageUtility package as it is no longer used.
Disabled Xw package building on Mac OS X when Cocoa used.
This commit is contained in:
dbv
2013-03-15 11:47:42 +04:00
parent 8c720dc1fe
commit 872f4e44da
29 changed files with 42 additions and 1660 deletions

View File

@@ -450,7 +450,7 @@ static Standard_Integer QAAISGetMousePoint (Draw_Interpretor& di, Standard_Integ
static Standard_Integer QAAISGetColorCoord (Draw_Interpretor& di, Standard_Integer argc, const char ** argv)
{
#if ! defined(WNT)
#if !defined(_WIN32) && !defined(__WIN32__) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX))
if ( argc > 1 ) {
di << "Usage : " << argv[0] << "\n";
return 1;