From 29e47dc7e42ef5d333b26acf4277cd38e5c2848f Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Fri, 5 Dec 2003 19:51:52 +0000 Subject: [PATCH] Move the echo off statement to the top of the file. This removes commens from the final def file --- win32/builddef.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/win32/builddef.bat b/win32/builddef.bat index c9432a1fb6..54853f5651 100644 --- a/win32/builddef.bat +++ b/win32/builddef.bat @@ -1,6 +1,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.2 2003-12-05 17:45:15 wez Exp $ -@echo off -type ..\ext\sqlite\php_sqlite.def +@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.3 2003-12-05 19:51:52 fmk Exp $ +type ..\ext\sqlite\php_sqlite.def -- 2.50.1