Changeset 8759 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 11, 2008 6:33:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r8758 r8759 336 336 VirtualBox_DEFS.darwin += VBOX_WITH_ICHAT_THEATER 337 337 endif 338 ifneq ($( BUILD_TYPE),release)338 ifneq ($(KBUILD_TYPE),release) 339 339 # non-release builds has some extra features. 340 340 VirtualBox_DEFS.win += VBOX_GUI_USE_DDRAW … … 370 370 371 371 372 ifeq ($( BUILD_TYPE),release)372 ifeq ($(KBUILD_TYPE),release) 373 373 VirtualBox_LDFLAGS.win += /SUBSYSTEM:windows 374 374 else
Note:
See TracChangeset
for help on using the changeset viewer.