1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-18 04:29:09 +03:00

Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.

Plus some makefile cleanup.

part of a patch from Richard Evans
This commit is contained in:
Peter Eisentraut
2008-12-07 08:36:22 +00:00
parent ff1ea2173a
commit b2971e2048
6 changed files with 430 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ pgevent.dll: $(OBJS) pgevent.def
$(DLLWRAP) --def pgevent.def -o $(NAME) $(OBJS)
pgmsgevent.o: pgmsgevent.rc win32ver.rc
windres pgmsgevent.rc -o pgmsgevent.o --include-dir=$(top_builddir)/src/include
$(WINDRES) pgmsgevent.rc -o pgmsgevent.o --include-dir=$(top_builddir)/src/include
all-lib: $(NAME)