File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Solution;
3
3
#
4
4
# Package that encapsulates a Visual C++ solution file generation
5
5
#
6
- # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.42 2008/06/23 17:54:30 tgl Exp $
6
+ # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.43 2008/06/24 01:15:36 tgl Exp $
7
7
#
8
8
use Carp;
9
9
use strict;
@@ -204,6 +204,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
204
204
chdir (' src\backend\utils' );
205
205
system (" perl Gen_fmgrtab.pl ../../../src/include/catalog/pg_proc.h" );
206
206
chdir (' ..\..\..' );
207
+ copyFile(' src\backend\utils\fmgroids.h' ,' src\include\utils\fmgroids.h' );
207
208
}
208
209
209
210
if (IsNewer(' src\include\utils\probes.h' ,' src\backend\utils\pg_trace.d' ))
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.11 2008/05/30 00:04:32 tgl Exp $
2
+ REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.12 2008/06/24 01:15:36 tgl Exp $
3
3
4
4
set DIST = 0
5
5
if " %1 " == " dist" set DIST = 1
@@ -21,6 +21,7 @@ if exist src\include\pg_config_os.h del /q src\include\pg_config_os.h
21
21
if %DIST% == 1 if exist src\backend\parser\parse.h del /q src\backend\parser\parse.h
22
22
if exist src\include\utils\fmgroids.h del /q src\include\utils\fmgroids.h
23
23
24
+ if exist src\backend\utils\fmgroids.h del /q src\backend\utils\fmgroids.h
24
25
if exist src\backend\utils\fmgrtab.c del /q src\backend\utils\fmgrtab.c
25
26
if exist src\backend\catalog\postgres.bki del /q src\backend\catalog\postgres.bki
26
27
if exist src\backend\catalog\postgres.description del /q src\backend\catalog\postgres.description
You can’t perform that action at this time.
0 commit comments