+win-dist: MSW_ZIP_TEXT_DIST SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST INTL_DIST
+# RR: copy VC files common to all samples in a general way
+ for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \
+ -mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
+ t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
+ $(CP_P) \
+ `find $$s -maxdepth 1 -name '*.dsp' -o -name '*.vcproj'` $$t; \
+ done
+# RR: Copy text and binary data separately