Get dllwrap name from variable instead of hardcoded.

Per complaint from Richard Evans
This commit is contained in:
Magnus Hagander 2007-12-15 16:21:35 +00:00
parent 780f50dae9
commit 8621c2f6e8
1 changed files with 1 additions and 1 deletions

View File

@ -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