Changeset 12102 in vbox for trunk/src/VBox
- Timestamp:
- Sep 4, 2008 7:00:47 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36043
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12033 r12102 609 609 src/VBoxLicenseViewer.cpp 610 610 else 611 VirtualBox4_ SOURCES_NLS += \611 VirtualBox4_VBOX_EXTRA_NLS_SOURCES += \ 612 612 include/VBoxLicenseViewer.h \ 613 613 src/VBoxLicenseViewer.cpp … … 617 617 src/VBoxX11Helper.cpp 618 618 else 619 VirtualBox4_ SOURCES_NLS += \619 VirtualBox4_VBOX_EXTRA_NLS_SOURCES += \ 620 620 include/VBoxLicenseViewer.h \ 621 621 src/VBoxLicenseViewer.cpp … … 836 836 # 837 837 updatenls:: \ 838 $(filter-out %.qrc,$(VirtualBox4_SOURCES) $(VirtualBox4_ SOURCES_NLS)) \838 $(filter-out %.qrc,$(VirtualBox4_SOURCES) $(VirtualBox4_VBOX_EXTRA_NLS_SOURCES)) \ 839 839 $(wildcard include/*.h) 840 840 $(call MSG_L1,lupdate all languages (nls/*.ts))
Note:
See TracChangeset
for help on using the changeset viewer.