Changeset 12033 in vbox
- Timestamp:
- Sep 3, 2008 12:35:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12019 r12033 608 608 VirtualBox4_SOURCES += \ 609 609 src/VBoxLicenseViewer.cpp 610 else 611 VirtualBox4_SOURCES_NLS += \ 612 include/VBoxLicenseViewer.h \ 613 src/VBoxLicenseViewer.cpp 610 614 endif 611 615 VirtualBox4_SOURCES += \ 612 616 src/linux/XKeyboard-new.cpp \ 613 617 src/VBoxX11Helper.cpp 618 else 619 VirtualBox4_SOURCES_NLS += \ 620 include/VBoxLicenseViewer.h \ 621 src/VBoxLicenseViewer.cpp 614 622 endif 615 623 … … 828 836 # 829 837 updatenls:: \ 830 $(filter-out %.qrc,$(VirtualBox4_SOURCES) ) \838 $(filter-out %.qrc,$(VirtualBox4_SOURCES) $(VirtualBox4_SOURCES_NLS)) \ 831 839 $(wildcard include/*.h) 832 840 $(call MSG_L1,lupdate all languages (nls/*.ts)) … … 836 844 $(filter-out nls/qt_%.ts,$(VirtualBox4_QT_TRANSLATIONS)) \ 837 845 nls/VirtualBox_xx_YY.ts 838 839 840
Note:
See TracChangeset
for help on using the changeset viewer.