Revert "Sign sdb.exe file on windows"
authorDongkyun Yun <dk77.yun@samsung.com>
Thu, 21 Jan 2016 09:10:40 +0000 (18:10 +0900)
committerDongkyun Yun <dk77.yun@samsung.com>
Thu, 21 Jan 2016 09:10:40 +0000 (18:10 +0900)
This reverts commit 0e31ce228ce7f6daaa270d5ecbdfa9dd0eddb159.

Change-Id: I59121e29e3e1adb2f7a26227def817b3c1ffd43d

package/build.windows

index 3083a8b8f2ae8c18b0b138225d78d490ecae80c5..9b90df35d80c9573872d3fba521523dcc3e48bd6 100644 (file)
@@ -1,13 +1,4 @@
 #!/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()
 {
@@ -25,9 +16,6 @@ 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"