Ticket #184: gen_version_h.patch
File gen_version_h.patch, 1.2 KB (added by , 17 years ago) |
---|
-
xapian-maintainer-tools/win32msvc/Makefile
92 92 # Copy mak files to the right folders 93 93 COPYMAKFILES: 94 94 copy config.h.win32 ..\config.h 95 copy ..\msvc\version.h ..\include\xapian\version.h96 95 copy win32_api.mak ..\api\Makefile 97 96 copy win32_backends.mak ..\backends\Makefile 98 97 copy win32_backends_flint.mak ..\backends\flint\Makefile … … 128 127 if not exist $(PERL_EXE) exit(1) 129 128 130 129 # Header files generated automatically from various .in files 131 MAKEHEADERS: ..\include\xapian\error.h 130 MAKEHEADERS: ..\include\xapian\error.h ..\include\xapian\version.h 132 131 133 132 ..\generate-exceptions: ..\generate-exceptions.in Makefile 134 133 $(PERL_EXE) -pe "BEGIN{$$perl=shift @ARGV} s,\@PERL\@,$$perl," "$(PERL_EXE)" ..\generate-exceptions.in > ..\generate-exceptions … … 137 136 cd.. 138 137 $(PERL_EXE) generate-exceptions 139 138 cd win32 140 139 140 ..\include\xapian\version.h: ..\msvc\version.h.in ..\configure.ac 141 $(PERL_EXE) ..\msvc\genversion.pl ..\configure.ac ..\msvc\version.h.in ..\include\xapian\version.h 142