aboutsummaryrefslogtreecommitdiff
path: root/windows/Makefile
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-02-13 18:02:05 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-02-13 18:02:05 +0200
commit0dae8b7751d09e9c5a482d5519daaee4800ce203 (patch)
tree49a3cad06ef89a865a98bb902f6780f9d69f536c /windows/Makefile
parentChanged how the version number is specified in various places. (diff)
downloadxz-0dae8b7751d09e9c5a482d5519daaee4800ce203.tar.xz
Windows port: Take advantage of the version number macros.
Now the version number is not duplicated in the Windows-specific files anymore.
Diffstat (limited to 'windows/Makefile')
-rw-r--r--windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile b/windows/Makefile
index d164a8ab..5fb5d57d 100644
--- a/windows/Makefile
+++ b/windows/Makefile
@@ -107,7 +107,7 @@ pkg: all
$(CP) ../src/liblzma/api/lzma/*.h pkg/include/lzma
%_rc.o: %.rc
- $(WINDRES) $< $@
+ $(WINDRES) $(ALL_CPPFLAGS) $< $@
###############