Changeset 15825 in vbox
- Timestamp:
- Jan 7, 2009 3:03:28 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41411
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r15802 r15825 105 105 ifneq ($(VBOX_WITH_QTGUI),) 106 106 if1of ($(KBUILD_TARGET), win os2) 107 ## @todo remove ifeq and make it work for win too (see 108 ifeq ($(KBUILD_TARGET),os2) 109 include $(KBUILD_PATH)/units/qt3.kmk 107 ifneq ($(strip $(VBOX_DLL_QT)),) 110 108 bin_SOURCES += \ 111 $(DLL_SDK_QT3_QT)=>$(not-dir $(DLL_SDK_QT3_QT)) 112 else 113 ifneq ($(strip $(VBOX_DLL_QT)),) 114 bin_SOURCES += \ 115 $(VBOX_DLL_QT)=>$(not-dir $(VBOX_DLL_QT)) 116 endif 109 $(VBOX_DLL_QT)=>$(not-dir $(VBOX_DLL_QT)) 117 110 endif 118 111 ifdef VBOX_QT_BINARIES
Note:
See TracChangeset
for help on using the changeset viewer.