summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/Makefile-msvcproj.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile-msvcproj.am b/build/Makefile-msvcproj.am
index 9fe282d7..31d88a3a 100644
--- a/build/Makefile-msvcproj.am
+++ b/build/Makefile-msvcproj.am
@@ -202,12 +202,14 @@ $(top_builddir)/build/win32/vs10/pangocairo.vcxproj: \
# (Seperator)
-$(RM) $@
$(CPP) -I$(top_builddir)/build -P - <$(top_srcdir)/build/win32/vs10/pangocairo.vcxprojin >$@
+ -$(RM) $(top_builddir)/build/libpangocairo.vs10.sourcefiles
$(top_builddir)/build/win32/vs10/pangocairo.vcxproj.filters: \
$(top_srcdir)/build/win32/vs10/pangocairo.vcxproj.filtersin $(top_builddir)/build/libpangocairo.vs10.sourcefiles.filters
# (Seperator)
-$(RM) $@
$(CPP) -I$(top_builddir)/build -P - <$(top_srcdir)/build/win32/vs10/pangocairo.vcxproj.filtersin >$@
+ -$(RM) $(top_builddir)/build/libpangocairo.vs10.sourcefiles.filters
##############################################
# Now fill in the header "installation" list #