search for: copymakfil

Displaying 2 results from an estimated 2 matches for "copymakfil".

Did you mean: copymail
2007 Jun 13
2
Compiling 1.0.1 on windows : version.h
I tried to compile xapian 1.0.1 under windows but the new /msvc/version.h file has #undef XAPIAN_HAS_REMOTE_BACKEND which prevents /backends/dbfactory_remote.cc to be built. The old (hand-written) version.h.win32 had it defined to 1. Everything build fine if I replace #undef with #define in version.h. Cheers, -- Daniel M?nard
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...he new version.h file (no need to duplicate version strings) and add php-src to the include path given to rc.exe so I can get the precise php version. On my windows, the resulting dll appears as "Xapian 1.0.1 bindings for PHP 5.2.2" Here is what I changed: - In win32/Makefile, target COPYMAKFILES, added: if exist $(XAPIAN_BINDINGS) copy version.rc $(XAPIAN_BINDINGS)\php - In win32/win32_bindings_php.mak: added version.res to LIB_XAPIAN_OBJS LIB_XAPIAN_OBJS= ".\xapian_wrap.obj" ".\version.res" added a rule to build version.res from version.rc: ".\version.re...