Displaying 1 result from an estimated 1 matches for "lib_xapian_objs".
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...ersion.
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.res": version.rc
$(RSC) /v \
/fo version.res \
/I "$(XAPIAN_CORE_REL_PHP)\include" \
/I "$(PHP_SRC_DIR)\ma...