mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
7 lines
255 B
Batchfile
7 lines
255 B
Batchfile
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.1 2003-08-22 21:45:58 wez Exp $
|
|
@echo off
|
|
type ..\ext\sqlite\php_sqlite.def
|