提交 09e98a3e 编写于 作者: H Heikki Linnakangas

Teach the makefile used to build stand-alone libpq on Windows that libpq

needs win32setlocale.c now. The cygwin and MSVC build scripts were changed
earlier, but this was neglected. This should fix bug report #6203 by Steve.
上级 76df369c
......@@ -114,6 +114,7 @@ CLEAN :
-@erase "$(INTDIR)\pgsleep.obj"
-@erase "$(INTDIR)\open.obj"
-@erase "$(INTDIR)\win32error.obj"
-@erase "$(INTDIR)\win32setlocale.obj"
-@erase "$(OUTDIR)\$(OUTFILENAME).lib"
-@erase "$(OUTDIR)\$(OUTFILENAME)dll.lib"
-@erase "$(OUTDIR)\libpq.res"
......@@ -159,6 +160,7 @@ LIB32_OBJS= \
"$(INTDIR)\pgsleep.obj" \
"$(INTDIR)\open.obj" \
"$(INTDIR)\win32error.obj" \
"$(INTDIR)\win32setlocale.obj" \
"$(INTDIR)\pthread-win32.obj"
......@@ -330,6 +332,11 @@ LINK32_OBJS= \
$(CPP_PROJ) /I"." ..\..\port\win32error.c
<<
"$(INTDIR)\win32setlocale.obj" : ..\..\port\win32setlocale.c
$(CPP) @<<
$(CPP_PROJ) /I"." ..\..\port\win32setlocale.c
<<
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册