aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-11-08 08:31:28 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-11-08 08:58:02 +0300
commite922a92a1c2049adf78c4964fd21937e6683a46b (patch)
tree881e72f71a1da118dcf23dbd21b0b63838b1fd32
parentfd01b46f68dae86217fed11f93dbdce52d09fae5 (diff)
downloadydb-e922a92a1c2049adf78c4964fd21937e6683a46b.tar.gz
remove definition of DLL_PROXY module
-rw-r--r--build/ymake.core.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 442d6b3d6c..398e3c6185 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -2128,22 +2128,6 @@ module DEV_DLL_PROXY: _BARE_UNIT {
}
# tag:internal
-### @usage: DLL_PROXY() # internal
-###
-### The use of this module is strictly prohibited!!!
-### This is a temporary and project-specific solution.
-module DLL_PROXY: DEV_DLL_PROXY {
- .EXTS=.so .dylib .lib .mf
- .PROXY=yes
- .PEERDIR_POLICY=as_build_from
- SET(PEERDIR_TAGS DLL __EMPTY__)
-
- when ($OS_WINDOWS == "yes") {
- MODULE_SUFFIX=.lib
- }
-}
-
-# tag:internal
### @usage: DYNAMIC_DEPS(Path...) # internal, temporary
###
### Enlist paths to all DYNAMIC_LIBRARY dependencies of the DYNAMIC_LIBRARY