diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-13 18:02:05 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-13 18:02:05 +0200 |
commit | 0dae8b7751d09e9c5a482d5519daaee4800ce203 (patch) | |
tree | 49a3cad06ef89a865a98bb902f6780f9d69f536c /windows/Makefile | |
parent | Changed how the version number is specified in various places. (diff) | |
download | xz-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/Makefile | 2 |
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) $< $@ ############### |