Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
1c42a8b3
Commit
1c42a8b3
authored
Jun 17, 2015
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move cmake/update_file_lists.sh preparing for bazel support.
Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
parent
b36395b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
extract_includes.bat.in
cmake/extract_includes.bat.in
+1
-1
update_file_lists.sh
update_file_lists.sh
+3
-5
No files found.
cmake/extract_includes.bat.in
View file @
1c42a8b3
...
...
@@ -88,6 +88,7 @@ copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\common.h include
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\fastmem.h include\google\protobuf\stubs\fastmem.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\hash.h include\google\protobuf\stubs\hash.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\once.h include\google\protobuf\stubs\once.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\pbconfig.h include\google\protobuf\stubs\pbconfig.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\platform_macros.h include\google\protobuf\stubs\platform_macros.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\shared_ptr.h include\google\protobuf\stubs\shared_ptr.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\singleton.h include\google\protobuf\stubs\singleton.h
...
...
@@ -102,4 +103,3 @@ copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\wire_format.h include\
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\wire_format_lite.h include\google\protobuf\wire_format_lite.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\wire_format_lite_inl.h include\google\protobuf\wire_format_lite_inl.h
copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\wrappers.pb.h include\google\protobuf\wrappers.pb.h
copy ${PROTOBUF_BINARY_WIN32_PATH}\google\protobuf\stubs\pbconfig.h include\google\protobuf\stubs\pbconfig.h
cmake/
update_file_lists.sh
→
update_file_lists.sh
View file @
1c42a8b3
...
...
@@ -61,9 +61,9 @@ sort_files() {
done
|
LC_ALL
=
C
sort
|
uniq
}
MAKEFILE
=
../
src/Makefile.am
CMAKE_DIR
=
.
EXTRACT_INCLUDES_BAT
=
extract_includes.bat.in
MAKEFILE
=
src/Makefile.am
CMAKE_DIR
=
cmake
EXTRACT_INCLUDES_BAT
=
cmake/
extract_includes.bat.in
[
-f
"
$MAKEFILE
"
]
||
{
echo
"Cannot find:
$MAKEFILE
"
...
...
@@ -117,5 +117,3 @@ for HEADER in $PUBLIC_HEADERS; do
WINPATH
=
$(
echo
$HEADER
|
sed
's;/;\\;g'
)
echo
"copy
\$
{PROTOBUF_SOURCE_WIN32_PATH}
\\
..
\\
src
\\
$WINPATH
include
\\
$WINPATH
"
>>
$EXTRACT_INCLUDES_BAT
done
# Add pbconfig.h.
echo
"copy
\$
{PROTOBUF_BINARY_WIN32_PATH}
\\
google
\\
protobuf
\\
stubs
\\
pbconfig.h include
\\
google
\\
protobuf
\\
stubs
\\
pbconfig.h"
>>
$EXTRACT_INCLUDES_BAT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment