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

Commit3036b84

Browse files
committed
Adjust quotes for win32 build of psql.
1 parentbc4911b commit3036b84

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

‎src/bin/psql/bcc32.mak

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ CLEAN :
8484
-@erase"$(INTDIR)\..\..\port\pg_config_paths.h"
8585

8686
"..\..\port\pg_config_paths.h": win32.mak
87-
echo"#define PGBINDIR"">$@
88-
echo"#define PGSHAREDIR"" >>$@
89-
echo"#define SYSCONFDIR"" >>$@
90-
echo"#define INCLUDEDIR"" >>$@
91-
echo"#define PKGINCLUDEDIR"" >>$@
92-
echo"#define INCLUDEDIRSERVER"" >>$@
93-
echo"#define LIBDIR"" >>$@
94-
echo"#define PKGLIBDIR"" >>$@
95-
echo"#define LOCALEDIR"" >>$@
87+
echo#define PGBINDIR "">$@
88+
echo#define PGSHAREDIR "" >>$@
89+
echo#define SYSCONFDIR "" >>$@
90+
echo#define INCLUDEDIR "" >>$@
91+
echo#define PKGINCLUDEDIR "" >>$@
92+
echo#define INCLUDEDIRSERVER "" >>$@
93+
echo#define LIBDIR "" >>$@
94+
echo#define PKGLIBDIR "" >>$@
95+
echo#define LOCALEDIR "" >>$@
9696

9797
"$(OUTDIR)" :
9898
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

‎src/bin/psql/win32.mak

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ CLEAN :
4444
-@erase"$(INTDIR)\..\..\port\pg_config_paths.h"
4545

4646
"..\..\port\pg_config_paths.h": win32.mak
47-
echo"#define PGBINDIR"">$@
48-
echo"#define PGSHAREDIR"" >>$@
49-
echo"#define SYSCONFDIR"" >>$@
50-
echo"#define INCLUDEDIR"" >>$@
51-
echo"#define PKGINCLUDEDIR"" >>$@
52-
echo"#define INCLUDEDIRSERVER"" >>$@
53-
echo"#define LIBDIR"" >>$@
54-
echo"#define PKGLIBDIR"" >>$@
55-
echo"#define LOCALEDIR"" >>$@
47+
echo#define PGBINDIR "">$@
48+
echo#define PGSHAREDIR "" >>$@
49+
echo#define SYSCONFDIR "" >>$@
50+
echo#define INCLUDEDIR "" >>$@
51+
echo#define PKGINCLUDEDIR "" >>$@
52+
echo#define INCLUDEDIRSERVER "" >>$@
53+
echo#define LIBDIR "" >>$@
54+
echo#define PKGLIBDIR "" >>$@
55+
echo#define LOCALEDIR "" >>$@
5656

5757
"$(OUTDIR)" :
5858
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp