1
0
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:
Bruce Momjian
2005-06-19 13:10:56 +00:00
parent a11333fab7
commit 624789d191
3 changed files with 16 additions and 12 deletions

View File

@ -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) $<