Changeset 37551 in vbox for trunk/src/VBox
- Timestamp:
- Jun 20, 2011 9:04:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r37544 r37551 228 228 endif 229 229 230 # delay loading causes VM process crashes due to the misbehave of the current QtOpenGLVBox4.dll we use 230 # delay loading causes VM process crashes due to the misbehave of the current QtOpenGLVBox4.dll we use 231 231 # (i.e. it does not create the ogl context properly when loaded this way) 232 232 # 233 233 # @todo: investigate a better work-around and enable back delay loading since it is needed to avoid 234 # crashes caused by buggy ogl drivers for the case 2D is not used (i.e. no ogl stuff loaded) 234 # crashes caused by buggy ogl drivers for the case 2D is not used (i.e. no ogl stuff loaded) 235 235 #if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL) 236 236 # VirtualBox_LDFLAGS.win += /DelayLoad:QtOpenGLVBox4.dll /DelayLoad:OPENGL32.dll … … 871 871 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-vbox-extpack.icns=>Resources/virtualbox-vbox-extpack.icns \ 872 872 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-ovf.icns=>Resources/virtualbox-ovf.icns \ 873 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-ova.icns=>Resources/virtualbox-ova.icns 873 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-ova.icns=>Resources/virtualbox-ova.icns \ 874 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-vdi.icns=>Resources/virtualbox-vdi.icns \ 875 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-vmdk.icns=>Resources/virtualbox-vmdk.icns \ 876 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-vhd.icns=>Resources/virtualbox-vhd.icns \ 877 $(PATH_ROOT)/src/VBox/Resources/darwin/virtualbox-hdd.icns=>Resources/virtualbox-hdd.icns 874 878 875 879 $$(VirtualBox.app_0_OUTDIR)/Info.plist: $(PATH_SUB_CURRENT)/src/platform/darwin/Info.plist $(VBOX_VERSION_MK) | $$(@D)/
Note:
See TracChangeset
for help on using the changeset viewer.