Fix Win32 build using separate object directory

This commit is contained in:
Howard Chu 2005-05-12 04:03:31 +00:00
parent 25877b0d23
commit 9db1b9e8ea

View File

@ -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 $@