We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent719012e commitf434ebaCopy full SHA for f434eba
src/tools/msvc/clean.bat
@@ -1,5 +1,5 @@
1
@echooff
2
-REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.12 2008/06/24 01:15:36 tgl Exp $
+REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.13 2008/08/18 13:42:49 mha Exp $
3
4
setDIST=0
5
if"%1"=="dist"setDIST=1
@@ -20,6 +20,7 @@ if exist src\include\pg_config.h del /q src\include\pg_config.h
20
ifexist src\include\pg_config_os.hdel /q src\include\pg_config_os.h
21
if%DIST%==1ifexist src\backend\parser\parse.hdel /q src\backend\parser\parse.h
22
ifexist src\include\utils\fmgroids.hdel /q src\include\utils\fmgroids.h
23
+ifexist src\include\utils\probes.hdel /q src\include\utils\probes.h
24
25
ifexist src\backend\utils\fmgroids.hdel /q src\backend\utils\fmgroids.h
26
ifexist src\backend\utils\fmgrtab.cdel /q src\backend\utils\fmgrtab.c