]> git.sur5r.net Git - openldap/commitdiff
Cleanup comments
authorHoward Chu <hyc@openldap.org>
Sat, 29 Mar 2003 02:35:39 +0000 (02:35 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 29 Mar 2003 02:35:39 +0000 (02:35 +0000)
build/mkvers.bat

index 3144a6cde3ec3684536bd3ab5699df67a30c085a..fb943c6fc5b1abd47a821c0f2c3b60db4eeefe0c 100755 (executable)
@@ -1,12 +1,12 @@
-rem $OpenLDAP$
-rem Copyright 1998-2003 The OpenLDAP Foundation
-rem COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
-rem of this package for details.
-rem
-rem Create a version.c file from build/version.h
-rem
+:: $OpenLDAP$
+:: Copyright 1998-2003 The OpenLDAP Foundation
+:: COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
+:: of this package for details.
+::
+:: Create a version.c file from build/version.h
+::
 
-rem input, output, app, static
+:: usage: mkvers.bat <path/version.h>, <version.c>, <appname>, <static>
 
 copy %1 %2
 (echo. ) >> %2