blob: 287ae4ce8c4b5275a264cdf9bc3286a1613dc1dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- tdomConfig.sh.in.orig 2025-04-28 22:37:59.184005522 +0200
+++ tdomConfig.sh.in 2025-04-28 22:41:23.533862940 +0200
@@ -31,22 +31,11 @@
#
# String to pass to linker to pick up the tDOM library from
-# its build directory.
-#
-TDOM_BUILD_STUB_LIB_SPEC='@tdom_BUILD_STUB_LIB_SPEC@'
-
-#
-# String to pass to linker to pick up the tDOM library from
# its installed directory.
#
TDOM_STUB_LIB_SPEC='@tdom_STUB_LIB_SPEC@'
# String to pass to linker to pick up the TDOM stub library from its
-# build directory.
-#
-TDOM_BUILD_STUB_LIB_PATH='@tdom_BUILD_STUB_LIB_PATH@'
-
-# String to pass to linker to pick up the TDOM stub library from its
# installed directory.
#
TDOM_STUB_LIB_PATH='@tdom_STUB_LIB_PATH@'
|