Changeset 13614 in vbox
- Timestamp:
- Oct 28, 2008 12:52:20 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38535
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r13613 r13614 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), darwinsolaris)361 if1of ($(KBUILD_TARGET), solaris) 362 362 VBOX_WITH_PYTHON = 1 363 363 endif -
trunk/include/VBox/scsi.h
r13613 r13614 126 126 127 127 128 /* Status codes */129 #define SCSI_STATUS_OK 0x00130 #define SCSI_STATUS_CHECK_CONDITION 0x02131 #define SCSI_STATUS_CONDITION_MET 0x04132 #define SCSI_STATUS_BUSY 0x08133 #define SCSI_STATUS_INTERMEDIATE 0x10134 #define SCSI_STATUS_DATA_UNDEROVER_RUN 0x12135 #define SCSI_STATUS_INTERMEDIATE_CONDITION_MET 0x14136 #define SCSI_STATUS_RESERVATION_CONFLICT 0x18137 #define SCSI_STATUS_COMMAND_TERMINATED 0x22138 #define SCSI_STATUS_QUEUE_FULL 0x28139 #define SCSI_STATUS_ACA_ACTIVE 0x30140 #define SCSI_STATUS_TASK_ABORTED 0x40141 142 143 128 /* Sense keys */ 144 129 #define SCSI_SENSE_NONE 0 -
trunk/src/libs/Makefile.kmk
r13613 r13614 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 linux)121 if1of ($(KBUILD_TARGET), darwin) 122 122 subdirs += ffmpeg-20060710 123 123 endif
Note:
See TracChangeset
for help on using the changeset viewer.