mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Get dllwrap name from variable instead of hardcoded.
Per complaint from Richard Evans
This commit is contained in:
@ -22,7 +22,7 @@ all: $(NAME)
|
||||
install: all install-lib
|
||||
|
||||
pgevent.dll: $(OBJS) pgevent.def
|
||||
dllwrap --def pgevent.def -o $(NAME) $(OBJS)
|
||||
$(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
|
||||
|
Reference in New Issue
Block a user