Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
9fbaf1d8
Commit
9fbaf1d8
authored
26 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove \r\n in windows makefile.
parent
63e39ab9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/psql/win32.mak
+64
-64
64 additions, 64 deletions
src/bin/psql/win32.mak
with
64 additions
and
64 deletions
src/bin/psql/win32.mak
+
64
−
64
View file @
9fbaf1d8
# Makefile for Microsoft Visual C++ 5.0 (or compat)
!IF
"$(OS)"
==
"Windows_NT"
NULL
=
!ELSE
NULL
=
nul
!ENDIF
CPP
=
cl.exe
OUTDIR
=
.
\R
elease
INTDIR
=
.
\R
elease
# Begin Custom Macros
OutDir
=
.
\R
elease
# End Custom Macros
ALL
:
"$(OUTDIR)
\p
sql.exe"
CLEAN
:
-
@erase
"
$(
INTDIR
)
\p
sql.obj"
-
@erase
"
$(
INTDIR
)
\s
tringutils.obj"
-
@erase
"
$(
INTDIR
)
\g
etopt.obj"
-
@erase
"
$(
INTDIR
)
\v
c50.idb"
-
@erase
"
$(
OUTDIR
)
\p
sql.exe"
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP_PROJ
=
/nologo /ML /W3 /GX /O2 /D
"WIN32"
/D
"NDEBUG"
/D
"_CONSOLE"
/D
\
"_MBCS"
/Fp
"$(INTDIR)\psql.pch"
/YX
/Fo
"$(INTDIR)\\"
/Fd
"$(INTDIR)\\"
/FD
/c
\
/I
..\..\
include
/I ..\..\interfaces\libpq
CPP_OBJS
=
.
\R
elease/
CPP_SBRS
=
.
LINK32
=
link.exe
LINK32_FLAGS
=
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
\
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib\
odbccp32.lib wsock32.lib /nologo /subsystem
:
console /incremental:no
\
/pdb
:
"$(OUTDIR)
\p
sql.pdb" /machine:I386 /out:"$(OUTDIR)
\p
sql.exe"
LINK32_OBJS
=
\
"$(INTDIR)\psql.obj"
\
"$(INTDIR)\stringutils.obj"
\
"$(INTDIR)\getopt.obj"
\
"..\..\interfaces\libpq\Release\libpqdll.lib"
"$(OUTDIR)\psql.exe"
:
"$(OUTDIR)"
$(DEF_FILE)
$(LINK32_OBJS)
$(LINK32)
@<<
$(LINK32_FLAGS)
$(LINK32_OBJS)
<<
"$(OUTDIR)\getopt.obj"
:
"$(OUTDIR)"
..\..\utils\getopt.c
$(CPP)
@<<
$(CPP_PROJ)
..\..\utils\getopt.c
<<
.c{$(CPP_OBJS)}.obj
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
.cpp{$(CPP_OBJS)}.obj
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
# Makefile for Microsoft Visual C++ 5.0 (or compat)
!IF
"$(OS)"
==
"Windows_NT"
NULL
=
!ELSE
NULL
=
nul
!ENDIF
CPP
=
cl.exe
OUTDIR
=
.
\R
elease
INTDIR
=
.
\R
elease
# Begin Custom Macros
OutDir
=
.
\R
elease
# End Custom Macros
ALL
:
"$(OUTDIR)
\p
sql.exe"
CLEAN
:
-
@erase
"
$(
INTDIR
)
\p
sql.obj"
-
@erase
"
$(
INTDIR
)
\s
tringutils.obj"
-
@erase
"
$(
INTDIR
)
\g
etopt.obj"
-
@erase
"
$(
INTDIR
)
\v
c50.idb"
-
@erase
"
$(
OUTDIR
)
\p
sql.exe"
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP_PROJ
=
/nologo /ML /W3 /GX /O2 /D
"WIN32"
/D
"NDEBUG"
/D
"_CONSOLE"
/D
\
"_MBCS"
/Fp
"
$(
INTDIR
)
\p
sql.pch"
/YX /Fo
"
$(
INTDIR
)
\\
"
/Fd
"
$(
INTDIR
)
\\
"
/FD /c
\
/I ..
\.
.
\i
nclude /I ..
\.
.
\i
nterfaces
\l
ibpq
CPP_OBJS
=
.
\R
elease/
CPP_SBRS
=
.
LINK32
=
link.exe
LINK32_FLAGS
=
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
\
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
\
odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:no
\
/pdb:
"
$(
OUTDIR
)
\p
sql.pdb"
/machine:I386 /out:
"
$(
OUTDIR
)
\p
sql.exe"
LINK32_OBJS
=
\
"
$(
INTDIR
)
\p
sql.obj"
\
"
$(
INTDIR
)
\s
tringutils.obj"
\
"
$(
INTDIR
)
\g
etopt.obj"
\
"..
\.
.
\i
nterfaces
\l
ibpq
\R
elease
\l
ibpqdll.lib"
"$(OUTDIR)\psql.exe"
:
"$(OUTDIR)"
$(DEF_FILE)
$(LINK32_OBJS)
$(LINK32)
@<<
$(LINK32_FLAGS)
$(LINK32_OBJS)
<<
"$(OUTDIR)\getopt.obj"
:
"$(OUTDIR)"
..\..\utils\getopt.c
$(CPP)
@<<
$(CPP_PROJ)
..\..\utils\getopt.c
<<
.c{$(CPP_OBJS)}.obj
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
.cpp{$(CPP_OBJS)}.obj
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment