Changeset 12947 in vbox
- Timestamp:
- Oct 2, 2008 4:39:20 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12946 r12947 496 496 ifeq ($(KBUILD_TARGET),win) 497 497 VirtualBox4-accessible_SOURCES = $(VBOX_PATH_QT4)/plugins/accessible/qtaccessiblewidgets4.dll 498 else ifneq ($(KBUILD_TARGET,darwin) 498 else ifneq ($(KBUILD_TARGET,darwin)) 499 499 VirtualBox4-accessible_SOURCES = $(VBOX_PATH_QT4)/plugins/accessible/libqtaccessiblewidgets4$(SUFF_DLL) 500 500 $(error fixme) … … 525 525 526 526 ## @todo: It seems it isn't possible to let kBuild generate a directory in the 527 # install target without installing something. So we install an empty file for 528 # that. 529 # 527 # install target without installing something. So we install an empty file for that. 528 530 529 # Figure out which languages we support 531 530 VBOX_SUPPORTED_LANG = $(shell $(CAT_EXT) $(PATH_ROOT)/src/VBox/Frontends/VirtualBox4/nls/ApprovedLanguages.txt)
Note:
See TracChangeset
for help on using the changeset viewer.