Changeset 13613 in vbox
- Timestamp:
- Oct 28, 2008 12:50:46 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r13608 r13613 359 359 # (Current not enabled by default because all the build servers has 360 360 # different Python versions installed and would start burning.) 361 if1of ($(KBUILD_TARGET), solaris)361 if1of ($(KBUILD_TARGET), darwin solaris) 362 362 VBOX_WITH_PYTHON = 1 363 363 endif -
trunk/include/VBox/scsi.h
r12927 r13613 126 126 127 127 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 128 143 /* Sense keys */ 129 144 #define SCSI_SENSE_NONE 0 -
trunk/src/libs/Makefile.kmk
r13605 r13613 75 75 endif 76 76 77 endif # VBOX_WITH_MAIN && !VBOX_ONLY_DOCS 77 endif # VBOX_WITH_MAIN && !VBOX_ONLY_DOCS 78 78 79 79 include $(KBUILD_PATH)/subfooter.kmk … … 119 119 ifndef VBOX_OSE 120 120 ifdef VBOX_WITH_FFMPEG 121 if1of ($(KBUILD_TARGET), darwin )121 if1of ($(KBUILD_TARGET), darwin linux) 122 122 subdirs += ffmpeg-20060710 123 123 endif
Note:
See TracChangeset
for help on using the changeset viewer.