mirror of
https://git.vladimir.cc/vladimir/wdsp.git
synced 2026-08-25 17:27:33 +00:00
wfm: compile wfmd/wfmmod in the Windows build
Makefile.windows arrived from main, which predates the wfm module, so its SOURCES list omitted wfmd.c/wfmmod.c even though RXA.c/TXA.c reference their symbols -- the MinGW link failed on the missing objects. Add both to SOURCES, matching Makefile and Makefile.android. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
d24b5ae316
commit
c1964817dd
+1
-1
@@ -86,7 +86,7 @@ SOURCES = \
|
||||
matchedCW.c meter.c meterlog10.c nbp.c nob.c nobII.c osctrl.c \
|
||||
patchpanel.c resample.c rmatch.c rnnr.c RXA.c sbnr.c sender.c \
|
||||
shift.c siphon.c slew.c snb.c ssql.c syncbuffs.c TXA.c \
|
||||
utilities.c varsamp.c version.c wcpAGC.c wisdom.c zetaHat.c
|
||||
utilities.c varsamp.c version.c wcpAGC.c wfmd.c wfmmod.c wisdom.c zetaHat.c
|
||||
|
||||
OBJS := $(addprefix $(OBJDIR)/, $(SOURCES:.c=.o))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user