Skip to content
Snippets Groups Projects
Commit eab3e9b8 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

This correction is required of nmake of Windows.

Hiroshi Saito
parent 892e525e
No related branches found
No related tags found
No related merge requests found
......@@ -106,14 +106,11 @@ LIB32_OBJS= \
"$(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
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
echo #define SYSCONFDIR "" > pg_config_paths.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment