VirtualBox

Changeset 76086 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 9, 2018 8:06:32 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127327
Message:

VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r76085 r76086  
    303303VBoxSDS_TEMPLATE = VBOXMAINEXE
    304304VBoxSDS_DEFS += VBOX_COM_OUTOFPROC_MODULE
    305  if "$(KBUILD_TYPE)" == "debug" && "$(USERNAME)" == "bird"
     305 ifneq ($(KBUILD_TYPE),release)
    306306VBoxSDS_DEFS += _WIN32_WINNT=0x0610 # ClientPID query requires vista+
    307307 else
     
    380380endif
    381381VBoxSVC_DEFS.win += VBOX_COM_OUTOFPROC_MODULE
    382  if "$(KBUILD_TYPE)" == "debug" && "$(USERNAME)" == "bird"
     382 ifneq ($(KBUILD_TYPE),release)
    383383VBoxSVC_DEFS.win += _WIN32_WINNT=0x0610 # ClientPID query requires vista+
    384384 else
Note: See TracChangeset for help on using the changeset viewer.

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