Changeset 19960 in vbox for trunk/src/VBox
- Timestamp:
- May 24, 2009 3:10:31 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47662
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r19900 r19960 88 88 $(VBOX_PATH_SDK)/bindings/mscom/include/VirtualBox.h \ 89 89 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox.tlb \ 90 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox_i.c 90 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox_i.c 91 91 OTHER_CLEAN += \ 92 92 $(VBOX_IDL_FILE.MSCOM) \ … … 96 96 $(PATH_VBoxCOM)/VirtualBox.h \ 97 97 $(PATH_VBoxCOM)/VirtualBox_i.c \ 98 $(PATH_VBoxCOM)/VirtualBox.tlb 98 $(PATH_VBoxCOM)/VirtualBox.tlb 99 99 100 100 VBOX_MAIN_PREREQS += $(PATH_VBoxCOM)/VirtualBox_i.c … … 172 172 VBox-python-glue_INST = $(INST_SDK)bindings/ 173 173 # This file also should go to Python site-wide modules directory 174 # so for users it look 'just being here' 174 # so for users it look 'just being here' 175 175 VBox-python-glue_SOURCES = glue/vboxapi.py=>glue/python/vboxapi.py 176 176 … … 521 521 $(if $(VBOX_WITH_EHCI),VBOX_WITH_EHCI,) 522 522 endif 523 ifdef VBOX_WITH_VIDEOHWACCEL 524 VBoxC_DEFS += VBOX_WITH_VIDEOHWACCEL 525 endif 523 526 VBoxC_DEFS.darwin.x86 = VBOX_WITH_2X_4GB_ADDR_SPACE 524 527 VBoxC_DEFS.win.x86 += _WIN32_WINNT=0x0500 … … 596 599 endif 597 600 598 ifdef VBOX_WITH_VIDEOHWACCEL599 VBoxC_DEFS += VBOX_WITH_VIDEOHWACCEL600 endif601 602 601 ifdef VBOX_WITH_USB 603 602 VBoxC_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.