Add tidlc binary for windows 75/183975/1
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 13 Jul 2018 00:11:24 +0000 (09:11 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Fri, 13 Jul 2018 00:11:24 +0000 (09:11 +0900)
Change-Id: I9e7968c891574feaf7b3067543ecdd1d3a5b1892
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
package/build.macos-64
package/build.windows
package/pkginfo.manifest
release/windows-32/tidlc.exe [new file with mode: 0755]
release/windows-64/tidlc.exe [new file with mode: 0755]

index 701ac5b..922c865 100755 (executable)
@@ -3,7 +3,7 @@
 clean()
 {
        echo "=========================================CLEAN============================================"
-       rm -r ${SRCDIR}/build
+       rm -rf ${SRCDIR}/build
 }
 
 # build
index cd1eafd..522e4f5 100644 (file)
@@ -3,15 +3,15 @@
 clean()
 {
         echo "=========================================CLEAN============================================"
-        rm -r ${SRCDIR}/build
+        rm -rf ${SRCDIR}/build
 }
 
 # build
 build()
 {
         echo "=========================================BUILD============================================"
-        VER=`cat ./packaging/tidl.spec | grep 'Version' | sed 's/Version://' | tr -d ' \r'`
-        FULLVER=$VER CURDIR=${SRCDIR} make -f Makefile.dibs
+        #VER=`cat ./packaging/tidl.spec | grep 'Version' | sed 's/Version://' | tr -d ' \r'`
+        #FULLVER=$VER CURDIR=${SRCDIR} make -f Makefile.dibs
 }
 
 # install
@@ -21,7 +21,8 @@ install()
         INSTALL_DIR=${SRCDIR}/package/tidlc.package.${TARGET_OS}
 
         mkdir -p ${INSTALL_DIR}/data/tools
-        cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/tools/
+        #cp ${SRCDIR}/build/idlc/tidlc ${INSTALL_DIR}/data/tools/
+        cp ${SRCDIR}/release/${TARGET_OS}/tidlc.exe ${INSTALL_DIR}/data/tools/
         cp ${SRCDIR}/package/tidlc-run.bat ${INSTALL_DIR}/data/tools/
 }
 
index fc97d4a..adaa9cc 100644 (file)
@@ -1,4 +1,4 @@
-Version:1.0.10
+Version:1.2.4
 Source:tidlc
 Maintainer:JungHoon Park <jh9216.park@samsung.com>, Hwankyu Jhun <h.jhun@samsung.com>, Inkyun Kil <inkyun.kil@samsung.com>
 
diff --git a/release/windows-32/tidlc.exe b/release/windows-32/tidlc.exe
new file mode 100755 (executable)
index 0000000..09fae73
Binary files /dev/null and b/release/windows-32/tidlc.exe differ
diff --git a/release/windows-64/tidlc.exe b/release/windows-64/tidlc.exe
new file mode 100755 (executable)
index 0000000..1e6fb84
Binary files /dev/null and b/release/windows-64/tidlc.exe differ