VirtualBox

Changeset 957 in vbox for trunk/src/VBox/Debugger/Makefile


Ignore:
Timestamp:
Feb 17, 2007 4:43:22 AM (18 years ago)
Author:
vboxsync
Message:

Qt portability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/Makefile

    r1 r957  
    4848tstVBoxDbg_SOURCES      = testcase/tstVBoxDbg.cpp
    4949tstVBoxDbg_LIBS         = \
    50         $(LIB_RUNTIME) \
    51         $(LIB_VMM)
    52 tstVBoxDbg_LIBS.win     = \
    53         $(PATH_LIB)/VBoxDbg.lib
    54 tstVBoxDbg_LIBS.linux   = \
    55         $(PATH_BIN)/VBoxDbg.so
    56 tstVBoxDbg_LIBS         = \
    5750        $(LIB_VMM) \
    5851        $(LIB_RUNTIME)
     52ifeq ($(BUILD_TARGET),win)
     53tstVBoxDbg_LIBS        += \
     54        $(PATH_LIB)/VBoxDbg.lib
     55else
     56tstVBoxDbg_LIBS        += \
     57        $(PATH_BIN)/VBoxDbg$(VBOX_SUFF_DLL)
     58endif
    5959
    6060
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