mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Output PCH, not dependencies.
svn path=/trunk/; revision=45279
This commit is contained in:
@@ -125,7 +125,7 @@ else
|
||||
|
||||
${call RBUILD_intermediate_dir,$(2)}$$(SEP).gch_$(1)$$(SEP)$(notdir $(2)).gch: $(2) $(3) | ${call RBUILD_intermediate_dir,$(2)}$$(SEP).gch_$(1)
|
||||
$$(ECHO_PCH)
|
||||
$${gcc} -MF $$@ ${call RBUILD_cflags,$(1),$(4)} -x c-header -M -MP -MT $$@ $$<
|
||||
$${gcc} -o $$@ ${call RBUILD_cflags,$(1),$(4)} -x c-header $$<
|
||||
|
||||
endif
|
||||
|
||||
@@ -152,7 +152,7 @@ else
|
||||
|
||||
${call RBUILD_intermediate_dir,$(2)}$$(SEP).gch_$(1)$$(SEP)$(notdir $(2)).gch: $(2) $(3) | ${call RBUILD_intermediate_dir,$(2)}$$(SEP).gch_$(1)
|
||||
$$(ECHO_PCH)
|
||||
$${gpp} -MF $$@ ${call RBUILD_cxxflags,$(1),$(4)} -x c++-header -M -MP -MT $$@ $$<
|
||||
$${gpp} -o $$@ ${call RBUILD_cxxflags,$(1),$(4)} -x c++-header $$<
|
||||
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user