Skip to content

Commit 5069e95

Browse files
committed
Delete solution cache file on clean, if it exists.
1 parent 2c4d456 commit 5069e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/msvc/clean.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.16 2009/11/12 00:13:00 tgl Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.17 2010/01/01 16:58:53 mha Exp $
33

44
set DIST=0
55
if "%1"=="dist" set DIST=1
@@ -11,6 +11,7 @@ if exist debug rd /s /q debug
1111
if exist release rd /s /q release
1212
for %%f in (*.vcproj) do del %%f
1313
if exist pgsql.sln del /q pgsql.sln
14+
if exist pgsql.sln.cache del /q pgsql.sln.cache
1415
del /s /q src\bin\win32ver.rc 2> NUL
1516
del /s /q src\interfaces\win32ver.rc 2> NUL
1617
if exist src\backend\win32ver.rc del /q src\backend\win32ver.rc

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy