mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
This correction is required of nmake of Windows.
Hiroshi Saito
This commit is contained in:
@ -106,14 +106,11 @@ LIB32_OBJS= \
|
|||||||
"$(INTDIR)\pthread-win32.obj"
|
"$(INTDIR)\pthread-win32.obj"
|
||||||
|
|
||||||
|
|
||||||
config: ..\..\include\pg_config.h pthread.h pg_config_paths.h
|
config: ..\..\include\pg_config.h pg_config_paths.h
|
||||||
|
|
||||||
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
|
..\..\include\pg_config.h: ..\..\include\pg_config.h.win32
|
||||||
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
|
copy ..\..\include\pg_config.h.win32 ..\..\include\pg_config.h
|
||||||
|
|
||||||
pthread.h: pthread.h.win32
|
|
||||||
copy pthread.h.win32 pthread.h
|
|
||||||
|
|
||||||
pg_config_paths.h: win32.mak
|
pg_config_paths.h: win32.mak
|
||||||
echo #define SYSCONFDIR "" > pg_config_paths.h
|
echo #define SYSCONFDIR "" > pg_config_paths.h
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user