VirtualBox

Changeset 34091 in vbox for trunk/src/VBox/Devices/testcase


Ignore:
Timestamp:
Nov 16, 2010 12:13:35 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67782
Message:

Devices/testcase/Makefile.kmk: Unqualified target_PROP inventions are NOT permitted, VBOX_ prefix or infix MUST be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/Makefile.kmk

    r33649 r34091  
    4141        $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run
    4242
    43 tstDeviceStructSize_FEATURES = \
     43VBOX_tstDeviceStructSize_FEATURES = \
    4444        $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) \
    4545        $(if $(VBOX_WITH_USB),VBOX_WITH_USB,) \
     
    6363 PROGRAMS += tstDeviceStructSizeRC
    6464 tstDeviceStructSizeRC_TEMPLATE  = VBoxRcExe
    65  tstDeviceStructSizeRC_DEFS      = $(tstDeviceStructSize_FEATURES)
     65 tstDeviceStructSizeRC_DEFS      = $(VBOX_tstDeviceStructSize_FEATURES)
    6666 tstDeviceStructSizeRC_SOURCES   = tstDeviceStructSizeRC.cpp
    6767 tstDeviceStructSizeRC_INCS      = \
     
    7676PROGRAMS += tstDeviceStructSize
    7777tstDeviceStructSize_TEMPLATE = VBOXR3AUTOTST
    78 tstDeviceStructSize_DEFS     = $(tstDeviceStructSize_FEATURES)
     78tstDeviceStructSize_DEFS     = $(VBOX_tstDeviceStructSize_FEATURES)
    7979tstDeviceStructSize_INCS     = \
    8080        $(VBOX_PATH_DEVICES_SRC) \
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