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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user