VirtualBox

Changeset 16230 in vbox


Ignore:
Timestamp:
Jan 26, 2009 1:38:59 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: workaround burns due to missing _INTERMEDIATES

Location:
trunk/src/VBox/GuestHost/OpenGL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk

    r16227 r16230  
    110110VBoxOGLhostcrutil_TEMPLATE = VBOXOGLR3GUESTHOST
    111111VBoxOGLhostcrutil_EXTENDS = VBoxOGLcrutil
     112VBoxOGLhostcrutil_INTERMEDIATES = $(VBoxOGLcrutil_INTERMEDIATES)
    112113VBoxOGLhostcrutil_LDFLAGS.darwin += $(VBoxOGLcrutil_LDFLAGS.darwin) -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxOGLhostcrutil.dylib -current_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
    113114# hostcrutil_NAME = crutil - possible, but it creates conflicting library files in PATH_LIB.
     
    212213VBoxOGLhostcrpacker_TEMPLATE = VBOXOGLR3GUESTHOST
    213214VBoxOGLhostcrpacker_EXTENDS  = VBoxOGLcrpacker
     215VBoxOGLhostcrpacker_INTERMEDIATES = $(VBoxOGLcrpacker_INTERMEDIATES)
    214216VBoxOGLhostcrpacker_LIBS.win = $(PATH_LIB)/VBoxOGLhostcrutil$(VBOX_SUFF_LIB)
    215217if1of ($(KBUILD_TARGET), linux solaris darwin)
     
    373375VBoxOGLhostcrstate_TEMPLATE = VBOXOGLR3GUESTHOST
    374376VBoxOGLhostcrstate_EXTENDS  = VBoxOGLcrstate
     377VBoxOGLhostcrstate_INTERMEDIATES = $(VBoxOGLcrstate_INTERMEDIATES)
    375378VBoxOGLhostcrstate_SOURCES  = $(VBoxOGLcrstate_SOURCES) state_tracker/state_snapshot.c
    376379VBoxOGLhostcrstate_LIBS.win = \
     
    456459VBoxOGLhosterrorspu_TEMPLATE = VBOXOGLR3GUESTHOST
    457460VBoxOGLhosterrorspu_EXTENDS  = VBoxOGLerrorspu
     461VBoxOGLhosterrorspu_INTERMEDIATES = $(VBoxOGLerrorspu_INTERMEDIATES)
    458462VBoxOGLhosterrorspu_LIBS    += $(LIB_RUNTIME)
    459463VBoxOGLhosterrorspu_LIBS.win = $(PATH_LIB)/VBoxOGLhostcrutil$(VBOX_SUFF_LIB)
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r15709 r16230  
    346346    else
    347347    {
    348         offset = sprintf( txt, "OpenGL Debug: ");
     348        offset = sprintf( txt, "[0x%x] OpenGL Debug: ", crThreadID());
    349349    }
    350350#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette