Fix the Windows version resource build
When building the Windows version resource, the -DHAVE_CONFIG_H option isn't passed to resource compiler automatically. The result is that development builds don't have their git revision embedded in the DLL.
This commit is contained in:
parent
18995e83a8
commit
4d5bc22242
@ -95,7 +95,7 @@ libdivecomputer.exp: libdivecomputer.symbols
|
||||
$(AM_V_GEN) sed -e '/^$$/d' $< > $@
|
||||
|
||||
.rc.lo:
|
||||
$(AM_V_GEN) $(LIBTOOL) --silent --tag=RC --mode=compile $(RC) $< -o $@
|
||||
$(AM_V_GEN) $(LIBTOOL) --silent --tag=CC --mode=compile $(RC) $(DEFS) $(DEFAULT_INCLUDES) $< -o $@
|
||||
|
||||
libdivecomputer.lo: revision.h
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user