mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Fix Win32 build using separate object directory
This commit is contained in:
parent
25877b0d23
commit
9db1b9e8ea
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ testavl: $(XLIBS) testavl.o
|
|||
# It's ok for them to be here because the clean rule is harmless, and
|
||||
# slapdmsg.res won't get built unless it's declared in OBJS.
|
||||
|
||||
slapdmsg.bin: FORCE
|
||||
@if [ ! -f $@ ]; then cp $(srcdir)/$@ .; fi
|
||||
|
||||
slapdmsg.res: slapdmsg.rc slapdmsg.bin
|
||||
windres $< -O coff -o $@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue