summaryrefslogtreecommitdiff
path: root/win32/builddef.bat
blob: f204812ace0e810d318f93d7fbfef7e14a26787d (plain)
1
2
3
4
5
6
7
@echo off
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.4 2003-12-08 12:56:47 rrichards Exp $
type ..\ext\sqlite\php_sqlite.def
type ..\ext\libxml\php_libxml2.def