mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Cleanup for Win32 compile.
Andreas Pflug
This commit is contained in:
@ -115,7 +115,7 @@ pthread.h: pthread.h.win32
|
||||
copy pthread.h.win32 pthread.h
|
||||
|
||||
pg_config_paths.h: win32.mak
|
||||
echo \#define SYSCONFDIR "" > pg_config_paths.h
|
||||
echo #define SYSCONFDIR "" > pg_config_paths.h
|
||||
|
||||
"$(OUTDIR)" :
|
||||
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||
@ -215,5 +215,8 @@ LINK32_OBJS= \
|
||||
$(CPP_PROJ) /I"." ..\..\backend\utils\mb\encnames.c
|
||||
<<
|
||||
|
||||
.c{$(CPP_OBJS)}.obj:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
||||
.c.obj:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
Reference in New Issue
Block a user