git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c4d456)
Delete solution cache file on clean, if it exists.
Fri, 1 Jan 2010 16:58:53 +0000 (16:58 +0000)
Fri, 1 Jan 2010 16:58:53 +0000 (16:58 +0000)

diff --git a/src/tools/msvc/clean.bat b/src/tools/msvc/clean.bat
index fc12cc913680697d75f0b85a9e52bb3843280229..07c9bcb4cdc89fe3a2f3886a13988f72ebedc155 100755 (executable)
--- a/src/tools/msvc/clean.bat
+++ b/src/tools/msvc/clean.bat
@@ -1,5 +1,5 @@
@echo off
-REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.16 2009年11月12日 00:13:00 tgl Exp $
+REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.17 2010年01月01日 16:58:53 mha Exp $
set DIST=0
if "%1"=="dist" set DIST=1
@@ -11,6 +11,7 @@ if exist debug rd /s /q debug
if exist release rd /s /q release
for %%f in (*.vcproj) do del %%f
if exist pgsql.sln del /q pgsql.sln
+if exist pgsql.sln.cache del /q pgsql.sln.cache
del /s /q src\bin\win32ver.rc 2> NUL
del /s /q src\interfaces\win32ver.rc 2> NUL
if exist src\backend\win32ver.rc del /q src\backend\win32ver.rc
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /