Changeset 34813 in vbox
- Timestamp:
- Dec 7, 2010 7:06:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r34738 r34813 262 262 src/VBoxVMInformationDlg.h \ 263 263 src/VBoxVMLogViewer.h \ 264 src/VBoxLicenseViewer.h \ 264 265 src/globals/VBoxGlobal.h \ 265 266 src/globals/VBoxProblemReporter.h \ … … 424 425 src/VBoxVMInformationDlg.cpp \ 425 426 src/VBoxVMLogViewer.cpp \ 427 src/VBoxLicenseViewer.cpp \ 426 428 src/globals/COMDefs.cpp \ 427 429 src/globals/VBoxDefs.cpp \ … … 554 556 555 557 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris) # X11 556 ifndef VBOX_OSE557 VirtualBox_QT_MOCHDRS += \558 src/VBoxLicenseViewer.h559 VirtualBox_SOURCES += \560 src/VBoxLicenseViewer.cpp561 else562 VirtualBox_VBOX_EXTRA_NLS_SOURCES += \563 src/VBoxLicenseViewer.h \564 src/VBoxLicenseViewer.cpp565 endif566 558 VirtualBox_SOURCES += \ 567 559 src/platform/x11/XKeyboard-new.cpp \ 568 560 src/platform/x11/VBoxX11Helper.cpp \ 569 561 src/platform/x11/UIDesktopServices_x11.cpp 570 else571 VirtualBox_VBOX_EXTRA_NLS_SOURCES += \572 src/VBoxLicenseViewer.h \573 src/VBoxLicenseViewer.cpp574 562 endif 575 563
Note:
See TracChangeset
for help on using the changeset viewer.