From 28d96636a16c5dedd9e33cb193b261e657161e75 Mon Sep 17 00:00:00 2001 From: soochoi Date: Mon, 8 May 2006 21:53:26 +0000 Subject: [PATCH] update Copyright info for VersionVDProj and update Makefile.am --- c_micasacache/windows/Makefile.am | 7 ++++--- c_micasadk/windows/Makefile.am | 7 ++++--- tools/w32/VersionVDProj/README | 15 +++++++++++++-- vs_solutions/CASAInstall/Makefile.am | 4 +++- 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/c_micasacache/windows/Makefile.am b/c_micasacache/windows/Makefile.am index ec5b8bb3..55d7cfbf 100755 --- a/c_micasacache/windows/Makefile.am +++ b/c_micasacache/windows/Makefile.am @@ -70,8 +70,8 @@ vpath %.cpp $(PLATFORMDEPENDENTSOURCEDIR) $(PLATFORMINDEPENDENTSOURCEDIR) $(MODULE_NAME).$(MODULE_EXT): $(OBJDIR) devenv @echo [======== Building Solution $(SFILES) ========] - cp -f ../micasacache.def . - cp -f ../c_micasacache.vcproj . +# cp -f ../micasacache.def . +# cp -f ../c_micasacache.vcproj . "$(VSINSTALLDIR)/devenv" /rebuild $(TARGET_CFG) /project $(PROJECT_NAME) $(SFILES) /out build.log cp -f ../$(TARGET_CFG)/$(MODULE_NAME).$(MODULE_EXT) $(CASALIBDIR)/$(TARGET_CFG) @@ -97,7 +97,8 @@ uninstall-local: clean-local: if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi - rm -f build.log + if [ -d ../$(TARGET_CFG) ]; then rm -rf ../$(TARGET_CFG); fi + if [ -f build.log ]; then rm -rf build.log; fi distclean-local: diff --git a/c_micasadk/windows/Makefile.am b/c_micasadk/windows/Makefile.am index 5759d24c..69971238 100755 --- a/c_micasadk/windows/Makefile.am +++ b/c_micasadk/windows/Makefile.am @@ -70,8 +70,8 @@ vpath %.cpp $(PLATFORMDEPENDENTSOURCEDIR) $(PLATFORMINDEPENDENTSOURCEDIR) $(MODULE_NAME).$(MODULE_EXT): $(OBJDIR) devenv @echo [======== Building Solution $(SFILES) ========] - cp -f ../micasa.def . - cp -f ../c_micasadk.vcproj . +# cp -f ../micasa.def . +# cp -f ../c_micasadk.vcproj . "$(VSINSTALLDIR)/devenv" /rebuild $(TARGET_CFG) /project $(PROJECT_NAME) $(SFILES) /out build.log cp -f ../$(TARGET_CFG)/$(MODULE_NAME).$(MODULE_EXT) $(CASALIBDIR)/$(TARGET_CFG) @@ -97,7 +97,8 @@ uninstall-local: clean-local: if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi - rm -f build.log + if [ -d ../$(TARGET_CFG) ]; then rm -rf ../$(TARGET_CFG); fi + if [ -f build.log ]; then rm -f build.log; fi distclean-local: diff --git a/tools/w32/VersionVDProj/README b/tools/w32/VersionVDProj/README index cf1b5d1a..cc37127f 100644 --- a/tools/w32/VersionVDProj/README +++ b/tools/w32/VersionVDProj/README @@ -1,7 +1,18 @@ -This is a command line utility that update the version and GUID of VS.NET project files. There is no licese on this tool. +This is a command line utility that updates the version and GUID of VS.NET project files. + +The source for this tool has been downloaded from the following site. -The source is from http://www.codeproject.com/dotnet/VersionVDProj.asp#xx1436860xx +The copy right associated with this tool is as followings: + +//////////////////////////////////////////////////////////////// +// copyright 2003 Don Kackman - mailto:dkackman_2000@yahoo.com +// +// no warranty expressed or implied +// use however you'd like +//////////////////////////////////////////////////////////////// + +4/14/2006 diff --git a/vs_solutions/CASAInstall/Makefile.am b/vs_solutions/CASAInstall/Makefile.am index fdd2c04e..9bda2d0f 100755 --- a/vs_solutions/CASAInstall/Makefile.am +++ b/vs_solutions/CASAInstall/Makefile.am @@ -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: