提交 ae05b2fd 编写于 作者: P Peter Eisentraut

Missed this part in pg_config.h rename.

上级 7e20c35e
# 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 $
# Makefile for Microsoft Visual C++ 5.0 (or compat)
# Top-file makefile for Win32 parts of postgresql.
# Note that most parts are not ported to Win32!
!IF "$(OS)" == "Windows_NT"
......@@ -16,7 +16,7 @@ MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)"
ALL:
cd include
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
cd ..
cd interfaces\libpq
nmake /f win32.mak $(MAKEMACRO)
......@@ -38,4 +38,4 @@ CLEAN:
DISTCLEAN: CLEAN
cd include
del config.h
cd ..
\ No newline at end of file
cd ..
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册