projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
04651da
)
Fix MSVC build breakage from psql help changes. Per Josh Williams.
author
Andrew Dunstan
<
[email protected]
>
Sat, 19 Sep 2009 05:56:50 +0000
(
05:56
+0000)
committer
Andrew Dunstan
<
[email protected]
>
Sat, 19 Sep 2009 05:56:50 +0000
(
05:56
+0000)
src/tools/msvc/Solution.pm
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index 583a7048a6cfcb8c57d7f96cd522b3b340f5f433..d2621cb3637e063b3ec1d7f3abbe525ba235065f 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-235,7
+235,7
@@
s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY
{
print "Generating sql_help.h...\n";
chdir('src\bin\psql');
- system("perl create_help.pl ../../../doc/src/sgml/ref sql_help
.h
");
+ system("perl create_help.pl ../../../doc/src/sgml/ref sql_help");
chdir('..\..\..');
}