We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea47b26 commit 22c5a59Copy full SHA for 22c5a59
contrib/fulleq/Makefile
@@ -1,5 +1,5 @@
1
MODULE_big = fulleq
2
-OBJS = fulleq.o
+OBJS = fulleq.o $(WIN32RES)
3
EXTENSION = fulleq
4
DATA = fulleq--1.0.sql
5
DOCS = README.fulleq
contrib/mchar/Makefile
@@ -1,6 +1,6 @@
MODULE_big = mchar
OBJS = mchar_io.o mchar_proc.o mchar_op.o mchar_recode.o \
- mchar_like.o
+ mchar_like.o $(WIN32RES)
EXTENSION = mchar
DATA = mchar--1.0.sql
6
DOCS = README.mchar
0 commit comments