diff options
author | Rob Richards <rrichards@php.net> | 2003-12-08 12:56:47 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2003-12-08 12:56:47 +0000 |
commit | c821c5b18921d754fd833d62332eab5a175c6932 (patch) | |
tree | ec2c7918ddcebb6936a7904a6d07c173aa222d7b /win32/builddef.bat | |
parent | 8fa4e39eda5752d1775dede109c3abc9f62adf3f (diff) | |
download | php-git-c821c5b18921d754fd833d62332eab5a175c6932.tar.gz |
export libxml2 and iconv symbols
extensions no longer link against either of those
Diffstat (limited to 'win32/builddef.bat')
-rw-r--r-- | win32/builddef.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/builddef.bat b/win32/builddef.bat index 54853f5651..f204812ace 100644 --- a/win32/builddef.bat +++ b/win32/builddef.bat @@ -2,5 +2,6 @@ rem Generate phpts.def file, which exports symbols from our dll that rem are present in some of the libraries which are compiled statically rem into PHP -rem $Id: builddef.bat,v 1.3 2003-12-05 19:51:52 fmk Exp $ +rem $Id: builddef.bat,v 1.4 2003-12-08 12:56:47 rrichards Exp $ type ..\ext\sqlite\php_sqlite.def +type ..\ext\libxml\php_libxml2.def |