Index: win/makefile.vc ================================================================== --- win/makefile.vc +++ win/makefile.vc @@ -53,14 +53,20 @@ # Define the standard targets !include "targets.vc" # Project specific targets +all: default-target + +clean: default-clean + +realclean: default-hose + # We must define a pkgindex target that will create a pkgIndex.tcl # file in the $(OUT_DIR) directory. We can just redirect to the # default-pkgindex target for our sample extension. -pkgindex: default-pkgindex +pkgindex: default-pkgindex-tea # The default install target only installs binaries and scripts so add # an additional target for our documentation. Note this *adds* a target # since no commands are listed after it. The original targets for # install (from targets.vc) will remain.