diff options
author | Frank M. Kromann <fmk@php.net> | 2003-12-05 19:51:52 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2003-12-05 19:51:52 +0000 |
commit | 29e47dc7e42ef5d333b26acf4277cd38e5c2848f (patch) | |
tree | 1861335b974fe7b4e098157a92f99f4ae041eb08 /win32/builddef.bat | |
parent | 44bd3bf47af5670d5f0e415a502ae73fa8529645 (diff) | |
download | php-git-29e47dc7e42ef5d333b26acf4277cd38e5c2848f.tar.gz |
Move the echo off statement to the top of the file. This removes commens from the final def file
Diffstat (limited to 'win32/builddef.bat')
-rw-r--r-- | win32/builddef.bat | 12 |
1 files 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 |