summaryrefslogtreecommitdiff
path: root/win32/builddef.bat
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2003-12-05 19:51:52 +0000
committerFrank M. Kromann <fmk@php.net>2003-12-05 19:51:52 +0000
commit29e47dc7e42ef5d333b26acf4277cd38e5c2848f (patch)
tree1861335b974fe7b4e098157a92f99f4ae041eb08 /win32/builddef.bat
parent44bd3bf47af5670d5f0e415a502ae73fa8529645 (diff)
downloadphp-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.bat12
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