VirtualBox

Changeset 46031 in vbox


Ignore:
Timestamp:
May 13, 2013 4:15:16 PM (12 years ago)
Author:
vboxsync
Message:

Cannot define two RT_OS_XXX macros at the same time, sorry, was never intended to work.

File:
1 edited

Legend:

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

    r41477 r46031  
    5555#
    5656
    57 # As there are differences between the Windows build of the service and others,
    58 # we do an additional build with RT_OS_WINDOWS defined on non-Windows targets.
    59 PROGRAMS += \
    60     tstSharedFolderService \
    61     $(if $(eq $(KBUILD_TARGET),win),,tstSharedFolderService-win)
    62 
     57PROGRAMS += tstSharedFolderService \
    6358tstSharedFolderService_TEMPLATE = VBOXR3TSTEXE
    6459tstSharedFolderService_DEFS     = VBOX_WITH_HGCM UNITTEST
     
    7469tstSharedFolderService_LIBS     = $(LIB_RUNTIME)
    7570
     71if 0 # Cannot define two RT_OS_XXX macros!
     72# As there are differences between the Windows build of the service and others,
     73# we do an additional build with RT_OS_WINDOWS defined on non-Windows targets.
     74PROGRAMS += \
     75    tstSharedFolderService \
     76    $(if $(eq $(KBUILD_TARGET),win),,tstSharedFolderService-win)
    7677tstSharedFolderService-win_TEMPLATE = $(tstSharedFolderService_TEMPLATE)
    7778tstSharedFolderService-win_DEFS     = \
     
    8384    $(tstSharedFolderService_LDFLAGS.darwin)
    8485tstSharedFolderService-win_LIBS     = $(tstSharedFolderService_LIBS)
     86endif
    8587
    8688endif # VBOX_WITH_TESTCASES
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