Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5069e95

Browse files
committed
Delete solution cache file on clean, if it exists.
1 parent2c4d456 commit5069e95

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
@echooff
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
setDIST=0
55
if"%1"=="dist"setDIST=1
@@ -11,6 +11,7 @@ if exist debug rd /s /q debug
1111
ifexist releaserd /s /q release
1212
for%%fin (*.vcproj)dodel%%f
1313
ifexist pgsql.slndel /q pgsql.sln
14+
ifexist pgsql.sln.cachedel /q pgsql.sln.cache
1415
del /s /q src\bin\win32ver.rc2>NUL
1516
del /s /q src\interfaces\win32ver.rc2>NUL
1617
ifexist src\backend\win32ver.rcdel /q src\backend\win32ver.rc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp