We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7e20c35 commitae05b2fCopy 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 existconfig.h copyconfig.h.win32config.h
+ if not existpg_config.h copypg_config.h.win32pg_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 ..