Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0b1b010c
Commit
0b1b010c
authored
Mar 03, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for Win32-client only compiles.
Hiroshi Saito
parent
43e9bab9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
src/bin/psql/win32.mak
src/bin/psql/win32.mak
+16
-1
src/include/pg_config.h.win32
src/include/pg_config.h.win32
+1
-0
src/win32.mak
src/win32.mak
+1
-5
No files found.
src/bin/psql/win32.mak
View file @
0b1b010c
...
@@ -29,6 +29,7 @@ REFDOCDIR= ../../../doc/src/sgml/ref
...
@@ -29,6 +29,7 @@ REFDOCDIR= ../../../doc/src/sgml/ref
CPP_PROJ
=
/nologo
$(OPT)
/W3 /GX /D
"WIN32"
$(DEBUGDEF)
/D
"_CONSOLE"
/D
\
CPP_PROJ
=
/nologo
$(OPT)
/W3 /GX /D
"WIN32"
$(DEBUGDEF)
/D
"_CONSOLE"
/D
\
"_MBCS"
/Fp
"
$(INTDIR)
\p
sql.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
\
"_MBCS"
/Fp
"
$(INTDIR)
\p
sql.pch"
/YX /Fo
"
$(INTDIR)
\\
"
/Fd
"
$(INTDIR)
\\
"
/FD /c
\
/I ..
\.
.
\i
nclude /I ..
\.
.
\i
nterfaces
\l
ibpq /I ..
\.
.
\i
nclude
\p
ort
\w
in32
\
/I ..
\.
.
\i
nclude /I ..
\.
.
\i
nterfaces
\l
ibpq /I ..
\.
.
\i
nclude
\p
ort
\w
in32
\
/I ..
\p
g_dump /I ..
\.
.
\b
ackend
\
/D
"HAVE_STRDUP"
/D
"FRONTEND"
/D
"HAVE_STRDUP"
/D
"FRONTEND"
CPP_OBJS
=
$(INTDIR)
/
CPP_OBJS
=
$(INTDIR)
/
...
@@ -59,6 +60,8 @@ CLEAN :
...
@@ -59,6 +60,8 @@ CLEAN :
-
@erase
"
$(INTDIR)
\p
ath.obj"
-
@erase
"
$(INTDIR)
\p
ath.obj"
-
@erase
"
$(INTDIR)
\p
gstrcasecmp.obj"
-
@erase
"
$(INTDIR)
\p
gstrcasecmp.obj"
-
@erase
"
$(INTDIR)
\s
prompt.obj"
-
@erase
"
$(INTDIR)
\s
prompt.obj"
-
@erase
"
$(INTDIR)
\d
umputils.obj"
-
@erase
"
$(INTDIR)
\k
eywords.obj"
-
@erase
"
$(INTDIR)
\*
psql.pch"
-
@erase
"
$(INTDIR)
\*
psql.pch"
-
@erase
"
$(OUTDIR)
\p
sql.exe"
-
@erase
"
$(OUTDIR)
\p
sql.exe"
-
@erase
"
$(INTDIR)
\.
.
\.
.
\p
ort
\p
g_config_paths.h"
-
@erase
"
$(INTDIR)
\.
.
\.
.
\p
ort
\p
g_config_paths.h"
...
@@ -90,7 +93,9 @@ LINK32_OBJS= \
...
@@ -90,7 +93,9 @@ LINK32_OBJS= \
"
$(INTDIR)
\g
etopt_long.obj"
\
"
$(INTDIR)
\g
etopt_long.obj"
\
"
$(INTDIR)
\p
ath.obj"
\
"
$(INTDIR)
\p
ath.obj"
\
"
$(INTDIR)
\p
gstrcasecmp.obj"
\
"
$(INTDIR)
\p
gstrcasecmp.obj"
\
"
$(INTDIR)
\s
prompt.obj"
"
$(INTDIR)
\s
prompt.obj"
\
"
$(INTDIR)
\d
umputils.obj"
\
"
$(INTDIR)
\k
eywords.obj"
!IFDEF
DEBUG
!IFDEF
DEBUG
LINK32_OBJS
=
$(LINK32_OBJS)
"..
\.
.
\i
nterfaces
\l
ibpq
\D
ebug
\l
ibpqddll.lib"
LINK32_OBJS
=
$(LINK32_OBJS)
"..
\.
.
\i
nterfaces
\l
ibpq
\D
ebug
\l
ibpqddll.lib"
...
@@ -149,6 +154,16 @@ LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Release\libpqdll.lib"
...
@@ -149,6 +154,16 @@ LINK32_OBJS = $(LINK32_OBJS) "..\..\interfaces\libpq\Release\libpqdll.lib"
$(CPP_PROJ)
..\..\port\sprompt.c
$(CPP_PROJ)
..\..\port\sprompt.c
<<
<<
"$(INTDIR)\dumputils.obj"
:
"$(INTDIR)"
..\pg_dump\dumputils.c
$(CPP)
@<<
$(CPP_PROJ)
..\pg_dump\dumputils.c
<<
"$(INTDIR)\keywords.obj"
:
"$(INTDIR)"
..\..\backend\parser\keywords.c
$(CPP)
@<<
$(CPP_PROJ)
..\..\backend\parser\keywords.c
<<
"sql_help.h"
:
create_help.pl
"sql_help.h"
:
create_help.pl
$(PERL)
create_help.pl
$(REFDOCDIR)
$@
$(PERL)
create_help.pl
$(REFDOCDIR)
$@
...
...
src/include/pg_config.h.win32
View file @
0b1b010c
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
#define ACCEPT_TYPE_ARG3 int
#define ACCEPT_TYPE_ARG3 int
#define MAXPGPATH 1024
#define MAXPGPATH 1024
#define MEMSET_LOOP_LIMIT 1024
#define INDEX_MAX_KEYS 32
#define INDEX_MAX_KEYS 32
...
...
src/win32.mak
View file @
0b1b010c
# $PostgreSQL: pgsql/src/win32.mak,v 1.1
1 2006/02/12 06:11:50
momjian Exp $
# $PostgreSQL: pgsql/src/win32.mak,v 1.1
2 2006/03/03 23:11:48
momjian Exp $
# Makefile for Microsoft Visual C++ 5.0 (or compat)
# Makefile for Microsoft Visual C++ 5.0 (or compat)
# Top-file makefile for Win32 parts of postgresql.
# Top-file makefile for Win32 parts of postgresql.
...
@@ -20,8 +20,6 @@ ALL:
...
@@ -20,8 +20,6 @@ ALL:
nmake
/f
win32.mak
$(MAKEMACRO)
nmake
/f
win32.mak
$(MAKEMACRO)
cd
..\..\bin\pg_dump
cd
..\..\bin\pg_dump
nmake
/f
win32.mak
$(MAKEMACRO)
nmake
/f
win32.mak
$(MAKEMACRO)
cd
..\..\bin\scripts
nmake
/f
win32.mak
$(MAKEMACRO)
cd
..\..\bin\pg_config
cd
..\..\bin\pg_config
nmake
/f
win32.mak
$(MAKEMACRO)
nmake
/f
win32.mak
$(MAKEMACRO)
cd
..\..
cd
..\..
...
@@ -34,8 +32,6 @@ CLEAN:
...
@@ -34,8 +32,6 @@ CLEAN:
nmake
/f
win32.mak
CLEAN
nmake
/f
win32.mak
CLEAN
cd
..\..\bin\pg_dump
cd
..\..\bin\pg_dump
nmake
/f
win32.mak
CLEAN
nmake
/f
win32.mak
CLEAN
cd
..\..\bin\scripts
nmake
/f
win32.mak
CLEAN
cd
..\..\bin\pg_config
cd
..\..\bin\pg_config
nmake
/f
win32.mak
CLEAN
nmake
/f
win32.mak
CLEAN
cd
..\..
cd
..\..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment