mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix Win32 build using separate object directory
This commit is contained in:
parent
25877b0d23
commit
9db1b9e8ea
@ -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 New Issue
Block a user