Changeset 52758 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 16, 2014 11:37:31 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r52723 r52758 918 918 VirtualBox_CXXFLAGS += -Winvalid-pch -fpch-preprocess 919 919 VirtualBox_INCS <= $(VirtualBoxPch_0_OUTDIR)/src 920 VirtualBox_INTERMEDIATES += $(VirtualBoxPch_0_OUTDIR)/src/precomp.h.gch 921 endif 920 $(foreach x,$(filter-out include/COMWrappers.cpp, $(filter %.cpp, \ 921 $(VirtualBox_SOURCES) \ 922 $(VirtualBox_SOURCES.$(KBUILD_TARGET)) \ 923 $(VirtualBox_SOURCES.$(KBUILD_TYPE)) \ 924 )),$(eval $(abspath $(PATH_OBJ)/VirtualBox/$(basename $(x)).o): $$$$(VirtualBoxPch_0_OUTDIR)/src/precomp.h.gch)) 925 endif 922 926 923 927 TOOL_VirtualBoxPchLinker = Linker for VirtualBoxPch
Note:
See TracChangeset
for help on using the changeset viewer.