Browse Source

remove definition of DLL_PROXY module

snermolaev 1 year ago
parent
commit
e922a92a1c
1 changed files with 0 additions and 16 deletions
  1. 0 16
      build/ymake.core.conf

+ 0 - 16
build/ymake.core.conf

@@ -2127,22 +2127,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
 ###