diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:36:42 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-09 02:36:42 +0900 |
commit | cb9021933010823e97114e40c02cd2cef8d78d8f (patch) | |
tree | 0bca7e85536a30aaeaf4254c557583d72296bd79 /cmsmvs/cczip.exec | |
parent | 5396c5e853e76507fac47181b14b25adb725f628 (diff) | |
download | zip-tizen_2.3.1.tar.gz zip-tizen_2.3.1.tar.bz2 zip-tizen_2.3.1.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.101111tizen_2.3.1
Diffstat (limited to 'cmsmvs/cczip.exec')
-rw-r--r-- | cmsmvs/cczip.exec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmsmvs/cczip.exec b/cmsmvs/cczip.exec index afa97d0..86edb59 100644 --- a/cmsmvs/cczip.exec +++ b/cmsmvs/cczip.exec @@ -26,7 +26,6 @@ linklist='' modname='ZIP' Say 'Building' modname 'MODULE...' Call Compile 'ZIP' -Call Compile 'CRCTAB' Call Compile 'CRC32' Call Compile 'CRYPT' Call Compile 'DEFLATE' @@ -92,7 +91,7 @@ Call Compile 'ZIPFILE' Call Compile 'FILEIO' Call Compile 'UTIL' Call Compile 'GLOBALS' -Call Compile 'CRCTAB' +Call Compile 'CRC32' Call Compile 'CRYPT' Call Compile 'TTYIO' Call Compile 'CMSMVS' |