diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 17:19:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 17:58:56 +0300 |
commit | 9cf309c4f0c85a1db0f470b389a1e4a1752204f0 (patch) | |
tree | c1238fd4c4f12caa600228f433e442b7386b3a45 /solenv | |
parent | 2653715b5298e3f59b2f1a6cbb1f7fddccad0a11 (diff) |
There is no gb_Object__command_deponcompile and we do deps another way anyway
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/windows.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk index 33c6148bc0f9..875b43195aea 100644 --- a/solenv/gbuild/platform/windows.mk +++ b/solenv/gbuild/platform/windows.mk @@ -277,7 +277,6 @@ $(call gb_Helper_abbreviate_dirs_native,\ $(INCLUDE) \ -c $(realpath $(3)) \ -Fo$(1)) $(call gb_create_deps,$(1),$(4),$(realpath $(3))) -$(call gb_Object__command_deponcompile,$(1),$(4),$(3),$(DEFS),$(T_CFLAGS),$(INCLUDE)) endef @@ -298,7 +297,6 @@ $(call gb_Helper_abbreviate_dirs_native,\ $(INCLUDE_STL) $(INCLUDE) \ -c $(realpath $(3)) \ -Fo$(1)) $(call gb_create_deps,$(1),$(4),$(realpath $(3))) -$(call gb_Object__command_deponcompile,$(1),$(4),$(3),$(DEFS),$(T_CXXFLAGS),$(INCLUDE)) endef @@ -350,7 +348,6 @@ $(call gb_Helper_abbreviate_dirs_native,\ mkdir -p $(dir $(1)) $(dir $(4)) && \ $(ML_EXE) $(gb_AFLAGS) -D$(COM) /Fo$(1) $(3)) && \ echo "$(1) : $(realpath $(3))" > $(4) -$(call gb_Object__command_deponcompile,$(1),$(4),$(3),,,) endef |