diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-04 15:32:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-05 01:22:50 +0300 |
commit | c21ed9eedf73010bc81342518177dfdfb0d56bd7 (patch) | |
tree | 72f8fde4463080cfe5a38eb0babc051cfe32c51e /build | |
parent | ec1311bf2e8cc231723b8b5e484ca576663a1309 (diff) | |
download | ydb-c21ed9eedf73010bc81342518177dfdfb0d56bd7.tar.gz |
Intermediate changes
Diffstat (limited to 'build')
-rw-r--r-- | build/long-path.manifest | 8 | ||||
-rw-r--r-- | build/prebuilt/tools/event2cpp/ya.make.induced_deps | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/build/long-path.manifest b/build/long-path.manifest deleted file mode 100644 index 1195fcc597..0000000000 --- a/build/long-path.manifest +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version='1.0' encoding='UTF-8' standalone='yes'?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> - <asmv3:application> - <asmv3:windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> - <ws2:longPathAware>true</ws2:longPathAware> - </asmv3:windowsSettings> - </asmv3:application> -</assembly> diff --git a/build/prebuilt/tools/event2cpp/ya.make.induced_deps b/build/prebuilt/tools/event2cpp/ya.make.induced_deps deleted file mode 100644 index ede8def8d7..0000000000 --- a/build/prebuilt/tools/event2cpp/ya.make.induced_deps +++ /dev/null @@ -1,10 +0,0 @@ -INDUCED_DEPS(h+cpp - ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/io/printer.h - ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h - ${ARCADIA_ROOT}/contrib/libs/protobuf/src/google/protobuf/stubs/strutil.h - ${ARCADIA_ROOT}/library/cpp/eventlog/event_field_output.h - ${ARCADIA_ROOT}/library/cpp/eventlog/event_field_printer.h - ${ARCADIA_ROOT}/library/cpp/eventlog/events_extension.h - ${ARCADIA_ROOT}/util/generic/cast.h - ${ARCADIA_ROOT}/util/stream/output.h -) |