update Copyright info for VersionVDProj and update Makefile.am

This commit is contained in:
soochoi
2006-05-08 21:53:26 +00:00
parent 0983950115
commit 28d96636a1
4 changed files with 24 additions and 9 deletions

View File

@@ -97,9 +97,11 @@ uninstall-local:
# cd $(DESTDIR)$(libdir); $(MONO)
clean-local:
@echo [======== Cleaning Solution $(SFILES) ========]
"$(VSINSTALLDIR)/devenv" /clean $(TARGET_CFG) $(SFILES)
if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi
if [ -d Debug ]; then rm -rf Debug; fi
rm -rf build.log
if [ -f build.log ]; then rm -f build.log; fi
distclean-local: