VirtualBox

Changeset 13613 in vbox


Ignore:
Timestamp:
Oct 28, 2008 12:50:46 PM (16 years ago)
Author:
vboxsync
Message:

Build system: enable python module by default on osx

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r13608 r13613  
    359359# (Current not enabled by default because all the build servers has
    360360# different Python versions installed and would start burning.)
    361 if1of ($(KBUILD_TARGET), solaris)
     361if1of ($(KBUILD_TARGET), darwin solaris)
    362362 VBOX_WITH_PYTHON = 1
    363363endif
  • trunk/include/VBox/scsi.h

    r12927 r13613  
    126126
    127127
     128/* Status codes */
     129#define SCSI_STATUS_OK                          0x00
     130#define SCSI_STATUS_CHECK_CONDITION             0x02
     131#define SCSI_STATUS_CONDITION_MET               0x04
     132#define SCSI_STATUS_BUSY                        0x08
     133#define SCSI_STATUS_INTERMEDIATE                0x10
     134#define SCSI_STATUS_DATA_UNDEROVER_RUN          0x12
     135#define SCSI_STATUS_INTERMEDIATE_CONDITION_MET  0x14
     136#define SCSI_STATUS_RESERVATION_CONFLICT        0x18
     137#define SCSI_STATUS_COMMAND_TERMINATED          0x22
     138#define SCSI_STATUS_QUEUE_FULL                  0x28
     139#define SCSI_STATUS_ACA_ACTIVE                  0x30
     140#define SCSI_STATUS_TASK_ABORTED                0x40
     141
     142
    128143/* Sense keys */
    129144#define SCSI_SENSE_NONE             0
  • trunk/src/libs/Makefile.kmk

    r13605 r13613  
    7575 endif
    7676
    77 endif # VBOX_WITH_MAIN && !VBOX_ONLY_DOCS 
     77endif # VBOX_WITH_MAIN && !VBOX_ONLY_DOCS
    7878
    7979include $(KBUILD_PATH)/subfooter.kmk
     
    119119 ifndef VBOX_OSE
    120120  ifdef VBOX_WITH_FFMPEG
    121    if1of ($(KBUILD_TARGET), darwin)
     121   if1of ($(KBUILD_TARGET), darwin linux)
    122122    subdirs += ffmpeg-20060710
    123123   endif
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