projects
/
sdk
/
tools
/
sdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da03df
)
Revert "Revert "Sign sdb.exe file on windows""
author
Shingil Kang
<shingil.kang@samsung.com>
Tue, 23 Feb 2016 05:39:26 +0000
(14:39 +0900)
committer
Shingil Kang
<shingil.kang@samsung.com>
Tue, 23 Feb 2016 05:39:26 +0000
(14:39 +0900)
This reverts commit
9da03df722141956d48b1759844991f571fee4f2
.
Change-Id: Ibe3dcc9ff8e4edc8e3c0aa8e4dbd1282421e25ec
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
package/build.windows
patch
|
blob
|
history
diff --git
a/package/build.windows
b/package/build.windows
index 9b90df35d80c9573872d3fba521523dcc3e48bd6..3083a8b8f2ae8c18b0b138225d78d490ecae80c5 100644
(file)
--- a/
package/build.windows
+++ b/
package/build.windows
@@
-1,4
+1,13
@@
#!/bin/bash
+
+BUILD_DIR="${SRCDIR}/bin"
+TARGET_BIN="sdb"
+
+Sign() {
+ echo "${SIGNTOOL_SH}"
+ "${SIGNTOOL_SH}" "${BUILD_DIR}/${TARGET_BIN}.exe" "${BUILD_DIR}/${TARGET_BIN}.exe" "${TARGET_BIN}"
+}
+
# clean
clean()
{
@@
-16,6
+25,9
@@
build()
# gets a source dir which uses the platform-dependent path
echo "Make sdb..."
make
+ if [ "${SIGNTOOL_SH}" ]; then
+ Sign
+ fi
# echo "Make ancicon..."
# cd "ansicon"