We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8866ed9 commit645bda2Copy full SHA for 645bda2
src/test/modules/test_json_parser/Makefile
@@ -4,7 +4,7 @@ PGAPPICON = win32
4
5
TAP_TESTS = 1
6
7
-OBJS = test_json_parser_incremental.o test_json_parser_perf.o
+OBJS = test_json_parser_incremental.o test_json_parser_perf.o$(WIN32RES)
8
9
EXTRA_CLEAN = test_json_parser_incremental$(X) test_json_parser_perf$(X)
10
@@ -23,10 +23,10 @@ all: test_json_parser_incremental$(X) test_json_parser_perf$(X)
23
24
%.o:$(top_srcdir)/$(subdir)/%.c
25
26
-test_json_parser_incremental$(X): test_json_parser_incremental.o
+test_json_parser_incremental$(X): test_json_parser_incremental.o$(WIN32RES)
27
$(CC)$(CFLAGS)$^$(PG_LIBS_INTERNAL)$(LDFLAGS)$(LDFLAGS_EX)$(PG_LIBS)$(LIBS) -o$@
28
29
-test_json_parser_perf$(X): test_json_parser_perf.o
+test_json_parser_perf$(X): test_json_parser_perf.o$(WIN32RES)
30
31
32
speed-check: test_json_parser_perf$(X)