VirtualBox

Changeset 20636 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jun 16, 2009 3:16:33 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: disable debugging for release builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk

    r20635 r20636  
    130130    LIB_TO_DATADIR=\"\" \
    131131    BIN_TO_DATADIR=\"\"
     132ifneq ($(KBUILD_TYPE),debug)
     133 wined3d_DEFS        += WINE_NO_DEBUG_MSGS
     134endif
    132135wined3d_INCS         := $(PATH_SUB_CURRENT)/include
    133136wined3d_SOURCES      := \
     
    183186    LIB_TO_DATADIR=\"\" \
    184187    BIN_TO_DATADIR=\"\"
     188ifneq ($(KBUILD_TYPE),debug)
     189 VBoxD3D8_DEFS       += WINE_NO_DEBUG_MSGS
     190endif
    185191VBoxD3D8_INCS         := $(PATH_SUB_CURRENT)/include
    186192VBoxD3D8_SOURCES      := \
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