Changeset 53741 in vbox for trunk/src/VBox/Devices/Makefile.kmk
- Timestamp:
- Jan 5, 2015 11:08:23 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r53737 r53741 5 5 6 6 # 7 # Copyright (C) 2006-201 4Oracle Corporation7 # Copyright (C) 2006-2015 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 271 271 VBoxDD_LIBS.win += $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/Opengl32.lib 272 272 VBoxDD_LDFLAGS.darwin += -framework OpenGL 273 VBoxDD_DEFS.darwin += VBOX_VMSVGA3D_USE_OPENGL_CORE # Use the OpenGL 3.2 Core profile (see also VBoxSVGA3D_DEFS.darwin). 273 274 endif 274 275 Graphics/DevVGA-SVGA3d-ogl.cpp_CXXFLAGS.darwin = -F$(VBOX_PATH_MACOSX_SDK_10_7)/System/Library/Frameworks/ … … 1424 1425 VBoxSVGA3D_DEFS.win += \ 1425 1426 USE_WIN32_OPENGL \ 1426 VBOX_WINE_WITHOUT_LIBWINE \ 1427 VBOX_WINE_WITHOUT_LIBWINE 1428 VBoxSVGA3D_DEFS.darwin += VBOX_VMSVGA3D_USE_OPENGL_CORE # Use the OpenGL 3.2 Core profile (VBoxSVGA3D_DEFS.darwin). 1427 1429 1428 1430 # WINE relies on a gcc 4.4 feature but we have 4.2 on Darwin
Note:
See TracChangeset
for help on using the changeset viewer.