projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
780f50d
)
Get dllwrap name from variable instead of hardcoded.
author
Magnus Hagander
Sat, 15 Dec 2007 16:21:35 +0000
(16:21 +0000)
committer
Magnus Hagander
Sat, 15 Dec 2007 16:21:35 +0000
(16:21 +0000)
Per complaint from Richard Evans
src/bin/pgevent/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgevent/Makefile
b/src/bin/pgevent/Makefile
index a45cf7f5006a678283e893173af2209dfbd09ae9..7a4e63e3e273ebba86d80350be65a40a73660947 100644
(file)
--- a/
src/bin/pgevent/Makefile
+++ b/
src/bin/pgevent/Makefile
@@
-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