Commit 8621c2f6 authored by Magnus Hagander's avatar Magnus Hagander

Get dllwrap name from variable instead of hardcoded.

Per complaint from Richard Evans
parent 780f50da
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment