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