Changeset 7480 in vbox
- Timestamp:
- Mar 17, 2008 11:01:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r7467 r7480 793 793 endef 794 794 795 ## Generate a rule to create a header and source filesfrom an UI4795 ## Generate a rule to create a header file from an UI4 796 796 # definition source (.ui). 797 797 # @param $uifile UI definintion source file … … 806 806 $$(call MSG_TOOL,uic,$(target),$(uifile),$$@) 807 807 $$(QUIET)$$(VBOX_UIC4) $(uifile) -o $$@ 808 809 # we assume that the generated header is at least included by 810 # the normal header with the same name 811 include/$(notdir $(basename $(uifile))).h: $(uihdr) 808 812 809 813 endef … … 896 900 # 897 901 898 $(PATH_VirtualBox)/moc/moc_VBoxAboutDlg.cpp: \899 $(PATH_VirtualBox)/ui/VBoxAboutDlg.gen.h900 901 $(PATH_VirtualBox)/moc/moc_VBoxCloseVMDlg.cpp: \902 $(PATH_VirtualBox)/ui/VBoxCloseVMDlg.gen.h903 904 $(PATH_VirtualBox)/moc/moc_VBoxNewVMWzd.cpp: \905 $(PATH_VirtualBox)/ui/VBoxNewVMWzd.gen.h906 907 $(PATH_VirtualBox)/moc/moc_VBoxNewHDWzd.cpp: \908 $(PATH_VirtualBox)/ui/VBoxNewHDWzd.gen.h909 910 $(PATH_VirtualBox)/moc/moc_VBoxVMFirstRunWzd.cpp: \911 $(PATH_VirtualBox)/ui/VBoxVMFirstRunWzd.gen.h912 913 902 # Make all generated UI sources dependent on all generated headers (since they 914 903 # may include them). This is safer than indifidual dependencies above but
Note:
See TracChangeset
for help on using the changeset viewer.