Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -83,11 +83,11 @@ # # A few miscellaneous platform-specific items: # TEA_ADD_* any platform specific compiler/build info here. #-------------------------------------------------------------------- -TEA_ADD_CLEANFILES([pkgIndex.tcl generic/tls.tcl.h tlsUuid.h]) +TEA_ADD_CLEANFILES([pkgIndex.tcl generic/tls.tcl.h tlsUuid.h manifest.uuid]) if test "${TEA_PLATFORM}" = "windows" ; then TEA_ADD_CLEANFILES([*.lib *.dll *.exp *.ilk *.pdb vc*.pch]) else TEA_ADD_CLEANFILES([*.so]) DELETED manifest.uuid Index: manifest.uuid ================================================================== --- manifest.uuid +++ /dev/null @@ -1,1 +0,0 @@ -git- Index: win/makefile.vc ================================================================== --- win/makefile.vc +++ win/makefile.vc @@ -63,12 +63,13 @@ #--------------------------------------------------------------------- all: setup default-target clean: default-clean + @if exist $(WIN_DIR)\..\manifest.uuid del $(WIN_DIR)\..\manifest.uuid -realclean: default-hose +realclean: clean default-hose # Explicit dependency rules $(PRJ_OBJS): $(TMP_DIR)\tls.tcl.h $(TMP_DIR)\tlsUuid.h # We must define a pkgindex target that will create a pkgIndex.tcl