mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
build -Win32 Release wants a make file
This commit is contained in:
parent
601c1530a8
commit
ae3f65c0b4
1 changed files with 10 additions and 0 deletions
10
build/build.mak
Normal file
10
build/build.mak
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# $OpenLDAP$
|
||||
#
|
||||
# Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
#
|
||||
|
||||
all: build.txt
|
||||
|
||||
build.txt: version
|
||||
copy version build.txt
|
||||
Loading…
Reference in a new issue