]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fixup win32 paths for moved bin/tests/system/resolve
authorOndřej Surý <ondrej@isc.org>
Mon, 19 Apr 2021 10:17:45 +0000 (12:17 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 19 Apr 2021 12:32:53 +0000 (14:32 +0200)
commit579b8bec756b6625e84df7de077bbd5750c10ef5
treebcc11501131de99ff8ba3af93c7cbc6bde8a6c46
parent28511bfcfd705805655d58aa1f01b4854af9b8c9
Fixup win32 paths for moved bin/tests/system/resolve

When resolve.c was moved from lib/samples to bin/tests/system, the
resolve.vcxproj.in would still contain old paths to the directory
root. This commit adds one more ..\ to match the directory depth.

Additionally, fixup the path in BINDInstall.vcxproj.in to be
bin/tests/system and not bin/tests/samples.

(cherry picked from commit f14e678624248dd8e2dc968125540cef40ab397d)
bin/tests/system/win32/resolve.vcxproj.in