mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
Cleanup comments
This commit is contained in:
parent
9b470e1483
commit
d7aa1aea5d
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue