Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions releaseLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mkdir -p ./cpp/Linux_32/external/include
mkdir -p ./cpp/Linux_32/examples/

cp -R hazelcast/include/hazelcast/* cpp/Linux_32/hazelcast/include/hazelcast/
cp -R hazelcast/generated-sources/include/hazelcast/* cpp/Linux_32/hazelcast/include/hazelcast/
cp ReleaseShared32/libHazelcastClient* cpp/Linux_32/hazelcast/lib/
cp ReleaseStatic32/libHazelcastClient* cpp/Linux_32/hazelcast/lib/

Expand Down Expand Up @@ -62,6 +63,7 @@ mkdir -p ./cpp/Linux_64/external/include
mkdir -p ./cpp/Linux_64/examples/

cp -R hazelcast/include/hazelcast/* cpp/Linux_64/hazelcast/include/hazelcast/
cp -R hazelcast/generated-sources/include/hazelcast/* cpp/Linux_64/hazelcast/include/hazelcast/
cp ReleaseShared64/libHazelcastClient* cpp/Linux_64/hazelcast/lib/
cp ReleaseStatic64/libHazelcastClient* cpp/Linux_64/hazelcast/lib/

Expand Down
2 changes: 2 additions & 0 deletions releaseWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mkdir .\cpp\Windows_32\external\include
mkdir .\cpp\Windows_32\examples

xcopy /S /Q hazelcast\include\hazelcast\* cpp\Windows_32\hazelcast\include\hazelcast\
xcopy /S /Q hazelcast\generated-sources\include\hazelcast\* cpp\Windows_32\hazelcast\include\hazelcast\

copy ReleaseShared32\Release\HazelcastClient* cpp\Windows_32\hazelcast\lib\shared\
copy ReleaseStatic32\Release\HazelcastClient* cpp\Windows_32\hazelcast\lib\static\
Expand Down Expand Up @@ -65,6 +66,7 @@ mkdir .\cpp\Windows_64\external\include
mkdir .\cpp\Windows_64\examples

xcopy /S /Q hazelcast\include\hazelcast\* cpp\Windows_64\hazelcast\include\hazelcast\
xcopy /S /Q hazelcast\generated-sources\include\hazelcast\* cpp\Windows_64\hazelcast\include\hazelcast\

copy ReleaseShared64\Release\HazelcastClient* cpp\Windows_64\hazelcast\lib\shared\
copy ReleaseStatic64\Release\HazelcastClient* cpp\Windows_64\hazelcast\lib\static\
Expand Down
1 change: 1 addition & 0 deletions releaseWindowsDev.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ mkdir .\cpp\Windows_64\external\include
mkdir .\cpp\Windows_64\examples

xcopy /S /Q hazelcast\include\hazelcast\* cpp\Windows_64\hazelcast\include\hazelcast\
xcopy /S /Q hazelcast\generated-sources\include\hazelcast\* cpp\Windows_64\hazelcast\include\hazelcast\

copy ReleaseShared64\Release\HazelcastClient* cpp\Windows_64\hazelcast\lib\
copy ReleaseStatic64\Release\HazelcastClient* cpp\Windows_64\hazelcast\lib\
Expand Down