diff options
author | spreis <spreis@yandex-team.com> | 2023-11-17 14:43:41 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2023-11-17 16:02:11 +0300 |
commit | e7200e36082f45c5bd6b5c73aaa6e0832ed99a32 (patch) | |
tree | bb4ceae9ba56c3286a21f47d40f097bfb9ef8f4d /build | |
parent | 79ab155ed8bb9922725327b34656bc63b3fb4211 (diff) | |
download | ydb-e7200e36082f45c5bd6b5c73aaa6e0832ed99a32.tar.gz |
Move apphost macros to internal
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d83c1df9f7..805f07d7b7 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5601,30 +5601,6 @@ macro MSVC_FLAGS(FLAGS...) { _MSVC_FLAGS_WINDOWS_IMPL($TARGET_PLATFORM $FLAGS) } -# tag:proto tag:apphost -### @usage: APPHOST() -### -### Emit APPHOST service code for all .proto files in a PROTO_LIBRARY. -### This works only for C++ and Java at the moment. -macro APPHOST() { - # C++ - CPP_PROTO_PLUGIN(cpp_plugin apphost/tools/stub_generator/cpp_plugin .apphost.h DEPS apphost/tools/stub_generator/cpp_includes) - - # Java - JAVA_PROTO_PLUGIN(java_plugin apphost/tools/stub_generator/java_plugin DEPS apphost/api/service/java/apphost) -} - -# tag:test tag:apphost -### @usage: APPHOST_LUA_LIBS([Dir...]) -### -### Add external lib dirs to LUA_PATH and include them in DATA -### Format for dir: path to dir, eg. apphost/test/general_apphost -macro APPHOST_LUA_LIBS(File...) { - DATA_FILES($File) - SET_APPEND(APPHOST_LUA_LIBS_PATH $File) - ENV(APPHOST_LUA_LIBS_PATH=$APPHOST_LUA_LIBS_PATH) -} - # tag:internal ### Add passed ya.conf.json and all bottle's formula external files to resources ### File MUST be arcadia root relative path (without "${ARCADIA_ROOT}/" prefix). |