Changeset 30721 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk
- Timestamp:
- Jul 7, 2010 11:46:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk
r30719 r30721 126 126 LIB_TO_DATADIR=\"\" \ 127 127 BIN_TO_DATADIR=\"\" 128 #ifneq ($(KBUILD_TYPE),debug)128 ifneq ($(KBUILD_TYPE),debug) 129 129 wined3d_DEFS += WINE_NO_DEBUG_MSGS 130 #endif130 endif 131 131 ifdef VBOXWDDM 132 132 wined3d_DEFS += VBOXWDDM … … 183 183 LIB_TO_DATADIR=\"\" \ 184 184 BIN_TO_DATADIR=\"\" 185 #ifneq ($(KBUILD_TYPE),debug)185 ifneq ($(KBUILD_TYPE),debug) 186 186 VBoxD3D8_DEFS += WINE_NO_DEBUG_MSGS 187 #endif187 endif 188 188 VBoxD3D8_INCS := $(PATH_SUB_CURRENT)/include 189 189 VBoxD3D8_SOURCES := \ … … 218 218 LIB_TO_DATADIR=\"\" \ 219 219 BIN_TO_DATADIR=\"\" 220 #ifneq ($(KBUILD_TYPE),debug)220 ifneq ($(KBUILD_TYPE),debug) 221 221 VBoxD3D9_DEFS += WINE_NO_DEBUG_MSGS 222 #endif222 endif 223 223 VBoxD3D9_INCS := $(PATH_SUB_CURRENT)/include 224 224 VBoxD3D9_SOURCES := \
Note:
See TracChangeset
for help on using the changeset viewer.