win32.mk
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 02 Oct 2021 00:15:37 +0200
changeset 40 87e6588ad4c8
parent 37 fd09116d3537
child 43 1a2658f109da
permissions -rw-r--r--
Use pypi's zeroconf-py2compat instead of zeroconf2. Latest available release is more recent.
# Win32 only distribution

OWN_PROJECTS_EX=CanFestival-3

ide_targets_from_dist: canfestival
	touch $@

CFbuild = installer/CanFestival-3
canfestival: $(msysdir)/.stamp
	rm -rf $(CFbuild)
	$(call get_src_hg,$(CFbuild))
	cd $(CFbuild); \
	./configure --can=tcp_win32 \
				--cc=$(CC) \
				--cxx=$(CXX) \
				--target=win32 \
				--wx=0
	$(MAKE) -C $(CFbuild)
	cd $(CFbuild); find . -name "*.o" -exec rm {} ';' #remove object files only
	touch $@