Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
9b470e14
Commit
9b470e14
authored
Mar 29, 2003
by
Howard Chu
Browse files
Revert previous commit, added NT mkvers script
parent
d0c81ff2
Changes
3
Hide whitespace changes
Inline
Side-by-side
build/mkvers.bat
0 → 100755
View file @
9b470e14
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
rem input, output, app, static
copy
%
1
%
2
(
echo
.
)
>>
%
2
(
echo
#include
"portable.h"
)
>>
%
2
(
echo
.
)
>>
%
2
(
echo
%
4
const
char
__Version
[]
=)
>>
%
2
(
echo
"@(#) $"
OPENLDAP_PACKAGE
":
%
3 "
OPENLDAP_VERSION
)
>>
%
2
(
echo
" ("
__DATE__
" "
__TIME__
") $\n"
)
>>
%
2
(
echo
"\t
%USERNAME%
@
%COMPUTERNAME%
%CD
:\=/
%
\n"
;)
>>
%
2
build/top.mk
View file @
9b470e14
...
...
@@ -66,7 +66,7 @@ LIBVERSION = @OPENLDAP_LIBVERSION@
LTVERSION
=
-version-info
$(LIBVERSION)
# libtool --only flag for libraries: platform specific
NT_LTONLY_LIB
=
--only-
$(BUILD_LIBS_DYNAMIC)
NT_LTONLY_LIB
=
#
--only-
$(BUILD_LIBS_DYNAMIC)
LTONLY_LIB
=
$
(
@PLAT@_LTONLY_LIB
)
# libtool --only flag for modules: depends on linkage of module
...
...
@@ -170,7 +170,6 @@ AC_CFLAGS = @CFLAGS@
AC_DEFS
=
@CPPFLAGS@
# @DEFS@
AC_LDFLAGS
=
@LDFLAGS@
AC_LIBS
=
@LIBS@
CWD_DEF
=
-D_OLV_CWD
=
\"
`
pwd
`
\"
KRB4_LIBS
=
@KRB4_LIBS@
KRB5_LIBS
=
@KRB5_LIBS@
...
...
build/version.h
View file @
9b470e14
...
...
@@ -7,7 +7,3 @@
static
const
char
copyright
[]
=
"Copyright 1998-2003 The OpenLDAP Foundation
\n
"
"COPYING RESTRICTIONS APPLY
\n
"
;
_OLV_STATIC
const
char
__Version
[]
=
"@(#) $"
OPENLDAP_PACKAGE
": "
_OLV_APP
" "
OPENLDAP_VERSION
" ("
_OLV_DATE
" "
_OLV_TIME
") $
\n\t
"
_OLV_WHO
":"
_OLV_CWD
"
\n
"
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment