Skip to content

Commit db4c07a

Browse files
committed
1.5 beta test version.
1 parent fa7d3bc commit db4c07a

4 files changed

+2
-3
lines changed

Makefile.win

+2-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ direwolf : direwolf.o config.o recv.o demod.o dsp.o demod_afsk.o demod_psk.o dem
104104
gen_tone.o morse.o audio_win.o audio_stats.o digipeater.o cdigipeater.o pfilter.o dedupe.o tq.o xmit.o \
105105
ptt.o beacon.o dwgps.o encode_aprs.o latlong.o textcolor.o \
106106
dtmf.o aprs_tt.o tt_user.o tt_text.o igate.o waypoint.o serial_port.o log.o telemetry.o \
107-
dwgps.o dwgpsnmea.o dtime_now.o mheard.o ax25_link.o \
107+
dwgps.o dwgpsnmea.o dtime_now.o mheard.o ax25_link.o cm108.c \
108108
dw-icon.o regex.a misc.a geotranz.a
109109
$(CC) $(CFLAGS) -o $@ $^ -lwinmm -lws2_32
110110

@@ -277,7 +277,6 @@ strlcat.o : misc/strlcat.c
277277

278278
# Combine some unit tests into a single regression sanity check.
279279

280-
281280
check : dtest ttest tttexttest pftest tlmtest lltest enctest kisstest pad2test xidtest dtmftest check-modem1200 check-modem300 check-modem9600 check-modem19200 check-modem2400 check-modem4800
282281

283282
# Can we encode and decode at popular data rates?
@@ -609,7 +608,7 @@ z := $(notdir ${CURDIR})
609608

610609
.PHONY: dist-win
611610
dist-win : direwolf.exe decode_aprs.exe text2tt.exe tt2text.exe ll2utm.exe utm2ll.exe \
612-
aclients.exe log2gpx.exe gen_packets.exe atest.exe ttcalc.exe \
611+
aclients.exe log2gpx.exe gen_packets.exe atest.exe ttcalc.exe kissutil.exe \
613612
generic.conf dwespeak.bat \
614613
README.md CHANGES.md \
615614
doc/User-Guide.pdf \
Binary file not shown.

doc/Raspberry-Pi-APRS.pdf

-6.22 KB
Binary file not shown.

doc/User-Guide.pdf

14.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)