Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e20c35 commit ae05b2fCopy full SHA for ae05b2f
src/win32.mak
@@ -1,7 +1,7 @@
1
-# Makefile for Microsoft Visual C++ 5.0 (or compat)
+# $Header: /cvsroot/pgsql/src/win32.mak,v 1.6 2001/08/24 22:42:28 petere Exp $
2
3
+# Makefile for Microsoft Visual C++ 5.0 (or compat)
4
# Top-file makefile for Win32 parts of postgresql.
-
5
# Note that most parts are not ported to Win32!
6
7
!IF "$(OS)" == "Windows_NT"
@@ -16,7 +16,7 @@ MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)"
16
17
ALL:
18
cd include
19
- if not exist config.h copy config.h.win32 config.h
+ if not exist pg_config.h copy pg_config.h.win32 pg_config.h
20
cd ..
21
cd interfaces\libpq
22
nmake /f win32.mak $(MAKEMACRO)
@@ -38,4 +38,4 @@ CLEAN:
38
DISTCLEAN: CLEAN
39
40
del config.h
41
- cd ..
+ cd ..
0 commit comments