Skip to content

Commit 8621c2f

Browse files
committed
Get dllwrap name from variable instead of hardcoded.
Per complaint from Richard Evans
1 parent 780f50d commit 8621c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgevent/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ all: $(NAME)
2222
install: all install-lib
2323

2424
pgevent.dll: $(OBJS) pgevent.def
25-
dllwrap --def pgevent.def -o $(NAME) $(OBJS)
25+
$(DLLWRAP) --def pgevent.def -o $(NAME) $(OBJS)
2626

2727
pgmsgevent.o: pgmsgevent.rc win32ver.rc
2828
windres pgmsgevent.rc -o pgmsgevent.o --include-dir=$(top_builddir)/src/include

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy