mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Light protobuf cmakelist cleanup
Add missing files and remove unused version file (version file was also incorrect, it mentions version 3.19 but we have 3.21.12).
This commit is contained in:
parent
7b5f40fb9d
commit
156e31404e
5
r5dev/thirdparty/protobuf/CMakeLists.txt
vendored
5
r5dev/thirdparty/protobuf/CMakeLists.txt
vendored
@ -7,6 +7,7 @@ add_sources( SOURCE_GROUP "Source"
|
|||||||
"any_lite.cc"
|
"any_lite.cc"
|
||||||
"arena.cc"
|
"arena.cc"
|
||||||
"arenastring.cc"
|
"arenastring.cc"
|
||||||
|
"arenaz_sampler.cc"
|
||||||
"extension_set.cc"
|
"extension_set.cc"
|
||||||
"generated_enum_util.cc"
|
"generated_enum_util.cc"
|
||||||
"generated_message_tctable_lite.cc"
|
"generated_message_tctable_lite.cc"
|
||||||
@ -26,6 +27,8 @@ add_sources( SOURCE_GROUP "Include"
|
|||||||
"arena.h"
|
"arena.h"
|
||||||
"arena_impl.h"
|
"arena_impl.h"
|
||||||
"arenastring.h"
|
"arenastring.h"
|
||||||
|
"arenaz_sampler.h"
|
||||||
|
"endian.h"
|
||||||
"explicitly_constructed.h"
|
"explicitly_constructed.h"
|
||||||
"extension_set.h"
|
"extension_set.h"
|
||||||
"extension_set_inl.h"
|
"extension_set_inl.h"
|
||||||
@ -39,7 +42,9 @@ add_sources( SOURCE_GROUP "Include"
|
|||||||
"map.h"
|
"map.h"
|
||||||
"map_entry_lite.h"
|
"map_entry_lite.h"
|
||||||
"map_field_lite.h"
|
"map_field_lite.h"
|
||||||
|
"map_type_handler.h"
|
||||||
"message_lite.h"
|
"message_lite.h"
|
||||||
|
"metadata_lite.h"
|
||||||
"parse_context.h"
|
"parse_context.h"
|
||||||
"port.h"
|
"port.h"
|
||||||
"repeated_field.h"
|
"repeated_field.h"
|
||||||
|
45
r5dev/thirdparty/protobuf/version.rc
vendored
45
r5dev/thirdparty/protobuf/version.rc
vendored
@ -1,45 +0,0 @@
|
|||||||
#define VS_FF_DEBUG 0x1L
|
|
||||||
#define VS_VERSION_INFO 0x1L
|
|
||||||
#define VS_FFI_FILEFLAGSMASK 0x17L
|
|
||||||
#define VER_PRIVATEBUILD 0x0L
|
|
||||||
#define VER_PRERELEASE 0x0L
|
|
||||||
#define VOS__WINDOWS32 0x4L
|
|
||||||
#define VFT_DLL 0x2L
|
|
||||||
#define VFT2_UNKNOWN 0x0L
|
|
||||||
|
|
||||||
#ifndef DEBUG
|
|
||||||
#define VER_DEBUG 0
|
|
||||||
#else
|
|
||||||
#define VER_DEBUG VS_FF_DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
|
||||||
FILEVERSION 3,19,4,0
|
|
||||||
PRODUCTVERSION 3,19,4,0
|
|
||||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
|
||||||
FILEFLAGS VER_DEBUG
|
|
||||||
FILEOS VOS__WINDOWS32
|
|
||||||
FILETYPE VFT_DLL
|
|
||||||
BEGIN
|
|
||||||
BLOCK "VarFileInfo"
|
|
||||||
BEGIN
|
|
||||||
// English language (0x409) and the Windows Unicode codepage (1200)
|
|
||||||
VALUE "Translation", 0x409, 1200
|
|
||||||
END
|
|
||||||
BLOCK "StringFileInfo"
|
|
||||||
BEGIN
|
|
||||||
BLOCK "040904b0"
|
|
||||||
BEGIN
|
|
||||||
VALUE "FileDescription", "Compiled with MSVC 19.30.30704.0\0"
|
|
||||||
VALUE "ProductVersion", "3.19.4.0\0"
|
|
||||||
VALUE "FileVersion", "3.19.4.0\0"
|
|
||||||
VALUE "InternalName", "protobuf\0"
|
|
||||||
VALUE "ProductName", "Protocol Buffers - Google's Data Interchange Format\0"
|
|
||||||
VALUE "CompanyName", "Google Inc.\0"
|
|
||||||
VALUE "LegalCopyright", "Copyright 2008 Google Inc. All rights reserved.\0"
|
|
||||||
VALUE "Licence", "BSD\0"
|
|
||||||
VALUE "Info", "https://developers.google.com/protocol-buffers/\0"
|
|
||||||
END
|
|
||||||
END
|
|
||||||
END
|
|
Loading…
x
Reference in New Issue
Block a user